Searched refs:GetMaximumSize (Results 1 - 25 of 65) sorted by relevance

123

/external/chromium_org/extensions/browser/app_window/
H A Dsize_constraints.cc36 const gfx::Size max_size = GetMaximumSize();
52 const gfx::Size max_size = GetMaximumSize();
58 return !GetMinimumSize().IsEmpty() && GetMinimumSize() == GetMaximumSize();
65 gfx::Size SizeConstraints::GetMaximumSize() const { function in class:extensions::SizeConstraints
H A Dsize_constraints.h44 gfx::Size GetMaximumSize() const;
/external/chromium_org/ui/views/window/
H A Dclient_view.cc54 gfx::Size ClientView::GetMaximumSize() const { function in class:views::ClientView
57 return contents_view_ ? contents_view_->GetMaximumSize() : gfx::Size();
H A Dnative_frame_view.cc95 gfx::Size NativeFrameView::GetMaximumSize() const { function in class:views::NativeFrameView
96 return frame_->client_view()->GetMaximumSize();
H A Dclient_view.h62 virtual gfx::Size GetMaximumSize() const OVERRIDE;
H A Dnative_frame_view.h36 virtual gfx::Size GetMaximumSize() const OVERRIDE;
H A Dcustom_frame_view.h58 virtual gfx::Size GetMaximumSize() const OVERRIDE;
H A Dnon_client_view.h219 virtual gfx::Size GetMaximumSize() const OVERRIDE;
H A Dnon_client_view.cc156 gfx::Size NonClientView::GetMaximumSize() const { function in class:views::NonClientView
157 return frame_view_->GetMaximumSize();
/external/chromium_org/chrome/browser/ui/views/apps/
H A Dglass_app_window_frame_view_win.h43 virtual gfx::Size GetMaximumSize() const OVERRIDE;
H A Dglass_app_window_frame_view_win.cc128 gfx::Size GlassAppWindowFrameViewWin::GetMaximumSize() const { function in class:GlassAppWindowFrameViewWin
129 gfx::Size max_size = widget_->client_view()->GetMaximumSize();
/external/chromium_org/chrome/browser/ui/views/message_center/
H A Dmessage_center_widget_delegate.h78 virtual gfx::Size GetMaximumSize() const OVERRIDE;
/external/chromium_org/content/browser/web_contents/aura/
H A Dimage_window_delegate.cc35 gfx::Size ImageWindowDelegate::GetMaximumSize() const { function in class:content::ImageWindowDelegate
H A Dimage_window_delegate.h29 virtual gfx::Size GetMaximumSize() const OVERRIDE;
/external/chromium_org/ui/aura/
H A Dwindow_delegate.h41 virtual gfx::Size GetMaximumSize() const = 0;
/external/chromium_org/apps/ui/views/
H A Dapp_window_frame_view.h88 virtual gfx::Size GetMaximumSize() const OVERRIDE;
/external/chromium_org/ash/frame/
H A Dcustom_frame_view_ash.h60 virtual gfx::Size GetMaximumSize() const OVERRIDE;
H A Dcustom_frame_view_ash_unittest.cc56 virtual gfx::Size GetMaximumSize() const OVERRIDE {
157 gfx::Size max_frame_size = custom_frame_view->GetMaximumSize();
178 gfx::Size max_frame_size = custom_frame_view->GetMaximumSize();
/external/chromium_org/ui/views/widget/
H A Dnative_widget_delegate.h86 virtual gfx::Size GetMaximumSize() const = 0;
/external/chromium_org/components/native_app_window/
H A Dnative_app_window_views.cc327 gfx::Size NativeAppWindowViews::GetMaximumSize() const { function in class:native_app_window::NativeAppWindowViews
328 return size_constraints_.GetMaximumSize();
428 return size_constraints_.GetMaximumSize();
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_frame_view.h74 virtual gfx::Size GetMaximumSize() const OVERRIDE;
/external/chromium_org/ui/aura/demo/
H A Ddemo_main.cc46 virtual gfx::Size GetMaximumSize() const OVERRIDE {
/external/chromium_org/ui/aura/test/
H A Dtest_window_delegate.cc45 gfx::Size TestWindowDelegate::GetMaximumSize() const { function in class:aura::test::TestWindowDelegate
H A Dtest_window_delegate.h46 virtual gfx::Size GetMaximumSize() const OVERRIDE;
/external/chromium_org/ui/views/bubble/
H A Dtray_bubble_view.h161 virtual gfx::Size GetMaximumSize() const OVERRIDE;

Completed in 5418 milliseconds

123