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

  /external/chromium_org/ui/views/widget/
native_widget_delegate.h 70 virtual void OnNativeWidgetCreated(bool desktop_widget) = 0;
widget.h 678 virtual void OnNativeWidgetCreated(bool desktop_widget) OVERRIDE;
    [all...]
native_widget_aura.cc 119 delegate_->OnNativeWidgetCreated(false);
    [all...]
native_widget_win.cc 681 delegate_->OnNativeWidgetCreated(true);
widget.cc 1000 void Widget::OnNativeWidgetCreated(bool desktop_widget) {
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc 713 native_widget_delegate_->OnNativeWidgetCreated(true);
desktop_root_window_host_x11.cc 904 native_widget_delegate_->OnNativeWidgetCreated(true);
    [all...]

Completed in 5942 milliseconds