Home
last modified time | relevance | path

Searched refs:GetContainerBounds (Results 1 – 19 of 19) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/download/
Ddownload_started_animation_gtk.cc94 tab_contents_->GetContainerBounds(&tab_contents_bounds_); in DownloadStartedAnimationGtk()
/external/chromium/chrome/browser/tab_contents/
Dtab_contents_view_gtk.h54 virtual void GetContainerBounds(gfx::Rect* out) const;
Dtab_contents_view_mac.h61 virtual void GetContainerBounds(gfx::Rect* out) const;
Dtab_contents_view_gtk.cc183 void TabContentsViewGtk::GetContainerBounds(gfx::Rect* out) const { in GetContainerBounds() function in TabContentsViewGtk
332 GetContainerBounds(&bounds); in ShowContextMenu()
Dtab_contents.h481 void GetContainerBounds(gfx::Rect *out) const;
Dtab_contents_view_mac.mm141 void TabContentsViewMac::GetContainerBounds(gfx::Rect* out) const { function
/external/chromium/chrome/browser/ui/views/download/
Ddownload_started_animation_win.cc89 tab_contents_->GetContainerBounds(&tab_contents_bounds_); in DownloadStartedAnimationWin()
/external/chromium/chrome/browser/ui/views/tab_contents/
Dtab_contents_view_touch.h53 virtual void GetContainerBounds(gfx::Rect* out) const OVERRIDE;
Dtab_contents_view_gtk.h57 virtual void GetContainerBounds(gfx::Rect* out) const;
Dtab_contents_view_views.h50 virtual void GetContainerBounds(gfx::Rect* out) const OVERRIDE;
Dtab_contents_view_gtk.cc138 GetContainerBounds(&bounds); in AttachConstrainedWindow()
220 void TabContentsViewGtk::GetContainerBounds(gfx::Rect* out) const { in GetContainerBounds() function in TabContentsViewGtk
Dtab_contents_view_touch.cc118 void TabContentsViewTouch::GetContainerBounds(gfx::Rect* out) const { in GetContainerBounds() function in TabContentsViewTouch
Dtab_contents_view_views.cc103 void TabContentsViewViews::GetContainerBounds(gfx::Rect* out) const { in GetContainerBounds() function in TabContentsViewViews
/external/chromium/chrome/browser/ui/views/
Dtheme_install_bubble_view.cc43 tab_contents->GetContainerBounds(&tab_contents_bounds_); in ThemeInstallBubbleView()
/external/chromium/chrome/browser/speech/
Dspeech_input_bubble_views.cc307 tab_contents()->GetContainerBounds(&container_rect); in GetInfoBubbleTarget()
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_started_animation_mac.mm96 tabContents->GetContainerBounds(&bounds);
/external/chromium/chrome/browser/ui/gtk/tabs/
Ddragged_tab_controller_gtk.cc689 dragged_contents_->tab_contents()->GetContainerBounds(&rect); in EnsureDraggedTab()
/external/chromium/chrome/browser/instant/
Dinstant_loader.cc989 tab_contents->view()->GetContainerBounds(&tab_bounds); in CreatePreviewContents()
/external/chromium/chrome/browser/ui/views/tabs/
Ddragged_tab_controller.cc1348 source_dragged_contents()->tab_contents()->GetContainerBounds( in CreateDraggedView()