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

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

Completed in 88 milliseconds