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

/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc1129 int min_window_width = window->bounds().width(); local
1130 int max_window_width = min_window_width;
1132 min_window_width = GetWindowWidthCloseTo(window, kMinDockWidth);
1135 largest_min_width = std::max(largest_min_width, min_window_width);

Completed in 1140 milliseconds