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

  /external/chromium_org/ash/wm/workspace/
workspace_window_resizer.h 147 int PrimaryAxisSize(const gfx::Size& size) const;
workspace_window_resizer.cc 492 int initial_size = PrimaryAxisSize(attached_windows_[i]->bounds().size());
497 std::max(PrimaryAxisSize(min), kMinOnscreenSize));
516 int initial_size = PrimaryAxisSize(details_.initial_bounds_in_parent.size());
517 int current_size = PrimaryAxisSize(bounds->size());
645 int min = PrimaryAxisSize(delegate->GetMinimumSize());
646 int max = PrimaryAxisSize(delegate->GetMaximumSize());
829 int WorkspaceWindowResizer::PrimaryAxisSize(const gfx::Size& size) const {
    [all...]

Completed in 45 milliseconds