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