Home
last modified time | relevance | path

Searched refs:GetViewBounds (Results 1 – 25 of 53) 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()
160 view->web_contents()->GetRenderWidgetHostView()->GetViewBounds(); in IN_PROC_BROWSER_TEST_F()
185 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/frame_host/
Drender_widget_host_view_guest.cc94 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()
Drender_widget_host_view_child_frame.cc67 gfx::Rect RenderWidgetHostViewChildFrame::GetViewBounds() const { in GetViewBounds() function in content::RenderWidgetHostViewChildFrame
242 return GetViewBounds(); in GetBoundsInRootWindow()
Drender_widget_host_view_guest.h60 virtual gfx::Rect GetViewBounds() const OVERRIDE;
Dnavigation_entry_screenshot_manager.cc125 host->GetView()->GetViewBounds().size(), in TakeScreenshotImpl()
/external/chromium_org/content/browser/web_contents/
Dweb_contents_impl_browsertest.cc138 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()
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.cc115 gfx::Rect WebContentsViewGuest::GetViewBounds() const { in GetViewBounds() function in content::WebContentsViewGuest
Dweb_contents_view_aura.cc914 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/
Dextension_view_host.cc268 gfx::Rect bounds = GetVisibleWebContents()->GetViewBounds(); in GetDialogPosition()
277 return GetVisibleWebContents()->GetViewBounds().size(); in GetMaximumDialogSize()
/external/chromium_org/content/public/browser/
Drender_widget_host_view.h96 virtual gfx::Rect GetViewBounds() const = 0;
/external/chromium_org/chrome/browser/renderer_context_menu/
Dspelling_menu_observer.cc305 gfx::Rect rect = rvh->GetView()->GetViewBounds(); in ExecuteCommand()
329 gfx::Rect rect = rvh->GetView()->GetViewBounds(); in ExecuteCommand()
/external/chromium_org/extensions/browser/api/
Dcapture_web_contents_function.cc70 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/athena/content/
Dcontent_proxy.cc150 gfx::Size source = host->GetView()->GetViewBounds().size(); in CreateProxyContent()
/external/chromium_org/content/browser/renderer_host/
Drender_widget_host_view_browsertest.cc330 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()
Drender_widget_host_view_base.cc419 return GetViewBounds().size(); in GetRequestedRendererSize()
609 return GetViewBounds().size(); in GetVisibleViewportSize()
/external/chromium_org/chrome/browser/thumbnails/
Dthumbnail_tab_helper.cc89 gfx::Rect copy_rect = gfx::Rect(view->GetViewBounds().size()); in AsyncProcessThumbnail()
/external/chromium_org/chrome/browser/apps/
Dweb_view_interactive_browsertest.cc382 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/
Dbrowser_accessibility_manager.h154 gfx::Rect GetViewBounds();

123