Home
last modified time | relevance | path

Searched refs:destroying_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
Dmenu_host.cc28 destroying_(false), in MenuHost()
87 destroying_ = true; in DestroyMenuHost()
109 if (destroying_ || ignore_capture_lost_) in OnMouseCaptureLost()
119 if (!destroying_) { in OnNativeWidgetDestroyed()
129 if (destroying_) in OnOwnerClosing()
148 if (destroying_ || !menu_controller) in OnDragComplete()
Dmenu_host.h70 bool destroying_; variable
/external/chromium_org/third_party/webrtc/base/
Dasyncinvoker.cc15 AsyncInvoker::AsyncInvoker() : destroying_(false) {} in AsyncInvoker()
18 destroying_ = true; in ~AsyncInvoker()
37 if (destroying_) return; in Flush()
57 if (destroying_) { in DoInvoke()
Dasyncinvoker.h126 bool destroying_; variable
/external/chromium_org/ui/views/widget/
Dnative_widget_aura.cc79 destroying_(false), in NativeWidgetAura()
942 if (!destroying_) { in OnWindowFocused()
984 destroying_ = true; in ~NativeWidgetAura()
Dnative_widget_aura.h213 bool destroying_; variable