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

/external/chromium_org/ash/wm/workspace/
H A Dmulti_window_resize_controller.cc208 for (size_t i = 0; i < windows_.other_windows.size(); ++i)
209 windows_.other_windows[i]->RemoveObserver(this);
424 DCHECK(windows_.other_windows.empty());
426 &windows_.other_windows);
427 for (size_t i = 0; i < windows_.other_windows.size(); ++i) {
428 windows_.other_windows[i]->AddObserver(this);
429 windows.push_back(windows_.other_windows[i]);
468 // the |other_windows|. If we start another resize we'll recalculate the
469 // |other_windows| and invoke AddObserver() as necessary.
470 for (size_t i = 0; i < windows_.other_windows
[all...]
H A Dmulti_window_resize_controller.h67 // consider the windows in |other_windows|.
84 std::vector<aura::Window*> other_windows; member in struct:ash::MultiWindowResizeController::ResizeWindows
H A Dmulti_window_resize_controller_unittest.cc77 i < resize_controller_->windows_.other_windows.size(); ++i) {
78 if (resize_controller_->windows_.other_windows[i] == window)

Completed in 187 milliseconds