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

/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dbrowser_actions_container.cc343 row_count * IconHeight());
359 return gfx::Size(preferred_width, IconHeight());
370 return gfx::Size(min_width, IconHeight());
417 x, IconHeight() * row_index, icon_width, IconHeight());
429 view->SetBounds(x, 0, icon_width, IconHeight());
473 row_index = event.y() / IconHeight();
756 int row_height = IconHeight();
802 int BrowserActionsContainer::IconHeight() { function in class:BrowserActionsContainer

Completed in 102 milliseconds