Home
last modified time | relevance | path

Searched refs:GetViewSize (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/browser/web_contents/
Dweb_contents_view_android.cc69 *out = content_view_core_ ? gfx::Rect(content_view_core_->GetViewSize()) in GetContainerBounds()
114 return gfx::Rect(content_view_core_->GetViewSize()); in GetViewBounds()
/external/chromium_org/content/browser/android/
Dcontent_view_core_impl.h263 gfx::Size GetViewSize() const;
Dcontent_view_core_impl.cc718 gfx::Size ContentViewCoreImpl::GetViewSize() const { in GetViewSize() function in content::ContentViewCoreImpl
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_android.cc592 return gfx::Rect(content_view_core_->GetViewSize()); in GetViewBounds()