HomeSort by relevance Sort by last modified time
    Searched refs:GetViewBounds (Results 1 - 25 of 27) sorted by null

1 2

  /external/chromium/chrome/browser/ui/views/
find_bar_host_gtk.cc 23 tab_view->GetViewBounds(&webcontents_rect);
html_dialog_view_browsertest.cc 157 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/gtk/extensions/
extension_popup_gtk.h 93 gfx::Rect GetViewBounds();
extension_popup_gtk.cc 171 gfx::Rect ExtensionPopupGtk::GetViewBounds() {
  /external/chromium/chrome/browser/ui/views/tabs/
tab_dragging_test.cc 92 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_1, &bounds2, false))
    [all...]
  /external/chromium/chrome/browser/accessibility/
browser_accessibility_manager.h 33 virtual gfx::Rect GetViewBounds() const = 0;
91 gfx::Rect GetViewBounds();
browser_accessibility_manager.cc 255 gfx::Rect BrowserAccessibilityManager::GetViewBounds() {
257 return delegate_->GetViewBounds();
browser_accessibility.cc 128 gfx::Point top_left = manager_->GetViewBounds().origin();
  /external/chromium/chrome/browser/extensions/
browser_action_test_util_gtk.cc 72 return popup->GetViewBounds();
  /external/chromium/chrome/browser/tab_contents/
tab_contents_view_gtk.h 63 virtual void GetViewBounds(gfx::Rect* out) const;
tab_contents_view_mac.h 79 virtual void GetViewBounds(gfx::Rect* out) const;
tab_contents_view_gtk.cc 254 void TabContentsViewGtk::GetViewBounds(gfx::Rect* out) const {
  /external/chromium/chrome/browser/ui/views/tab_contents/
tab_contents_view_gtk.h 66 virtual void GetViewBounds(gfx::Rect* out) const;
tab_contents_view_touch.h 62 virtual void GetViewBounds(gfx::Rect* out) const OVERRIDE;
tab_contents_view_views.h 61 virtual void GetViewBounds(gfx::Rect* out) const OVERRIDE;
tab_contents_view_touch.cc 224 void TabContentsViewTouch::GetViewBounds(gfx::Rect* out) const {
324 if (rwhv && rwhv->GetViewBounds().size() != size)
tab_contents_view_gtk.cc 340 void TabContentsViewGtk::GetViewBounds(gfx::Rect* out) const {
451 if (rwhv && rwhv->GetViewBounds().size() != size)
tab_contents_view_views.cc 225 void TabContentsViewViews::GetViewBounds(gfx::Rect* out) const {
  /external/chromium/chrome/browser/renderer_host/
render_widget_host_view_gtk.h 73 virtual gfx::Rect GetViewBounds() const;
render_widget_host_view_mac.h 202 virtual gfx::Rect GetViewBounds() const;
render_widget_host_view_views.h 59 virtual gfx::Rect GetViewBounds() const OVERRIDE;
render_widget_host_view_win.h 144 virtual gfx::Rect GetViewBounds() const;
render_widget_host_view_win.cc 307 SetBounds(gfx::Rect(GetViewBounds().origin(), size));
543 gfx::Rect RenderWidgetHostViewWin::GetViewBounds() const {
644 gfx::Rect screen_rect = GetViewBounds();
    [all...]
  /external/chromium/chrome/browser/
unload_uitest.cc 234 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_0, &bounds, false));
449 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_CONTAINER,
  /external/chromium/chrome/browser/history/
redirect_uitest.cc 166 ASSERT_TRUE(window->GetViewBounds(VIEW_ID_TAB_CONTAINER, &tab_view_bounds,

Completed in 787 milliseconds

1 2