Searched refs:PrimaryAxisSize (Results 1 – 2 of 2) sorted by relevance
551 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
147 int PrimaryAxisSize(const gfx::Size& size) const;