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 379 int icon_height = std::min(kIconSize, local
394 if (y_offset + icon_height + kBarSize > button_bounds.height())
395 icon_height = button_bounds.height() - (y_offset + kBarSize);
397 y_offset = std::max(0, button_bounds.height() - icon_height) / 2;
406 icon_height));
412 DCHECK_LE(icon_height, kIconSize);
  /external/chromium_org/chrome/browser/ui/views/toolbar/
browser_actions_container.cc 804 static int icon_height = 0; local
807 icon_height = ui::ResourceBundle::GetSharedInstance().GetImageSkiaNamed(
810 return icon_height;
    [all...]

Completed in 772 milliseconds