OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnNativeWidgetCreated
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/ui/views/widget/
native_widget_delegate.h
73
virtual void
OnNativeWidgetCreated
(bool desktop_widget) = 0;
widget.h
719
virtual void
OnNativeWidgetCreated
(bool desktop_widget) OVERRIDE;
[
all
...]
native_widget_aura.cc
126
delegate_->
OnNativeWidgetCreated
(false);
[
all
...]
native_widget_win.cc
689
delegate_->
OnNativeWidgetCreated
(true);
[
all
...]
widget.cc
1045
void Widget::
OnNativeWidgetCreated
(bool desktop_widget) {
[
all
...]
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc
762
native_widget_delegate_->
OnNativeWidgetCreated
(true);
[
all
...]
desktop_root_window_host_x11.cc
260
native_widget_delegate_->
OnNativeWidgetCreated
(true);
[
all
...]
Completed in 241 milliseconds