Searched refs:CanResize (Results 1 - 25 of 57) sorted by relevance

123

/external/chromium_org/ash/shell/
H A Dtoplevel_window.h45 virtual bool CanResize() const OVERRIDE;
H A Dpanel_window.cc76 bool PanelWindow::CanResize() const { function in class:ash::PanelWindow
H A Dpanel_window.h42 virtual bool CanResize() const OVERRIDE;
H A Dwidgets.cc40 virtual bool CanResize() const OVERRIDE;
128 bool WidgetsWindow::CanResize() const { function in class:__anon1952::WidgetsWindow
H A Dtoplevel_window.cc103 bool ToplevelWindow::CanResize() const { function in class:ash::shell::ToplevelWindow
H A Dwindow_type_launcher.h45 virtual bool CanResize() const OVERRIDE;
H A Dwindow_type_launcher.cc94 virtual bool CanResize() const OVERRIDE {
159 virtual bool CanResize() const OVERRIDE {
290 bool WindowTypeLauncher::CanResize() const { function in class:ash::shell::WindowTypeLauncher
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dcaptive_portal_view.h24 virtual bool CanResize() const OVERRIDE;
H A Dcaptive_portal_view.cc43 bool CaptivePortalView::CanResize() const { function in class:chromeos::CaptivePortalView
/external/chromium_org/ash/test/
H A Dchild_modal_window.cc71 virtual bool CanResize() const OVERRIDE;
104 bool ChildModalWindow::CanResize() const { function in class:ash::test::ChildModalWindow
169 bool ChildModalParent::CanResize() const { function in class:ash::test::ChildModalParent
H A Dchild_modal_window.h42 virtual bool CanResize() const OVERRIDE;
/external/chromium_org/ash/frame/
H A Dframe_border_hit_test_controller.cc49 bool can_ever_resize = frame->widget_delegate()->CanResize();
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Duser_manager_view.h47 virtual bool CanResize() const OVERRIDE;
H A Duser_manager_view.cc176 bool UserManagerView::CanResize() const { function in class:UserManagerView
/external/chromium_org/chrome/test/base/
H A Dview_event_test_base.h88 virtual bool CanResize() const OVERRIDE;
H A Dview_event_test_base.cc107 bool ViewEventTestBase::CanResize() const { function in class:ViewEventTestBase
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_dialog.h68 virtual bool CanResize() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/views/
H A Dssl_client_certificate_selector.h56 virtual bool CanResize() const OVERRIDE;
/external/chromium_org/ui/views/widget/
H A Dwidget_delegate.cc46 bool WidgetDelegate::CanResize() const { function in class:views::WidgetDelegate
H A Dwidget_delegate.h56 virtual bool CanResize() const;
H A Dwidget_hwnd_utils.cc92 if (!widget_delegate->CanResize())
/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()) {
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dglass_app_window_frame_view_win.cc79 ? widget_->widget_delegate()->CanResize()
/external/chromium_org/ui/views/controls/webview/
H A Dweb_dialog_view.h64 virtual bool CanResize() const OVERRIDE;
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler_delegate.h43 virtual bool CanResize() const = 0;

Completed in 392 milliseconds

123