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

  /external/chromium_org/ui/views/widget/
native_widget_delegate.h 73 virtual void OnNativeWidgetCreated(bool desktop_widget) = 0;
widget.h 752 virtual void OnNativeWidgetCreated(bool desktop_widget) OVERRIDE;
    [all...]
native_widget_aura.cc 119 delegate_->OnNativeWidgetCreated(false);
    [all...]
widget.cc     [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host.h 60 virtual void OnNativeWidgetCreated(const Widget::InitParams& params) = 0;
desktop_window_tree_host_x11.h 92 virtual void OnNativeWidgetCreated(const Widget::InitParams& params) OVERRIDE;
desktop_window_tree_host_win.h 50 virtual void OnNativeWidgetCreated(const Widget::InitParams& params) OVERRIDE;
desktop_window_tree_host_win.cc 149 void DesktopWindowTreeHostWin::OnNativeWidgetCreated(
713 native_widget_delegate_->OnNativeWidgetCreated(true);
    [all...]
desktop_window_tree_host_x11.cc 261 void DesktopWindowTreeHostX11::OnNativeWidgetCreated(
281 native_widget_delegate_->OnNativeWidgetCreated(true);
    [all...]
desktop_native_widget_aura.cc 450 // OnNativeWidgetCreated() is called.
463 desktop_window_tree_host_->OnNativeWidgetCreated(params);
    [all...]

Completed in 44 milliseconds