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

1234

/external/chromium_org/ash/shell/
H A Dtoplevel_window.h33 virtual bool CanResize() const OVERRIDE;
H A Dpanel_window.h42 virtual bool CanResize() const OVERRIDE;
H A Dpanel_window.cc76 bool PanelWindow::CanResize() const { function in class:ash::PanelWindow
H A Dtoplevel_window.cc60 bool ToplevelWindow::CanResize() const { function in class:ash::shell::ToplevelWindow
H A Dwidgets.cc40 virtual bool CanResize() const OVERRIDE;
126 bool WidgetsWindow::CanResize() const { function in class:__anon3542::WidgetsWindow
H A Dwindow_type_launcher.h50 virtual bool CanResize() const OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/login/
H A Dcaptive_portal_view.h24 virtual bool CanResize() const OVERRIDE;
H A Dcaptive_portal_view.cc42 bool CaptivePortalView::CanResize() const { function in class:chromeos::CaptivePortalView
/external/chromium_org/ui/views/test/
H A Dchild_modal_window.cc69 virtual bool CanResize() const OVERRIDE;
102 bool ChildModalWindow::CanResize() const { function in class:views::test::ChildModalWindow
166 bool ChildModalParent::CanResize() const { function in class:views::test::ChildModalParent
H A Dchild_modal_window.h39 virtual bool CanResize() const OVERRIDE;
/external/chromium/chrome/browser/ui/views/
H A Dabout_ipc_dialog.h59 virtual bool CanResize() const;
H A Dhtml_dialog_view.h52 virtual bool CanResize() const;
H A Dconstrained_html_delegate_win.cc31 virtual bool CanResize() const { return true; } function in class:ConstrainedHtmlDelegateWin
H A Dfirst_run_search_engine_view.h102 bool CanResize() const OVERRIDE{ return false; }
H A Dcreate_application_shortcut_view.h53 virtual bool CanResize() const;
/external/chromium_org/chrome/browser/ui/views/
H A Dabout_ipc_dialog.h56 virtual bool CanResize() const OVERRIDE;
H A Dssl_client_certificate_selector.h58 virtual bool CanResize() const OVERRIDE;
/external/chromium_org/chrome/test/base/
H A Dview_event_test_base.h89 virtual bool CanResize() const OVERRIDE;
/external/chromium_org/ui/oak/
H A Doak_window.h31 virtual bool CanResize() const OVERRIDE;
H A Doak_window.cc43 bool OakWindow::CanResize() const { function in class:oak::internal::OakWindow
/external/chromium_org/ash/wm/gestures/
H A Dsystem_pinch_handler.cc45 if (!widget_ || !widget_->widget_delegate()->CanResize())
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dextension_dialog.h70 virtual bool CanResize() const OVERRIDE;
/external/chromium_org/ui/views/widget/
H A Dwidget_delegate.cc44 bool WidgetDelegate::CanResize() const { function in class:views::WidgetDelegate
H A Dwidget_delegate.h51 virtual bool CanResize() const;
H A Dwidget_hwnd_utils.cc88 bool can_resize = widget_delegate->CanResize();

Completed in 362 milliseconds

1234