Home
last modified time | relevance | path

Searched refs:fStopLoading (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/mail/
H A DContent.h224 bool fStopLoading; variable
H A DContent.cpp799 fStopLoading(false), in TTextView()
1998 fStopLoading = true; in StopLoad()
2004 fStopLoading = false; in StopLoad()
2233 if (fView->fStopLoading) in ParseMail()
2238 if (fView->fStopLoading) in ParseMail()
2336 if (fView->fStopLoading) in Process()
2513 if (mail->BodyText() && !view->fStopLoading) { in Run()
2564 if (!view->fStopLoading && view->Window()->Lock()) { in Run()