Searched refs:InvokeGuard (Results 1 – 2 of 2) sorted by relevance
73 InvokeGuard invokeGuard(fWeAreInvoking); in NotifyWindowAdded()86 InvokeGuard invokeGuard(fWeAreInvoking); in NotifyWindowRemoved()99 InvokeGuard invokeGuard(fWeAreInvoking); in NotifyKeyPressed()116 InvokeGuard invokeGuard(fWeAreInvoking); in NotifyMouseEvent()130 InvokeGuard invokeGuard(fWeAreInvoking); in NotifyMouseDown()144 InvokeGuard invokeGuard(fWeAreInvoking); in NotifyMouseUp()158 InvokeGuard invokeGuard(fWeAreInvoking); in NotifyMouseMoved()171 InvokeGuard invokeGuard(fWeAreInvoking); in NotifyWindowMoved()184 InvokeGuard invokeGuard(fWeAreInvoking); in NotifyWindowResized()197 InvokeGuard invokeGuard(fWeAreInvoking); in NotifyWindowActivated()[all …]
137 class InvokeGuard {139 InvokeGuard(bool& invoking);140 ~InvokeGuard();