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

  /external/chromium_org/ui/views/widget/
widget.h 341 static bool RequiresNonClientView(InitParams::Type type);
    [all...]
widget.cc 306 bool Widget::RequiresNonClientView(InitParams::Type type) {
359 if (RequiresNonClientView(params.type)) {
476 // |non_client_view_| can only be non-NULL here if RequiresNonClientView()
    [all...]
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_window_tree_host_win.cc 139 has_non_client_view_ = Widget::RequiresNonClientView(params.type);
    [all...]

Completed in 132 milliseconds