OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IconWidth
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/ui/views/
browser_actions_container.cc
560
int icon_width =
IconWidth
(false);
563
int x = ToolbarView::kStandardSpacing + (i *
IconWidth
(true));
634
int before_icon_unclamped = (offset_into_icon_area + (
IconWidth
(false) / 2) +
635
kItemSpacing) /
IconWidth
(true);
647
SetDropIndicator(width_before_icons + (before_icon *
IconWidth
(true)) -
867
int BrowserActionsContainer::
IconWidth
(bool include_padding) {
[
all
...]
browser_actions_container.h
404
static int
IconWidth
(bool include_padding);
Completed in 81 milliseconds