/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/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()
|
D | browser_accessibility.cc | 128 gfx::Point top_left = manager_->GetViewBounds().origin(); in GetBoundsRect()
|
/external/chromium/chrome/browser/ui/gtk/extensions/ |
D | extension_popup_gtk.h | 93 gfx::Rect GetViewBounds();
|
D | extension_popup_gtk.cc | 171 gfx::Rect ExtensionPopupGtk::GetViewBounds() { in GetViewBounds() function in ExtensionPopupGtk
|
/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()
|
D | tab_contents_view_touch.h | 62 virtual void GetViewBounds(gfx::Rect* out) const OVERRIDE;
|
D | tab_contents_view_gtk.h | 66 virtual void GetViewBounds(gfx::Rect* out) const;
|
D | tab_contents_view_views.h | 61 virtual void GetViewBounds(gfx::Rect* out) const OVERRIDE;
|
D | tab_contents_view_gtk.cc | 340 void TabContentsViewGtk::GetViewBounds(gfx::Rect* out) const { in GetViewBounds() function in TabContentsViewGtk 451 if (rwhv && rwhv->GetViewBounds().size() != size) in WasSized()
|
D | tab_contents_view_views.cc | 225 void TabContentsViewViews::GetViewBounds(gfx::Rect* out) const { in GetViewBounds() function in TabContentsViewViews
|
/external/chromium/chrome/browser/extensions/ |
D | browser_action_test_util_gtk.cc | 72 return popup->GetViewBounds(); in GetPopupBounds()
|
/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()
|
/external/chromium/chrome/browser/tab_contents/ |
D | tab_contents_view_gtk.h | 63 virtual void GetViewBounds(gfx::Rect* out) const;
|
D | tab_contents_view_mac.h | 79 virtual void GetViewBounds(gfx::Rect* out) const;
|
D | tab_contents_view_gtk.cc | 254 void TabContentsViewGtk::GetViewBounds(gfx::Rect* out) const { in GetViewBounds() function in TabContentsViewGtk
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_gtk.h | 73 virtual gfx::Rect GetViewBounds() const;
|
D | render_widget_host_view_views.h | 59 virtual gfx::Rect GetViewBounds() const OVERRIDE;
|
D | render_widget_host_view_mac.h | 202 virtual gfx::Rect GetViewBounds() const;
|
D | render_widget_host_view_win.h | 144 virtual gfx::Rect GetViewBounds() const;
|
D | render_widget_host_view_win.cc | 307 SetBounds(gfx::Rect(GetViewBounds().origin(), size)); in SetSize() 543 gfx::Rect RenderWidgetHostViewWin::GetViewBounds() const { in GetViewBounds() function in RenderWidgetHostViewWin 644 gfx::Rect screen_rect = GetViewBounds(); in Redraw()
|
/external/chromium/chrome/browser/history/ |
D | redirect_uitest.cc | 166 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_CONTAINER, &tab_view_bounds, in TEST_F()
|