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

  /external/chromium/chrome/browser/ui/views/tabs/
side_tab_strip.h 71 int GetMaxTabY() const;
side_tab_strip.cc 201 GetMaxTabY() - kTabStripInset);
447 int available_height = GetMaxTabY() - kTabStripInset;
451 int SideTabStrip::GetMaxTabY() const {
463 } else if (ideal_bounds(tab_index).bottom() > GetMaxTabY()) {
464 SetFirstTabYOffset(GetMaxTabY() - (ideal_bounds(tab_index).bottom() -

Completed in 22 milliseconds