Searched refs:GetWindowWidthCloseTo (Results 1 – 1 of 1) sorted by relevance
245 int GetWindowWidthCloseTo(const aura::Window* window, int target_width) { in GetWindowWidthCloseTo() function1132 min_window_width = GetWindowWidthCloseTo(window, kMinDockWidth); in CalculateIdealWidth()1133 max_window_width = GetWindowWidthCloseTo(window, kMaxDockWidth); in CalculateIdealWidth()1183 bounds.set_width(GetWindowWidthCloseTo( in FanOutChildren()