HomeSort by relevance Sort by last modified time
    Searched refs:attached_windows_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.cc 393 if (!attached_windows_.empty())
438 for (size_t i = 0; i < attached_windows_.size(); ++i) {
439 gfx::Rect bounds(attached_windows_[i]->bounds());
442 attached_windows_[i]->SetBounds(bounds);
443 last_x = attached_windows_[i]->bounds().right();
447 for (size_t i = 0; i < attached_windows_.size(); ++i) {
448 gfx::Rect bounds(attached_windows_[i]->bounds());
451 attached_windows_[i]->SetBounds(bounds);
452 last_y = attached_windows_[i]->bounds().bottom();
469 attached_windows_(attached_windows)
    [all...]
workspace_window_resizer.h 166 const std::vector<aura::Window*> attached_windows_; member in class:ash::internal::WorkspaceWindowResizer
171 // The initial size of each of the windows in |attached_windows_| along the

Completed in 87 milliseconds