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

  /external/chromium/chrome/common/extensions/
extension_action.cc 48 const int kCenterAlignThreshold = 20;
147 if (badge_width >= kCenterAlignThreshold) {
  /external/chromium_org/chrome/common/
badge_util.cc 52 const int kCenterAlignThreshold = 20;
187 int rect_x = (badge_width >= kCenterAlignThreshold) ?

Completed in 50 milliseconds