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

/external/chromium_org/chrome/browser/ui/panels/
H A Ddocked_panel_collection.cc656 std::vector<PanelBoundsInfo> moving_right; local
678 moving_right.push_back(std::make_pair(panel, new_bounds));
688 while (!moving_right.empty() || !moving_left.empty()) {
694 (going_right && !moving_right.empty()) ||
697 bounds_info = moving_right.back();
698 moving_right.pop_back();

Completed in 170 milliseconds