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

  /external/chromium/chrome/browser/ui/views/tabs/
tab.cc 281 int title_left = favicon_bounds_.right() + kFaviconTitleSpacing; local
296 kTitleCloseButtonSpacing - title_left, 0);
298 title_width = std::max(lb.width() - title_left, 0);
300 title_bounds_.SetRect(title_left, title_top, title_width, font_height());
302 title_bounds_.SetRect(title_left, title_top, 0, 0);
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.cc 725 int title_left = favicon_bounds_.right() + kFaviconTitleSpacing; local
739 kTitleCloseButtonSpacing - title_left, 0);
741 title_width = std::max(local_bounds.width() - title_left, 0);
743 title_bounds_.SetRect(title_left, title_top, title_width, content_height);
    [all...]

Completed in 1216 milliseconds