/external/chromium_org/chrome/browser/ui/gtk/tabs/ |
tab_renderer_gtk.cc | 765 close_button_bounds_.SetRect(close_button_left, 783 close_button_bounds_.SetRect(0, 0, 0, 0); 795 close_button_bounds_.x() : local_bounds.right(); 820 } else if (close_button_bounds_.width() && close_button_bounds_.height()) { 821 title_width = close_button_bounds_.x() - kTitleCloseButtonSpacing - 834 close_button_bounds_.set_x( 835 gtk_util::MirroredLeftPointForRect(tab_.get(), close_button_bounds_)); 843 if (!close_button_bounds_.IsEmpty()) { 845 close_button_bounds_.x(), close_button_bounds_.y()) [all...] |
tab_renderer_gtk.h | 225 const gfx::Rect& close_button_bounds() const { return close_button_bounds_; } 367 gfx::Rect close_button_bounds_; member in class:TabRendererGtk
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_renderer_gtk.cc | 703 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_.y()) [all...] |
tab_renderer_gtk.h | 228 const gfx::Rect& close_button_bounds() const { return close_button_bounds_; } 381 gfx::Rect close_button_bounds_; member in class:TabRendererGtk
|