HomeSort by relevance Sort by last modified time
    Searched refs:IconCountToWidth (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 255 IconCountToWidth(-1, false));
261 int min_width = std::min(MinimumNonemptyWidth(), IconCountToWidth(-1, false));
277 if ((IconCountToWidth(-1, false) > max_x) && !suppress_chevron_) {
494 int max_width = IconCountToWidth(-1, false);
627 container_width_ = IconCountToWidth(icons, chevron_->visible());
827 container_width_ = IconCountToWidth(visible_actions, chevron_->visible());
863 int BrowserActionsContainer::IconCountToWidth(int icons,
879 if (pixels >= IconCountToWidth(-1, false))
    [all...]
browser_actions_container.h 317 int IconCountToWidth(int icons, bool display_chevron) const;

Completed in 58 milliseconds