Home
last modified time | relevance | path

Searched refs:close_button_bounds_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/ui/gtk/tabs/
Dtab_renderer_gtk.cc703 close_button_bounds_.SetRect(local_bounds.width() + kCloseButtonHorzFuzz, in Layout()
720 close_button_bounds_.SetRect(0, 0, 0, 0); in Layout()
737 if (close_button_bounds_.width() && close_button_bounds_.height()) { in Layout()
738 title_width = std::max(close_button_bounds_.x() - in Layout()
748 close_button_bounds_.set_x( in Layout()
749 gtk_util::MirroredLeftPointForRect(tab_.get(), close_button_bounds_)); in Layout()
757 if (!close_button_bounds_.IsEmpty()) { in MoveCloseButtonWidget()
759 close_button_bounds_.x(), close_button_bounds_.y()); in MoveCloseButtonWidget()
Dtab_renderer_gtk.h228 const gfx::Rect& close_button_bounds() const { return close_button_bounds_; } in close_button_bounds()
381 gfx::Rect close_button_bounds_; variable