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

  /external/chromium_org/chrome/browser/ui/views/
browser_actions_container.h 244 friend class BrowserActionView; // So it can access IconHeight().
253 static int IconHeight();
browser_actions_container.cc 202 IconHeight());
545 ToolbarView::kVertSpacing, kDropIndicatorWidth, IconHeight());
585 int BrowserActionsContainer::IconHeight() {
browser_action_view.cc 82 // button's preferred size, we use IconHeight(), since that's how big the
86 BrowserActionsContainer::IconHeight());
97 BrowserActionsContainer::IconHeight());
  /external/chromium/chrome/browser/ui/views/
browser_actions_container.cc 324 // button's preferred size, we use IconHeight(), since that's how big the
327 BrowserActionsContainer::IconHeight());
543 IconHeight());
836 ToolbarView::kVertSpacing, kDropIndicatorWidth, IconHeight());
879 int BrowserActionsContainer::IconHeight() {
    [all...]
browser_actions_container.h 398 friend class BrowserActionView; // So it can access IconHeight().
407 static int IconHeight();

Completed in 472 milliseconds