/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() 157 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/web_contents/ |
D | web_contents_impl_browsertest.cc | 138 rwhv_create_size_ = rvh->GetView()->GetViewBounds().size(); in RenderViewCreated() 291 shell()->web_contents()->GetRenderWidgetHostView()->GetViewBounds(). in IN_PROC_BROWSER_TEST_F() 303 shell()->web_contents()->GetRenderWidgetHostView()->GetViewBounds(). in IN_PROC_BROWSER_TEST_F() 337 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 | 117 gfx::Rect WebContentsViewGuest::GetViewBounds() const { in GetViewBounds() function in content::WebContentsViewGuest
|
D | web_contents_view_aura.cc | 893 web_contents_->GetRenderWidgetHostView()->GetViewBounds().width(); in CompleteOverscrollNavigation() 918 const gfx::Rect& bounds = GetViewBounds(); in GetTranslationForOverscroll() 945 float ratio = fabs(delta_x) / GetViewBounds().width(); in UpdateOverscrollWindowBrightness() 1038 gfx::Rect WebContentsViewAura::GetViewBounds() const { in GetViewBounds() function in content::WebContentsViewAura 1260 return rwhv->GetViewBounds(); in GetVisibleBounds()
|
/external/chromium_org/content/browser/frame_host/ |
D | render_widget_host_view_guest.cc | 120 gfx::Rect RenderWidgetHostViewGuest::GetViewBounds() const { in GetViewBounds() function in content::RenderWidgetHostViewGuest 127 embedder_bounds = rwhv->GetViewBounds(); in GetViewBounds() 404 gfx::Rect guest_bounds = GetViewBounds(); in ShowDefinitionForSelection() 408 embedder_bounds = rwhv->GetViewBounds(); in ShowDefinitionForSelection()
|
D | render_widget_host_view_child_frame.cc | 66 gfx::Rect RenderWidgetHostViewChildFrame::GetViewBounds() const { in GetViewBounds() function in content::RenderWidgetHostViewChildFrame 235 return GetViewBounds(); in GetBoundsInRootWindow()
|
D | render_widget_host_view_guest.h | 57 virtual gfx::Rect GetViewBounds() const OVERRIDE;
|
D | render_widget_host_view_child_frame.h | 51 virtual gfx::Rect GetViewBounds() const OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_view_host.cc | 288 gfx::Rect bounds = GetVisibleWebContents()->GetViewBounds(); in GetDialogPosition() 297 return GetVisibleWebContents()->GetViewBounds().size(); in GetMaximumDialogSize()
|
/external/chromium_org/content/public/browser/ |
D | render_widget_host_view.h | 93 virtual gfx::Rect GetViewBounds() const = 0;
|
/external/chromium_org/chrome/browser/renderer_context_menu/ |
D | spelling_menu_observer.cc | 299 gfx::Rect rect = rvh->GetView()->GetViewBounds(); in ExecuteCommand() 328 gfx::Rect rect = rvh->GetView()->GetViewBounds(); in ExecuteCommand()
|
/external/chromium_org/chrome/browser/extensions/api/ |
D | capture_web_contents_function.cc | 77 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/content/browser/renderer_host/ |
D | render_widget_host_view_browsertest.cc | 329 gfx::Rect(view->GetViewBounds().size()), dest, base::Bind( in IN_PROC_BROWSER_TEST_P() 385 gfx::Rect(view->GetViewBounds().size()), in IN_PROC_BROWSER_TEST_P() 393 gfx::Rect(view->GetViewBounds().size()), in IN_PROC_BROWSER_TEST_P()
|
D | render_widget_host_view_base.cc | 419 return GetViewBounds().size(); in GetRequestedRendererSize() 604 return GetViewBounds().size(); in GetVisibleViewportSize()
|
D | render_widget_host_impl.cc | 381 last_view_screen_rect_ = view_->GetViewBounds(); in SendScreenRects() 685 gfx::Rect(view_->GetViewBounds().size()) : src_subrect; in CopyFromBackingStore() 746 gfx::Rect view_rect = view_->GetViewBounds(); in WaitForSurface() 1412 if (view_->GetViewBounds() == last_view_screen_rect_ && in OnUpdateScreenRectsAck() 2017 return view_->GetViewBounds(); in AccessibilityGetViewBounds() 2266 gfx::Rect view_bounds = GetView()->GetViewBounds(); in WindowSnapshotReachedScreen()
|
/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/content/browser/accessibility/ |
D | browser_accessibility_manager.h | 142 gfx::Rect GetViewBounds();
|
/external/chromium_org/chrome/browser/apps/ |
D | web_view_interactive_browsertest.cc | 356 last_render_widget_host_->GetView()->GetViewBounds(); in Wait() 430 gfx::Rect popup_bounds = popup_rwh->GetView()->GetViewBounds(); in PopupTestHelper() 434 gfx::Rect embedder_bounds = embedder_rvh->GetView()->GetViewBounds(); in PopupTestHelper()
|