Searched refs:fFocusChanging (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/people/
H A DPictureView.h61 bool fFocusChanging; member in class:PictureView
H A DPictureView.cpp85 fFocusChanging(false),
267 if (fFocusChanging) {
322 fFocusChanging = true;
325 fFocusChanging = false;
/haiku/headers/os/interface/
H A DControl.h106 bool fFocusChanging; member in class:BControl
/haiku/src/kits/interface/
H A DControl.cpp273 fFocusChanging = true;
276 fFocusChanging = false;
572 return fFocusChanging;
624 fFocusChanging = false;

Completed in 46 milliseconds