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

/haiku/src/servers/app/
H A DDesktopListener.cpp21 fWeAreInvoking(false)
71 if (fWeAreInvoking)
73 InvokeGuard invokeGuard(fWeAreInvoking);
84 if (fWeAreInvoking)
86 InvokeGuard invokeGuard(fWeAreInvoking);
97 if (fWeAreInvoking)
99 InvokeGuard invokeGuard(fWeAreInvoking);
114 if (fWeAreInvoking)
116 InvokeGuard invokeGuard(fWeAreInvoking);
128 if (fWeAreInvoking)
[all...]
H A DDesktopListener.h148 bool fWeAreInvoking; member in class:DesktopObservable

Completed in 38 milliseconds