Searched refs:RequiresNonClientView (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/views/widget/
H A Dwidget.h341 static bool RequiresNonClientView(InitParams::Type type);
H A Dwidget.cc306 bool Widget::RequiresNonClientView(InitParams::Type type) { function in class:views::Widget
359 if (RequiresNonClientView(params.type)) {
476 // |non_client_view_| can only be non-NULL here if RequiresNonClientView()
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win.cc139 has_non_client_view_ = Widget::RequiresNonClientView(params.type);

Completed in 1398 milliseconds