OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnNativeWidgetVisibilityChanged
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/ui/views/widget/
native_widget_delegate.h
68
virtual void
OnNativeWidgetVisibilityChanged
(bool visible) = 0;
widget.h
718
virtual void
OnNativeWidgetVisibilityChanged
(bool visible) OVERRIDE;
[
all
...]
native_widget_aura.cc
788
delegate_->
OnNativeWidgetVisibilityChanged
(visible);
[
all
...]
native_widget_win.cc
733
delegate_->
OnNativeWidgetVisibilityChanged
(visible);
[
all
...]
widget.cc
1035
void Widget::
OnNativeWidgetVisibilityChanged
(bool visible) {
[
all
...]
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.cc
808
native_widget_delegate_->
OnNativeWidgetVisibilityChanged
(visible);
[
all
...]
Completed in 558 milliseconds