HomeSort by relevance Sort by last modified time
    Searched defs:icon_height (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/shelf/
shelf_button.cc 384 int icon_height = std::min(kIconSize, local
399 if (y_offset + icon_height + kBarSize > button_bounds.height())
400 icon_height = button_bounds.height() - (y_offset + kBarSize);
402 y_offset = std::max(0, button_bounds.height() - icon_height) / 2;
411 icon_height));
417 DCHECK_LE(icon_height, kIconSize);
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 691 static int icon_height = 0; local
694 icon_height = ui::ResourceBundle::GetSharedInstance().GetImageSkiaNamed(
697 return icon_height;
    [all...]

Completed in 52 milliseconds