Searched refs:IconWidth (Results 1 – 2 of 2) sorted by relevance
560 int icon_width = IconWidth(false); in Layout()563 int x = ToolbarView::kStandardSpacing + (i * IconWidth(true)); in Layout()634 int before_icon_unclamped = (offset_into_icon_area + (IconWidth(false) / 2) + in OnDragUpdated()635 kItemSpacing) / IconWidth(true); in OnDragUpdated()647 SetDropIndicator(width_before_icons + (before_icon * IconWidth(true)) - in OnDragUpdated()867 int BrowserActionsContainer::IconWidth(bool include_padding) { in IconWidth() function in BrowserActionsContainer1041 (icons == 0) ? 0 : ((icons * IconWidth(true)) - kItemSpacing); in IconCountToWidth()1061 std::max(0, available_space + kItemSpacing) / IconWidth(true)); in WidthToIconCount()
404 static int IconWidth(bool include_padding);