/external/chromium/chrome/browser/ui/views/tabs/ |
D | tab_dragging_test.cc | 92 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_0, &bounds1, false)); in TEST_F() 98 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_1, &bounds2, false)); in TEST_F() 105 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_2, &bounds3, false)); in TEST_F() 113 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_LOCATION_BAR, &urlbar_bounds, in TEST_F() 190 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_0, &bounds1, false)); in TEST_F() 196 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_1, &bounds2, false)); in TEST_F() 203 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_2, &bounds3, false)); in TEST_F() 211 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_LOCATION_BAR, &urlbar_bounds, in TEST_F() 297 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_0, &bounds1, false)); in TEST_F() 303 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_1, &bounds2, false)); in TEST_F() [all …]
|
/external/chromium_org/chrome/browser/ui/views/ |
D | validation_message_bubble_view.cc | 36 widget_host->GetView()->GetViewBounds().origin().OffsetFromOrigin()); in SetPositionRelativeToAnchor() 73 + widget_host->GetView()->GetViewBounds().origin().OffsetFromOrigin(); in CreateAndShow()
|
D | web_dialog_view_browsertest.cc | 133 view->web_contents()->GetRenderWidgetHostView()->GetViewBounds(); in IN_PROC_BROWSER_TEST_F() 149 view->web_contents()->GetRenderWidgetHostView()->GetViewBounds(); in IN_PROC_BROWSER_TEST_F() 165 view->web_contents()->GetRenderWidgetHostView()->GetViewBounds(); in IN_PROC_BROWSER_TEST_F()
|
/external/chromium_org/content/browser/web_contents/ |
D | web_contents_impl_browsertest.cc | 135 rwhv_create_size_ = rvh->GetView()->GetViewBounds().size(); in RenderViewCreated() 262 shell()->web_contents()->GetRenderWidgetHostView()->GetViewBounds(). in IN_PROC_BROWSER_TEST_F() 274 shell()->web_contents()->GetRenderWidgetHostView()->GetViewBounds(). in IN_PROC_BROWSER_TEST_F() 296 shell()->web_contents()->GetRenderWidgetHostView()->GetViewBounds(). in IN_PROC_BROWSER_TEST_F()
|
D | web_contents_view_android.cc | 80 *out = rwhv->GetViewBounds(); in GetContainerBounds() 132 gfx::Rect WebContentsViewAndroid::GetViewBounds() const { in GetViewBounds() function in content::WebContentsViewAndroid 135 return rwhv->GetViewBounds(); in GetViewBounds()
|
/external/chromium/chrome/browser/ui/views/ |
D | html_dialog_view_browsertest.cc | 157 html_view->tab_contents()->GetRenderWidgetHostView()->GetViewBounds(); in IN_PROC_BROWSER_TEST_F() 173 html_view->tab_contents()->GetRenderWidgetHostView()->GetViewBounds(); in IN_PROC_BROWSER_TEST_F() 189 html_view->tab_contents()->GetRenderWidgetHostView()->GetViewBounds(); in IN_PROC_BROWSER_TEST_F()
|
D | find_bar_host_gtk.cc | 23 tab_view->GetViewBounds(&webcontents_rect); in GetWidgetPositionNative()
|
/external/chromium/chrome/browser/accessibility/ |
D | browser_accessibility_manager.h | 33 virtual gfx::Rect GetViewBounds() const = 0; 91 gfx::Rect GetViewBounds();
|
D | browser_accessibility_manager.cc | 255 gfx::Rect BrowserAccessibilityManager::GetViewBounds() { in GetViewBounds() function in BrowserAccessibilityManager 257 return delegate_->GetViewBounds(); in GetViewBounds()
|
/external/chromium_org/content/browser/accessibility/ |
D | browser_accessibility_manager.h | 42 virtual gfx::Rect GetViewBounds() const = 0; 125 gfx::Rect GetViewBounds();
|
/external/chromium_org/content/browser/renderer_host/ |
D | render_widget_host_view_guest.cc | 101 return GetViewBounds(); in GetBoundsInRootWindow() 144 gfx::Rect RenderWidgetHostViewGuest::GetViewBounds() const { in GetViewBounds() function in content::RenderWidgetHostViewGuest 149 embedder_bounds = rwhv->GetViewBounds(); in GetViewBounds() 473 gfx::Rect guest_bounds = GetViewBounds(); in ShowDefinitionForSelection() 475 guest_->GetEmbedderRenderWidgetHostView()->GetViewBounds(); in ShowDefinitionForSelection()
|
/external/chromium_org/chrome/test/automation/ |
D | window_proxy.cc | 19 bool WindowProxy::GetViewBounds(int view_id, gfx::Rect* bounds, in GetViewBounds() function in WindowProxy
|
D | window_proxy.h | 40 bool GetViewBounds(int view_id, gfx::Rect* bounds, bool screen_coordinates);
|
/external/chromium_org/content/public/browser/ |
D | web_contents_view.h | 82 virtual gfx::Rect GetViewBounds() const = 0;
|
D | render_widget_host_view.h | 99 virtual gfx::Rect GetViewBounds() const = 0;
|
/external/chromium/chrome/browser/ui/gtk/extensions/ |
D | extension_popup_gtk.h | 93 gfx::Rect GetViewBounds();
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_view_host.cc | 282 gfx::Rect bounds = GetVisibleWebContents()->GetView()->GetViewBounds(); in GetDialogPosition() 291 return GetVisibleWebContents()->GetView()->GetViewBounds().size(); in GetMaximumDialogSize()
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
D | tab_contents_view_touch.cc | 224 void TabContentsViewTouch::GetViewBounds(gfx::Rect* out) const { in GetViewBounds() function in TabContentsViewTouch 324 if (rwhv && rwhv->GetViewBounds().size() != size) in WasSized()
|
/external/chromium_org/chrome/browser/ui/gtk/extensions/ |
D | extension_popup_gtk.h | 116 gfx::Rect GetViewBounds();
|
D | browser_action_test_util_gtk.cc | 83 return popup->GetViewBounds(); in GetPopupBounds()
|
/external/chromium_org/content/test/ |
D | test_web_contents_view.cc | 79 gfx::Rect TestWebContentsView::GetViewBounds() const { in GetViewBounds() function in content::TestWebContentsView
|
D | test_web_contents_view.h | 50 virtual gfx::Rect GetViewBounds() const OVERRIDE;
|
/external/chromium/chrome/browser/extensions/ |
D | browser_action_test_util_gtk.cc | 72 return popup->GetViewBounds(); in GetPopupBounds()
|
/external/chromium_org/chrome/browser/tab_contents/ |
D | spelling_menu_observer.cc | 310 gfx::Rect rect = rvh->GetView()->GetViewBounds(); in ExecuteCommand() 339 gfx::Rect rect = rvh->GetView()->GetViewBounds(); in ExecuteCommand()
|
/external/chromium/chrome/browser/ |
D | unload_uitest.cc | 234 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_0, &bounds, false)); in TEST_F() 449 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_CONTAINER, in TEST_F()
|