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

  /external/chromium_org/chrome/common/
badge_util.cc 48 const int kBadgeHeight = 11;
177 badge_width = std::max(kBadgeHeight, badge_width);
181 int rect_height = kBadgeHeight;
185 int rect_y = bounds.bottom() - bottom_margin - kBadgeHeight;
  /external/chromium/chrome/common/extensions/
extension_action.cc 45 const int kBadgeHeight = 11;
140 badge_width = std::max(kBadgeHeight, badge_width);
146 rect.fTop = rect.fBottom - SkIntToScalar(kBadgeHeight);

Completed in 142 milliseconds