Home
last modified time | relevance | path

Searched refs:PrimaryAxisSize (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ash/wm/workspace/
Dworkspace_window_resizer.cc551 int initial_size = PrimaryAxisSize(attached_windows_[i]->bounds().size()); in WorkspaceWindowResizer()
556 std::max(PrimaryAxisSize(min), kMinOnscreenSize)); in WorkspaceWindowResizer()
576 int initial_size = PrimaryAxisSize(details_.initial_bounds_in_parent.size()); in LayoutAttachedWindows()
577 int current_size = PrimaryAxisSize(bounds->size()); in LayoutAttachedWindows()
705 int min = PrimaryAxisSize(delegate->GetMinimumSize()); in CreateBucketsForAttached()
706 int max = PrimaryAxisSize(delegate->GetMaximumSize()); in CreateBucketsForAttached()
897 int WorkspaceWindowResizer::PrimaryAxisSize(const gfx::Size& size) const { in PrimaryAxisSize() function in ash::internal::WorkspaceWindowResizer
Dworkspace_window_resizer.h147 int PrimaryAxisSize(const gfx::Size& size) const;