Home
last modified time | relevance | path

Searched refs:kAvatarTutorialBackgroundColor (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Dprofile_avatar_icon_util.h31 extern const SkColor kAvatarTutorialBackgroundColor;
Dprofile_avatar_icon_util.cc191 const SkColor kAvatarTutorialBackgroundColor = SkColorSetRGB(0x42, 0x85, 0xf4); variable
/external/chromium_org/chrome/browser/ui/views/profiles/
Dprofile_chooser_view.cc953 profiles::kAvatarTutorialBackgroundColor)); in CreateTutorialView()
/external/chromium_org/chrome/browser/ui/cocoa/profiles/
Dprofile_chooser_controller.mm1169 gfx::SkColorToSRGBNSColor(profiles::kAvatarTutorialBackgroundColor);