Searched defs:GetViewBounds (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_manager.cc295 gfx::Rect BrowserAccessibilityManager::GetViewBounds() { function in class:content::BrowserAccessibilityManager
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_view_android.cc112 gfx::Rect WebContentsViewAndroid::GetViewBounds() const { function in class:content::WebContentsViewAndroid
H A Dweb_contents_view_guest.cc115 gfx::Rect WebContentsViewGuest::GetViewBounds() const { function in class:content::WebContentsViewGuest
H A Dweb_contents_view_aura.cc914 web_contents_->GetRenderWidgetHostView()->GetViewBounds().width();
939 const gfx::Rect& bounds = GetViewBounds();
966 float ratio = fabs(delta_x) / GetViewBounds().width();
1059 gfx::Rect WebContentsViewAura::GetViewBounds() const { function in class:content::WebContentsViewAura
1297 return rwhv->GetViewBounds();
H A Dweb_contents_impl.cc2146 gfx::Rect WebContentsImpl::GetViewBounds() { function in class:content::WebContentsImpl
2147 return view_->GetViewBounds();
/external/chromium_org/content/browser/frame_host/
H A Drender_widget_host_view_child_frame.cc67 gfx::Rect RenderWidgetHostViewChildFrame::GetViewBounds() const { function in class:content::RenderWidgetHostViewChildFrame
242 return GetViewBounds();
H A Drender_widget_host_view_guest.cc94 SetSize(guest_->web_contents()->GetViewBounds().size());
155 gfx::Rect RenderWidgetHostViewGuest::GetViewBounds() const { function in class:content::RenderWidgetHostViewGuest
162 embedder_bounds = rwhv->GetViewBounds();
421 gfx::Rect guest_bounds = GetViewBounds();
425 embedder_bounds = rwhv->GetViewBounds();
/external/chromium_org/content/test/
H A Dtest_render_view_host.cc107 gfx::Rect TestRenderWidgetHostView::GetViewBounds() const { function in class:content::TestRenderWidgetHostView
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_android.cc588 gfx::Rect RenderWidgetHostViewAndroid::GetViewBounds() const { function in class:content::RenderWidgetHostViewAndroid
1380 return GetViewBounds();
H A Drender_widget_host_view_aura.cc815 gfx::Rect RenderWidgetHostViewAura::GetViewBounds() const { function in class:content::RenderWidgetHostViewAura

Completed in 294 milliseconds