HomeSort by relevance Sort by last modified time
    Searched refs:tab_contents_bounds_ (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/ui/views/download/
download_started_animation_win.cc 68 gfx::Rect tab_contents_bounds_; member in class:__anon5117::DownloadStartedAnimationWin
89 tab_contents_->GetContainerBounds(&tab_contents_bounds_);
90 if (tab_contents_bounds_.height() < kDownloadImage->height())
126 tab_contents_bounds_.right() - size.width() : tab_contents_bounds_.x();
129 static_cast<int>(tab_contents_bounds_.bottom() -
  /external/chromium/chrome/browser/ui/views/
theme_install_bubble_view.cc 43 tab_contents->GetContainerBounds(&tab_contents_bounds_);
44 if (tab_contents_bounds_.height() < GetPreferredSize().height())
103 int mid_x = tab_contents_bounds_.x() +
104 (tab_contents_bounds_.right() - tab_contents_bounds_.x()) / 2;
108 int y = static_cast<int>(tab_contents_bounds_.y() +
109 (tab_contents_bounds_.bottom() - tab_contents_bounds_.y()) / 2 -
theme_install_bubble_view.h 62 gfx::Rect tab_contents_bounds_; member in class:ThemeInstallBubbleView
  /external/chromium/chrome/browser/ui/gtk/download/
download_started_animation_gtk.cc 71 gfx::Rect tab_contents_bounds_; member in class:__anon5022::DownloadStartedAnimationGtk
94 tab_contents_->GetContainerBounds(&tab_contents_bounds_);
95 if (tab_contents_bounds_.height() < height_)
141 tab_contents_bounds_.x(),
142 static_cast<int>(tab_contents_bounds_.bottom() -

Completed in 79 milliseconds