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

/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container.cc364 icons_per_overflow_menu_row_ = (width - kItemSpacing) / IconWidth(true);
400 int icon_width = IconWidth(false);
414 int x = kItemSpacing + (index * IconWidth(true)) -
415 (row_index * IconWidth(true) * icons_per_overflow_menu_row_);
426 ((it - browser_action_views_.begin()) * IconWidth(true));
501 (offset_into_icon_area + (IconWidth(false) / 2) +
502 kItemSpacing) / IconWidth(true);
740 (drop_position_->icon_in_row * IconWidth(true));
790 int BrowserActionsContainer::IconWidth(bool include_padding) { function in class:BrowserActionsContainer
1048 (icons == 0) ? 0 : ((icons * IconWidth(tru
[all...]

Completed in 2137 milliseconds