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

/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc1294 int active_center_y = active_window->bounds().CenterPoint().y(); local
1299 it != window_ordering.end() && it->first < active_center_y; ++it) {
1306 it != window_ordering.rend() && it->first > active_center_y; ++it) {

Completed in 125 milliseconds