HomeSort by relevance Sort by last modified time
    Searched refs:CanResize (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/chromium_org/chrome/browser/chromeos/login/ui/
captive_portal_view.h 24 virtual bool CanResize() const OVERRIDE;
captive_portal_view.cc 43 bool CaptivePortalView::CanResize() const {
  /external/chromium_org/ash/shell/
panel_window.h 42 virtual bool CanResize() const OVERRIDE;
toplevel_window.h 45 virtual bool CanResize() const OVERRIDE;
panel_window.cc 76 bool PanelWindow::CanResize() const {
window_type_launcher.h 45 virtual bool CanResize() const OVERRIDE;
widgets.cc 40 virtual bool CanResize() const OVERRIDE;
128 bool WidgetsWindow::CanResize() const {
toplevel_window.cc 103 bool ToplevelWindow::CanResize() const {
window_type_launcher.cc 94 virtual bool CanResize() const OVERRIDE {
159 virtual bool CanResize() const OVERRIDE {
290 bool WindowTypeLauncher::CanResize() const {
  /external/chromium_org/chrome/browser/ui/views/profiles/
user_manager_view.h 54 virtual bool CanResize() const OVERRIDE;
user_manager_view.cc 130 bool UserManagerView::CanResize() const {
  /external/chromium_org/ash/test/
child_modal_window.cc 71 virtual bool CanResize() const OVERRIDE;
104 bool ChildModalWindow::CanResize() const {
169 bool ChildModalParent::CanResize() const {
child_modal_window.h 42 virtual bool CanResize() const OVERRIDE;
  /external/chromium_org/ash/frame/
frame_border_hit_test_controller.cc 49 bool can_ever_resize = frame->widget_delegate()->CanResize();
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_dialog.h 68 virtual bool CanResize() const OVERRIDE;
extension_dialog.cc 63 // is called because CreateWindowWithParent refers the result of CanResize().
133 bool ExtensionDialog::CanResize() const {
  /external/chromium_org/chrome/browser/ui/views/
ssl_client_certificate_selector.h 56 virtual bool CanResize() const OVERRIDE;
  /external/chromium_org/chrome/test/base/
view_event_test_base.h 96 virtual bool CanResize() const OVERRIDE;
  /external/chromium_org/ui/views/widget/
widget_delegate.h 56 virtual bool CanResize() const;
widget_delegate.cc 46 bool WidgetDelegate::CanResize() const {
widget_hwnd_utils.cc 85 bool can_resize = widget_delegate->CanResize();
  /external/chromium_org/ui/views/win/
hwnd_message_handler_delegate.h 43 virtual bool CanResize() const = 0;
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_window_state.cc 34 DCHECK(window_state->CanMaximize() || window_state->CanResize());
67 if (state_object->CanMaximize() || state_object->CanResize()) {
  /external/chromium_org/ash/wm/
window_state.h 114 bool CanResize() const;
  /external/chromium_org/chrome/browser/ui/views/apps/
glass_app_window_frame_view_win.cc 72 ? widget_->widget_delegate()->CanResize()

Completed in 332 milliseconds

1 2 3