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

  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 666 gfx::Rect local_bounds = GetLocalBounds(); local
667 if (local_bounds.IsEmpty())
669 local_bounds.Inset(kLeftPadding, kTopPadding, kRightPadding, kBottomPadding);
678 favicon_bounds_.SetRect(local_bounds.x(), favicon_top,
694 favicon_bounds_.SetRect(local_bounds.x(), local_bounds.y(), 0, 0);
703 close_button_bounds_.SetRect(local_bounds.width() + kCloseButtonHorzFuzz,
741 title_width = std::max(local_bounds.width() - title_left, 0);
    [all...]
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.cc 95 gfx::Rect local_bounds = GetContentsBounds(); local
105 favicon_bounds_ = local_bounds;

Completed in 348 milliseconds