Searched refs:OnNativeWidgetCreated (Results 1 – 12 of 12) sorted by relevance
73 virtual void OnNativeWidgetCreated(bool desktop_widget) = 0;
755 virtual void OnNativeWidgetCreated(bool desktop_widget) OVERRIDE;
118 delegate_->OnNativeWidgetCreated(true);
119 delegate_->OnNativeWidgetCreated(false); in InitNativeWidget()
1077 void Widget::OnNativeWidgetCreated(bool desktop_widget) { in OnNativeWidgetCreated() function in views::Widget
60 virtual void OnNativeWidgetCreated(const Widget::InitParams& params) = 0;
92 virtual void OnNativeWidgetCreated(const Widget::InitParams& params) OVERRIDE;
151 void DesktopWindowTreeHostWin::OnNativeWidgetCreated( in OnNativeWidgetCreated() function in views::DesktopWindowTreeHostWin755 native_widget_delegate_->OnNativeWidgetCreated(true); in HandleCreate()
50 virtual void OnNativeWidgetCreated(const Widget::InitParams& params) OVERRIDE;
262 void DesktopWindowTreeHostX11::OnNativeWidgetCreated( in OnNativeWidgetCreated() function in views::DesktopWindowTreeHostX11282 native_widget_delegate_->OnNativeWidgetCreated(true); in OnNativeWidgetCreated()
463 desktop_window_tree_host_->OnNativeWidgetCreated(params); in InitNativeWidget()
59 delegate()->OnNativeWidgetCreated(true);