Searched refs:OnNativeWidgetCreated (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/ui/views/widget/
H A Dnative_widget_delegate.h73 virtual void OnNativeWidgetCreated(bool desktop_widget) = 0;
H A Dwidget.h755 virtual void OnNativeWidgetCreated(bool desktop_widget) OVERRIDE;
H A Dnative_widget_aura.cc119 delegate_->OnNativeWidgetCreated(false);
H A Dwidget.cc1077 void Widget::OnNativeWidgetCreated(bool desktop_widget) { function in class:views::Widget
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host.h60 virtual void OnNativeWidgetCreated(const Widget::InitParams& params) = 0;
H A Ddesktop_window_tree_host_x11.h92 virtual void OnNativeWidgetCreated(const Widget::InitParams& params) OVERRIDE;
H A Ddesktop_window_tree_host_win.h50 virtual void OnNativeWidgetCreated(const Widget::InitParams& params) OVERRIDE;
H A Ddesktop_window_tree_host_win.cc151 void DesktopWindowTreeHostWin::OnNativeWidgetCreated( function in class:views::DesktopWindowTreeHostWin
755 native_widget_delegate_->OnNativeWidgetCreated(true);
H A Ddesktop_window_tree_host_x11.cc262 void DesktopWindowTreeHostX11::OnNativeWidgetCreated( function in class:views::DesktopWindowTreeHostX11
282 native_widget_delegate_->OnNativeWidgetCreated(true);
H A Ddesktop_native_widget_aura.cc450 // OnNativeWidgetCreated() is called.
463 desktop_window_tree_host_->OnNativeWidgetCreated(params);

Completed in 359 milliseconds