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

  /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

Completed in 143 milliseconds