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

  /external/chromium_org/chrome/browser/profiles/
profile_avatar_icon_util.cc 188 const int kAvatarIconHeight = 31;
233 image, is_rectangle, kAvatarIconWidth, kAvatarIconHeight);
239 kAvatarIconWidth, kAvatarIconHeight);
247 if (!is_gaia_image && image.Height() <= kAvatarIconHeight)
250 int size = std::min(std::min(kAvatarIconWidth, kAvatarIconHeight),
272 (source_bitmap.height() == scale_factor * profiles::kAvatarIconHeight)) {
276 scale_factor * profiles::kAvatarIconHeight);
profile_avatar_icon_util.h 30 extern const int kAvatarIconHeight;
profile_avatar_icon_util_unittest.cc 65 gfx::Size size(profiles::kAvatarIconWidth, profiles::kAvatarIconHeight);
81 gfx::Size size(profiles::kAvatarIconWidth, profiles::kAvatarIconHeight);
  /external/chromium_org/chrome/browser/android/profiles/
profile_downloader_android.cc 139 avatar_image.Height() > profiles::kAvatarIconHeight &&
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 103 avatar_image.Height() <= profiles::kAvatarIconHeight ) {

Completed in 291 milliseconds