OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MinimumNonemptyWidth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.h
346
int
MinimumNonemptyWidth
() const;
browser_actions_container.cc
355
// 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));
[
all
...]
Completed in 168 milliseconds