Searched refs:fPressing (Results 1 - 2 of 2) sorted by relevance

/haiku/src/kits/tracker/
H A DDialogPane.cpp57 fPressing(false),
68 fPressing(false),
112 if (fPressing)
140 fPressing = true;
161 if (newPressing != fPressing) {
162 fPressing = newPressing;
177 fPressing = false;
H A DDialogPane.h84 bool fPressing; member in class:BPrivate::PaneSwitch

Completed in 79 milliseconds