Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/chromeos/panels/
Dpanel_scroller.cc121 int panel_count = static_cast<int>(panels_.size()); in Layout() local
122 for (int i = 0; i < panel_count; i++) { in Layout()
131 (panel_count - i) * divider_height_) { in Layout()
135 int top = height() - (panel_count - i) * divider_height_; in Layout()