Searched refs:fIsPrinting (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/interface/
H A DPrintJob.cpp543 view->fIsPrinting = true;
545 view->fIsPrinting = false;
568 view->fIsPrinting = true;
570 view->fIsPrinting = false;
H A DView.cpp812 if (fIsPrinting)
1164 return fIsPrinting;
3006 if (fIsPrinting && _CheckOwnerLock()) {
5865 fIsPrinting = false;
6829 fIsPrinting? "YES" : "NO",
/haiku/headers/os/interface/
H A DView.h777 bool fIsPrinting; member in class:BView

Completed in 61 milliseconds