HomeSort by relevance Sort by last modified time
    Searched refs:OnNativeWidgetDestroyed (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/ui/views/controls/menu/
menu_host.h 62 virtual void OnNativeWidgetDestroyed() OVERRIDE;
menu_host.cc 126 void MenuHost::OnNativeWidgetDestroyed() {
133 Widget::OnNativeWidgetDestroyed();
  /external/chromium_org/ui/views/widget/
native_widget_delegate.h 77 virtual void OnNativeWidgetDestroyed() = 0;
widget.h 680 virtual void OnNativeWidgetDestroyed() OVERRIDE;
    [all...]
native_widget_aura.cc 733 delegate_->OnNativeWidgetDestroyed();
    [all...]
native_widget_win.cc 474 delegate_->OnNativeWidgetDestroyed();
widget.cc 1020 void Widget::OnNativeWidgetDestroyed() {
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc 681 native_widget_delegate_->OnNativeWidgetDestroyed();

Completed in 367 milliseconds