Searched refs:GetViewBounds (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium/chrome/browser/ui/views/
H A Dfind_bar_host_gtk.cc23 tab_view->GetViewBounds(&webcontents_rect);
H A Dhtml_dialog_view_browsertest.cc157 html_view->tab_contents()->GetRenderWidgetHostView()->GetViewBounds();
173 html_view->tab_contents()->GetRenderWidgetHostView()->GetViewBounds();
189 html_view->tab_contents()->GetRenderWidgetHostView()->GetViewBounds();
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_dragging_test.cc92 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_0, &bounds1, false));
98 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_1, &bounds2, false));
105 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_2, &bounds3, false));
113 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_LOCATION_BAR, &urlbar_bounds,
190 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_0, &bounds1, false));
196 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_1, &bounds2, false));
203 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_2, &bounds3, false));
211 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_LOCATION_BAR, &urlbar_bounds,
297 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_0, &bounds1, false));
303 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_
[all...]
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_manager.h33 virtual gfx::Rect GetViewBounds() const = 0;
91 gfx::Rect GetViewBounds();
H A Dbrowser_accessibility_manager.cc255 gfx::Rect BrowserAccessibilityManager::GetViewBounds() { function in class:BrowserAccessibilityManager
257 return delegate_->GetViewBounds();
H A Dbrowser_accessibility.cc128 gfx::Point top_left = manager_->GetViewBounds().origin();
/external/chromium/chrome/browser/ui/gtk/extensions/
H A Dextension_popup_gtk.h93 gfx::Rect GetViewBounds();
H A Dextension_popup_gtk.cc171 gfx::Rect ExtensionPopupGtk::GetViewBounds() { function in class:ExtensionPopupGtk
/external/chromium/chrome/browser/extensions/
H A Dbrowser_action_test_util_gtk.cc72 return popup->GetViewBounds();
/external/chromium/chrome/browser/tab_contents/
H A Dtab_contents_view_gtk.h63 virtual void GetViewBounds(gfx::Rect* out) const;
H A Dtab_contents_view_mac.h79 virtual void GetViewBounds(gfx::Rect* out) const;
H A Dtab_contents_view_gtk.cc254 void TabContentsViewGtk::GetViewBounds(gfx::Rect* out) const { function in class:TabContentsViewGtk
/external/chromium/chrome/browser/ui/views/tab_contents/
H A Dtab_contents_view_gtk.h66 virtual void GetViewBounds(gfx::Rect* out) const;
H A Dtab_contents_view_touch.h62 virtual void GetViewBounds(gfx::Rect* out) const OVERRIDE;
H A Dtab_contents_view_views.h61 virtual void GetViewBounds(gfx::Rect* out) const OVERRIDE;
H A Dtab_contents_view_touch.cc224 void TabContentsViewTouch::GetViewBounds(gfx::Rect* out) const { function in class:TabContentsViewTouch
324 if (rwhv && rwhv->GetViewBounds().size() != size)
H A Dtab_contents_view_gtk.cc340 void TabContentsViewGtk::GetViewBounds(gfx::Rect* out) const { function in class:TabContentsViewGtk
451 if (rwhv && rwhv->GetViewBounds().size() != size)
H A Dtab_contents_view_views.cc225 void TabContentsViewViews::GetViewBounds(gfx::Rect* out) const { function in class:TabContentsViewViews
/external/chromium/chrome/browser/renderer_host/
H A Drender_widget_host_view_gtk.h73 virtual gfx::Rect GetViewBounds() const;
H A Drender_widget_host_view_mac.h202 virtual gfx::Rect GetViewBounds() const;
H A Drender_widget_host_view_views.h59 virtual gfx::Rect GetViewBounds() const OVERRIDE;
H A Drender_widget_host_view_win.h144 virtual gfx::Rect GetViewBounds() const;
H A Drender_widget_host_view_win.cc307 SetBounds(gfx::Rect(GetViewBounds().origin(), size));
543 gfx::Rect RenderWidgetHostViewWin::GetViewBounds() const { function in class:RenderWidgetHostViewWin
644 gfx::Rect screen_rect = GetViewBounds();
/external/chromium/chrome/browser/
H A Dunload_uitest.cc234 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_0, &bounds, false));
449 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_CONTAINER,
/external/chromium/chrome/browser/history/
H A Dredirect_uitest.cc166 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_CONTAINER, &tab_view_bounds,

Completed in 757 milliseconds

12