Searched refs:can_maximize (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ash/shell/
H A Dtoplevel_window.cc34 can_maximize(false) {
108 return params_.can_maximize;
112 return params_.can_maximize;
H A Dtoplevel_window.h19 bool can_maximize; member in struct:ash::shell::ToplevelWindow::CreateParams
H A Dshell_delegate_impl.cc43 create_params.can_maximize = true;
H A Dwindow_type_launcher.cc311 params.can_maximize = true;
/external/chromium_org/ash/wm/
H A Dwindow_positioner_unittest.cc31 params.can_maximize = true;
49 params.can_maximize = true;
72 params.can_maximize = true;
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_caption_button_container_view_unittest.cc22 explicit TestWidgetDelegate(bool can_maximize) : can_maximize_(can_maximize) { argument
/external/chromium_org/ui/views/window/
H A Dcustom_frame_view_unittest.cc29 void set_can_maximize(bool can_maximize) { argument
30 can_maximize_ = can_maximize;
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_window_manager_unittest.cc114 // If |can_maximize| is not set, |max_size| is the upper limiting size for
119 bool can_maximize,
122 if (!can_maximize) {
130 window->SetProperty(aura::client::kCanMaximizeKey, can_maximize);
116 CreateWindowInWatchedContainer(ui::wm::WindowType type, const gfx::Rect& bounds, const gfx::Size& max_size, bool can_maximize, bool can_resize) argument

Completed in 1027 milliseconds