Searched refs:close_button_bounds_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.cc703 close_button_bounds_.SetRect(local_bounds.width() + kCloseButtonHorzFuzz,
720 close_button_bounds_.SetRect(0, 0, 0, 0);
737 if (close_button_bounds_.width() && close_button_bounds_.height()) {
738 title_width = std::max(close_button_bounds_.x() -
748 close_button_bounds_.set_x(
749 gtk_util::MirroredLeftPointForRect(tab_.get(), close_button_bounds_));
757 if (!close_button_bounds_.IsEmpty()) {
759 close_button_bounds_.x(), close_button_bounds_
[all...]
H A Dtab_renderer_gtk.h228 const gfx::Rect& close_button_bounds() const { return close_button_bounds_; }
381 gfx::Rect close_button_bounds_; member in class:TabRendererGtk
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.h223 const gfx::Rect& close_button_bounds() const { return close_button_bounds_; }
366 gfx::Rect close_button_bounds_; member in class:TabRendererGtk
H A Dtab_renderer_gtk.cc810 close_button_bounds_.SetRect(close_button_left,
828 close_button_bounds_.SetRect(0, 0, 0, 0);
845 if (close_button_bounds_.width() && close_button_bounds_.height()) {
846 title_width = std::max(close_button_bounds_.x() -
856 close_button_bounds_.set_x(
857 gtk_util::MirroredLeftPointForRect(tab_.get(), close_button_bounds_));
865 if (!close_button_bounds_.IsEmpty()) {
867 close_button_bounds_.x(), close_button_bounds_
[all...]

Completed in 188 milliseconds