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

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_host.cc28 destroying_(false),
87 destroying_ = true;
109 if (destroying_ || ignore_capture_lost_)
119 if (!destroying_) {
129 if (destroying_)
148 if (destroying_ || !menu_controller)
H A Dmenu_host.h70 bool destroying_; member in class:views::MenuHost
/external/chromium_org/third_party/webrtc/base/
H A Dasyncinvoker.cc15 AsyncInvoker::AsyncInvoker() : destroying_(false) {}
18 destroying_ = true;
37 if (destroying_) return;
57 if (destroying_) {
H A Dasyncinvoker.h126 bool destroying_; member in class:rtc::AsyncInvoker
/external/chromium_org/ui/views/widget/
H A Dnative_widget_aura.h213 bool destroying_; member in class:views::NativeWidgetAura
H A Dnative_widget_aura.cc79 destroying_(false),
942 if (!destroying_) {
984 destroying_ = true;

Completed in 166 milliseconds