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

  /external/chromium/chrome/browser/ui/views/tabs/
side_tab.h 29 virtual const gfx::Rect& GetTitleBounds() const OVERRIDE;
side_tab.cc 102 const gfx::Rect& SideTab::GetTitleBounds() const {
tab.h 60 virtual const gfx::Rect& GetTitleBounds() const OVERRIDE;
base_tab.h 137 virtual const gfx::Rect& GetTitleBounds() const = 0;
base_tab.cc 375 if (font_->GetStringWidth(data_.title) > GetTitleBounds().width()) {
472 const gfx::Rect& title_bounds = GetTitleBounds();
tab.cc 172 const gfx::Rect& Tab::GetTitleBounds() const {
  /external/chromium/chrome/browser/ui/touch/tabs/
touch_tab.h 41 virtual const gfx::Rect& GetTitleBounds() const;
touch_tab.cc 52 const gfx::Rect& TouchTab::GetTitleBounds() const {
  /external/chromium_org/ash/wm/
header_painter_unittest.cc 144 gfx::Rect large_header_title_bounds = p.GetTitleBounds(default_font);
150 gfx::Rect short_header_title_bounds = p.GetTitleBounds(default_font);
header_painter.h 168 gfx::Rect GetTitleBounds(const gfx::Font& title_font);
header_painter.cc 420 gfx::Rect title_bounds = GetTitleBounds(title_font);
458 header_view_->SchedulePaintInRect(GetTitleBounds(title_font));
570 gfx::Rect HeaderPainter::GetTitleBounds(const gfx::Font& title_font) {
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.h 199 const gfx::Rect& GetTitleBounds() const;
tab.cc     [all...]

Completed in 193 milliseconds