OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IconCountToWidth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc
342
IconCountToWidth
(icons_per_overflow_menu_row_, false),
358
IconCountToWidth
(-1, false));
369
int min_width = std::min(MinimumNonemptyWidth(),
IconCountToWidth
(-1, false));
385
if ((
IconCountToWidth
(-1, false) > max_x) && !suppress_chevron_ && chevron_) {
658
int max_width =
IconCountToWidth
(-1, false);
[
all
...]
browser_actions_container.h
335
int
IconCountToWidth
(int icons, bool display_chevron) const;
Completed in 34 milliseconds