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

  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 343 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() {
    [all...]
browser_actions_container.h 271 static int IconHeight();
browser_action_view.cc 105 BrowserActionsContainer::IconHeight());

Completed in 82 milliseconds