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

  /external/chromium_org/ui/views/controls/menu/
menu_host.h 61 virtual void OnNativeWidgetDestroyed() OVERRIDE;
menu_host.cc 118 void MenuHost::OnNativeWidgetDestroyed() {
125 Widget::OnNativeWidgetDestroyed();
  /external/chromium_org/ui/views/widget/
native_widget_delegate.h 80 virtual void OnNativeWidgetDestroyed() = 0;
widget.h 754 virtual void OnNativeWidgetDestroyed() OVERRIDE;
    [all...]
native_widget_aura.cc 809 delegate_->OnNativeWidgetDestroyed();
    [all...]
widget.cc     [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.cc 329 native_widget_delegate_->OnNativeWidgetDestroyed();
    [all...]

Completed in 353 milliseconds