Searched refs:GetRootWindowResizerRect (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/chrome/test/base/
H A Dtest_browser_window.cc173 gfx::Rect TestBrowserWindow::GetRootWindowResizerRect() const { function in class:TestBrowserWindow
H A Dtest_browser_window.h99 virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.h123 virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
H A Dinterstitial_page_impl.cc697 gfx::Rect InterstitialPageImpl::GetRootWindowResizerRect() const { function in class:content::InterstitialPageImpl
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.cc34 gfx::Rect WebContentsDelegate::GetRootWindowResizerRect() const { function in class:content::WebContentsDelegate
H A Dweb_contents_delegate.h171 virtual gfx::Rect GetRootWindowResizerRect() const;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_window.h203 virtual gfx::Rect GetRootWindowResizerRect() const = 0;
H A Dbrowser.h563 virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
H A Dbrowser.cc1397 gfx::Rect Browser::GetRootWindowResizerRect() const { function in class:Browser
1398 return window_->GetRootWindowResizerRect();
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dbrowser_window_cocoa.h98 virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
/external/chromium_org/content/browser/renderer_host/media/
H A Dmedia_stream_ui_proxy_unittest.cc28 virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE {
/external/chromium_org/content/browser/renderer_host/
H A Drender_view_host_delegate.h135 virtual gfx::Rect GetRootWindowResizerRect() const = 0;
H A Drender_view_host_impl.h395 virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
H A Drender_widget_host_impl.h361 virtual gfx::Rect GetRootWindowResizerRect() const;
H A Drender_view_host_impl.cc1930 gfx::Rect RenderViewHostImpl::GetRootWindowResizerRect() const { function in class:content::RenderViewHostImpl
1931 return delegate_->GetRootWindowResizerRect();
H A Drender_widget_host_impl.cc642 params.resizer_rect = GetRootWindowResizerRect();
1330 gfx::Rect RenderWidgetHostImpl::GetRootWindowResizerRect() const { function in class:content::RenderWidgetHostImpl
/external/chromium_org/chrome/browser/ui/gtk/
H A Dbrowser_window_gtk.h133 virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
H A Dbrowser_window_gtk.cc1018 gfx::Rect BrowserWindowGtk::GetRootWindowResizerRect() const { function in class:BrowserWindowGtk
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.h321 virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
H A Dbrowser_view.cc1166 gfx::Rect BrowserView::GetRootWindowResizerRect() const { function in class:BrowserView
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h299 virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
H A Dweb_contents_impl.cc968 rvh->ResizeRectChanged(GetRootWindowResizerRect());
2812 gfx::Rect WebContentsImpl::GetRootWindowResizerRect() const { function in class:content::WebContentsImpl
2814 return delegate_->GetRootWindowResizerRect();

Completed in 238 milliseconds