Home
last modified time | relevance | path

Searched refs:GetViewBounds (Results 1 – 25 of 52) sorted by relevance

123

/external/chromium_org/chrome/browser/ui/views/
Dweb_dialog_view_browsertest.cc125 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()
Dvalidation_message_bubble_view.cc36 widget_host->GetView()->GetViewBounds().origin().OffsetFromOrigin()); in SetPositionRelativeToAnchor()
73 + widget_host->GetView()->GetViewBounds().origin().OffsetFromOrigin(); in CreateAndShow()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl_browsertest.cc138 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()
Dweb_contents_view.h74 virtual gfx::Rect GetViewBounds() const = 0;
Dweb_contents_view_android.h43 virtual gfx::Rect GetViewBounds() const OVERRIDE;
Dweb_contents_view_guest.h56 virtual gfx::Rect GetViewBounds() const OVERRIDE;
Dweb_contents_view_mac.h79 virtual gfx::Rect GetViewBounds() const OVERRIDE;
Dweb_contents_view_android.cc112 gfx::Rect WebContentsViewAndroid::GetViewBounds() const { in GetViewBounds() function in content::WebContentsViewAndroid
Dweb_contents_view_guest.cc117 gfx::Rect WebContentsViewGuest::GetViewBounds() const { in GetViewBounds() function in content::WebContentsViewGuest
Dweb_contents_view_aura.cc893 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/
Drender_widget_host_view_guest.cc120 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()
Drender_widget_host_view_child_frame.cc66 gfx::Rect RenderWidgetHostViewChildFrame::GetViewBounds() const { in GetViewBounds() function in content::RenderWidgetHostViewChildFrame
235 return GetViewBounds(); in GetBoundsInRootWindow()
Drender_widget_host_view_guest.h57 virtual gfx::Rect GetViewBounds() const OVERRIDE;
Drender_widget_host_view_child_frame.h51 virtual gfx::Rect GetViewBounds() const OVERRIDE;
/external/chromium_org/chrome/browser/extensions/
Dextension_view_host.cc288 gfx::Rect bounds = GetVisibleWebContents()->GetViewBounds(); in GetDialogPosition()
297 return GetVisibleWebContents()->GetViewBounds().size(); in GetMaximumDialogSize()
/external/chromium_org/content/public/browser/
Drender_widget_host_view.h93 virtual gfx::Rect GetViewBounds() const = 0;
/external/chromium_org/chrome/browser/renderer_context_menu/
Dspelling_menu_observer.cc299 gfx::Rect rect = rvh->GetView()->GetViewBounds(); in ExecuteCommand()
328 gfx::Rect rect = rvh->GetView()->GetViewBounds(); in ExecuteCommand()
/external/chromium_org/chrome/browser/extensions/api/
Dcapture_web_contents_function.cc77 view->GetViewBounds().size(), in RunAsync()
/external/chromium_org/content/browser/renderer_host/input/
Dsynthetic_gesture_target_base.cc132 gfx::Rect bounds = host_->GetView()->GetViewBounds(); in PointIsWithinContents()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_browsertest.cc329 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()
Drender_widget_host_view_base.cc419 return GetViewBounds().size(); in GetRequestedRendererSize()
604 return GetViewBounds().size(); in GetVisibleViewportSize()
Drender_widget_host_impl.cc381 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/
Dthumbnail_tab_helper.cc89 gfx::Rect copy_rect = gfx::Rect(view->GetViewBounds().size()); in AsyncProcessThumbnail()
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_manager.h142 gfx::Rect GetViewBounds();
/external/chromium_org/chrome/browser/apps/
Dweb_view_interactive_browsertest.cc356 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()

123