Searched defs:MinimumNonemptyWidth (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container.cc355 // In other words: MinimumNonemptyWidth() < width() - resize < ClampTo(MAX).
357 std::max(MinimumNonemptyWidth(), container_width_ - resize_amount_),
369 int min_width = std::min(MinimumNonemptyWidth(), IconCountToWidth(-1, false));
1078 int BrowserActionsContainer::MinimumNonemptyWidth() const { function in class:BrowserActionsContainer

Completed in 36 milliseconds