/external/chromium_org/chrome/browser/ui/views/ |
D | web_dialog_view_browsertest.cc | 125 view->web_contents()->GetRenderWidgetHostView()->GetViewBounds(); in IN_PROC_BROWSER_TEST_F() 141 view->web_contents()->GetRenderWidgetHostView()->GetViewBounds(); in IN_PROC_BROWSER_TEST_F() 160 view->web_contents()->GetRenderWidgetHostView()->GetViewBounds(); in IN_PROC_BROWSER_TEST_F() 185 view->web_contents()->GetRenderWidgetHostView()->GetViewBounds(); in IN_PROC_BROWSER_TEST_F()
|
D | validation_message_bubble_view.cc | 36 widget_host->GetView()->GetViewBounds().origin().OffsetFromOrigin()); in SetPositionRelativeToAnchor() 73 + widget_host->GetView()->GetViewBounds().origin().OffsetFromOrigin(); in CreateAndShow()
|
/external/chromium_org/content/browser/frame_host/ |
D | render_widget_host_view_guest.cc | 94 SetSize(guest_->web_contents()->GetViewBounds().size()); in WasShown() 155 gfx::Rect RenderWidgetHostViewGuest::GetViewBounds() const { in GetViewBounds() function in content::RenderWidgetHostViewGuest 162 embedder_bounds = rwhv->GetViewBounds(); in GetViewBounds() 421 gfx::Rect guest_bounds = GetViewBounds(); in ShowDefinitionForSelection() 425 embedder_bounds = rwhv->GetViewBounds(); in ShowDefinitionForSelection()
|
D | render_widget_host_view_child_frame.cc | 67 gfx::Rect RenderWidgetHostViewChildFrame::GetViewBounds() const { in GetViewBounds() function in content::RenderWidgetHostViewChildFrame 242 return GetViewBounds(); in GetBoundsInRootWindow()
|
D | render_widget_host_view_guest.h | 60 virtual gfx::Rect GetViewBounds() const OVERRIDE;
|
D | navigation_entry_screenshot_manager.cc | 125 host->GetView()->GetViewBounds().size(), in TakeScreenshotImpl()
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_impl_browsertest.cc | 138 rwhv_create_size_ = rvh->GetView()->GetViewBounds().size(); in RenderViewCreated() 289 shell()->web_contents()->GetRenderWidgetHostView()->GetViewBounds(). in IN_PROC_BROWSER_TEST_F() 301 shell()->web_contents()->GetRenderWidgetHostView()->GetViewBounds(). in IN_PROC_BROWSER_TEST_F() 335 GetViewBounds().size(); in IN_PROC_BROWSER_TEST_F()
|
D | web_contents_view.h | 74 virtual gfx::Rect GetViewBounds() const = 0;
|
D | web_contents_view_android.h | 43 virtual gfx::Rect GetViewBounds() const OVERRIDE;
|
D | web_contents_view_guest.h | 56 virtual gfx::Rect GetViewBounds() const OVERRIDE;
|
D | web_contents_view_mac.h | 79 virtual gfx::Rect GetViewBounds() const OVERRIDE;
|
D | web_contents_view_android.cc | 112 gfx::Rect WebContentsViewAndroid::GetViewBounds() const { in GetViewBounds() function in content::WebContentsViewAndroid
|
D | web_contents_view_guest.cc | 115 gfx::Rect WebContentsViewGuest::GetViewBounds() const { in GetViewBounds() function in content::WebContentsViewGuest
|
D | web_contents_view_aura.cc | 914 web_contents_->GetRenderWidgetHostView()->GetViewBounds().width(); in CompleteOverscrollNavigation() 939 const gfx::Rect& bounds = GetViewBounds(); in GetTranslationForOverscroll() 966 float ratio = fabs(delta_x) / GetViewBounds().width(); in UpdateOverscrollWindowBrightness() 1059 gfx::Rect WebContentsViewAura::GetViewBounds() const { in GetViewBounds() function in content::WebContentsViewAura 1297 return rwhv->GetViewBounds(); in GetVisibleBounds()
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_view_host.cc | 268 gfx::Rect bounds = GetVisibleWebContents()->GetViewBounds(); in GetDialogPosition() 277 return GetVisibleWebContents()->GetViewBounds().size(); in GetMaximumDialogSize()
|
/external/chromium_org/content/public/browser/ |
D | render_widget_host_view.h | 96 virtual gfx::Rect GetViewBounds() const = 0;
|
/external/chromium_org/chrome/browser/renderer_context_menu/ |
D | spelling_menu_observer.cc | 305 gfx::Rect rect = rvh->GetView()->GetViewBounds(); in ExecuteCommand() 329 gfx::Rect rect = rvh->GetView()->GetViewBounds(); in ExecuteCommand()
|
/external/chromium_org/extensions/browser/api/ |
D | capture_web_contents_function.cc | 70 view->GetViewBounds().size(), in RunAsync()
|
/external/chromium_org/content/browser/renderer_host/input/ |
D | synthetic_gesture_target_base.cc | 132 gfx::Rect bounds = host_->GetView()->GetViewBounds(); in PointIsWithinContents()
|
/external/chromium_org/athena/content/ |
D | content_proxy.cc | 150 gfx::Size source = host->GetView()->GetViewBounds().size(); in CreateProxyContent()
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_browsertest.cc | 330 gfx::Rect(view->GetViewBounds().size()), dest, base::Bind( in IN_PROC_BROWSER_TEST_P() 386 gfx::Rect(view->GetViewBounds().size()), in IN_PROC_BROWSER_TEST_P() 394 gfx::Rect(view->GetViewBounds().size()), in IN_PROC_BROWSER_TEST_P()
|
D | render_widget_host_view_base.cc | 419 return GetViewBounds().size(); in GetRequestedRendererSize() 609 return GetViewBounds().size(); in GetVisibleViewportSize()
|
/external/chromium_org/chrome/browser/thumbnails/ |
D | thumbnail_tab_helper.cc | 89 gfx::Rect copy_rect = gfx::Rect(view->GetViewBounds().size()); in AsyncProcessThumbnail()
|
/external/chromium_org/chrome/browser/apps/ |
D | web_view_interactive_browsertest.cc | 382 last_render_widget_host_->GetView()->GetViewBounds(); in Wait() 456 gfx::Rect popup_bounds = popup_rwh->GetView()->GetViewBounds(); in PopupTestHelper() 460 gfx::Rect embedder_bounds = embedder_rvh->GetView()->GetViewBounds(); in PopupTestHelper()
|
/external/chromium_org/content/browser/accessibility/ |
D | browser_accessibility_manager.h | 154 gfx::Rect GetViewBounds();
|