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

/external/chromium_org/chrome/test/base/
H A Dtest_browser_window.cc178 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/renderer_host/
H A Drender_view_host_delegate.h88 virtual gfx::Rect GetRootWindowResizerRect() const = 0;
H A Drender_view_host_impl.h307 virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
H A Drender_widget_host_impl.h348 virtual gfx::Rect GetRootWindowResizerRect() const;
H A Drender_view_host_impl.cc1296 gfx::Rect RenderViewHostImpl::GetRootWindowResizerRect() const { function in class:content::RenderViewHostImpl
1297 return delegate_->GetRootWindowResizerRect();
H A Drender_widget_host_impl.cc572 resize_params->resizer_rect = GetRootWindowResizerRect();
1367 gfx::Rect RenderWidgetHostImpl::GetRootWindowResizerRect() const { function in class:content::RenderWidgetHostImpl
/external/chromium_org/content/public/browser/
H A Dweb_contents_delegate.cc32 gfx::Rect WebContentsDelegate::GetRootWindowResizerRect() const { function in class:content::WebContentsDelegate
H A Dweb_contents_delegate.h172 virtual gfx::Rect GetRootWindowResizerRect() const;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_window.h200 virtual gfx::Rect GetRootWindowResizerRect() const = 0;
H A Dbrowser.cc1470 gfx::Rect Browser::GetRootWindowResizerRect() const { function in class:Browser
1471 return window_->GetRootWindowResizerRect();
H A Dbrowser.h571 virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dbrowser_window_cocoa.h100 virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
/external/chromium_org/content/browser/frame_host/
H A Dinterstitial_page_impl.h135 virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
H A Dinterstitial_page_impl.cc739 gfx::Rect InterstitialPageImpl::GetRootWindowResizerRect() const { function in class:content::InterstitialPageImpl
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.h311 virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
H A Dbrowser_view.cc1122 gfx::Rect BrowserView::GetRootWindowResizerRect() const { function in class:BrowserView
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_impl.h407 virtual gfx::Rect GetRootWindowResizerRect() const OVERRIDE;
H A Dweb_contents_impl.cc1083 rvh->ResizeRectChanged(GetRootWindowResizerRect());
3525 gfx::Rect WebContentsImpl::GetRootWindowResizerRect() const { function in class:content::WebContentsImpl
3527 return delegate_->GetRootWindowResizerRect();

Completed in 1769 milliseconds