OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:has_non_client_view_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host_win.h
264
bool
has_non_client_view_
;
member in class:views::DesktopRootWindowHostWin
desktop_root_window_host_win.cc
85
has_non_client_view_
(false),
142
has_non_client_view_
= Widget::RequiresNonClientView(params.type);
595
return
has_non_client_view_
;
[
all
...]
/external/chromium_org/ui/views/widget/
native_widget_win.h
269
bool
has_non_client_view_
;
member in class:views::NativeWidgetWin
native_widget_win.cc
91
has_non_client_view_
(false),
500
return
has_non_client_view_
;
881
has_non_client_view_
= Widget::RequiresNonClientView(params.type);
[
all
...]
Completed in 225 milliseconds