Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/views/tabs/
Dside_tab_strip.cc201 GetMaxTabY() - kTabStripInset); in PaintChildren()
447 int available_height = GetMaxTabY() - kTabStripInset; in GetMaxOffset()
451 int SideTabStrip::GetMaxTabY() const { in GetMaxTabY() function in SideTabStrip
463 } else if (ideal_bounds(tab_index).bottom() > GetMaxTabY()) { in MakeTabVisible()
464 SetFirstTabYOffset(GetMaxTabY() - (ideal_bounds(tab_index).bottom() - in MakeTabVisible()
Dside_tab_strip.h71 int GetMaxTabY() const;