Searched defs:panel_count (Results 1 - 1 of 1) sorted by relevance

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

Completed in 22 milliseconds