Searched refs:CanMaximize (Results 1 - 25 of 47) sorted by relevance

12

/external/chromium_org/ash/wm/
H A Dwindow_state_util.cc19 if (!is_fullscreen && !window_state->CanMaximize())
H A Dlock_window_state.cc118 !window_state->CanMaximize()) ||
158 return window_state->CanMaximize() ? wm::WINDOW_STATE_TYPE_MAXIMIZED :
H A Dwindow_state.cc143 bool WindowState::CanMaximize() const { function in class:ash::wm::WindowState
182 return CanMaximize();
H A Dresize_shadow_and_cursor_unittest.cc36 virtual bool CanMaximize() const OVERRIDE {
H A Dwindow_state.h112 bool CanMaximize() const;
/external/chromium_org/ash/shell/
H A Dtoplevel_window.h46 virtual bool CanMaximize() const OVERRIDE;
H A Dpanel_window.cc80 bool PanelWindow::CanMaximize() const { function in class:ash::PanelWindow
H A Dpanel_window.h43 virtual bool CanMaximize() const OVERRIDE;
H A Dtoplevel_window.cc107 bool ToplevelWindow::CanMaximize() const { function in class:ash::shell::ToplevelWindow
H A Dwindow_type_launcher.h47 virtual bool CanMaximize() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_frame_ash.cc36 DCHECK(window_state->IsFullscreen() || window_state->CanMaximize());
38 if (!window_state->IsFullscreen() && !window_state->CanMaximize())
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_window_state.cc34 DCHECK(window_state->CanMaximize() || window_state->CanResize());
67 if (state_object->CanMaximize() || state_object->CanResize()) {
237 !window_state->CanMaximize()) ||
277 return window_state->CanMaximize() ? wm::WINDOW_STATE_TYPE_MAXIMIZED :
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Duser_manager_view.h48 virtual bool CanMaximize() const OVERRIDE;
H A Duser_manager_view.cc180 bool UserManagerView::CanMaximize() const { function in class:UserManagerView
/external/chromium_org/ash/wm/panels/
H A Dpanel_frame_view.cc27 DCHECK(!frame_->widget_delegate()->CanMaximize());
/external/chromium_org/ui/views/widget/
H A Dwidget_delegate.cc50 bool WidgetDelegate::CanMaximize() const { function in class:views::WidgetDelegate
H A Dwidget_delegate.h59 virtual bool CanMaximize() const;
H A Dwidget_hwnd_utils.cc88 if (!widget_delegate->CanMaximize())
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler_delegate.h44 virtual bool CanMaximize() const = 0;
/external/chromium_org/apps/ui/views/
H A Dapp_window_frame_view.cc235 widget_->widget_delegate()->CanMaximize());
261 widget_->widget_delegate()->CanMaximize());
/external/chromium_org/ash/frame/caption_buttons/
H A Dframe_caption_button_container_view_unittest.cc27 virtual bool CanMaximize() const OVERRIDE {
/external/chromium_org/ash/frame/
H A Dcustom_frame_view_ash_unittest.cc67 virtual bool CanMaximize() const OVERRIDE {
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_view.h124 virtual bool CanMaximize() const OVERRIDE;
/external/chromium_org/components/native_app_window/
H A Dnative_app_window_views.h102 virtual bool CanMaximize() const OVERRIDE;
/external/chromium_org/ui/views/examples/
H A Dexamples_window.cc176 virtual bool CanMaximize() const OVERRIDE { return true; }

Completed in 2082 milliseconds

12