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

  /external/chromium_org/ui/native_theme/
native_theme_gtk.cc 20 const SkColor kFocusedBorderColor = SkColorSetRGB(0x4D, 0x90, 0xFE);
67 return kFocusedBorderColor;
fallback_theme.cc 32 static const SkColor kFocusedBorderColor = SkColorSetRGB(0x4D, 0x90, 0xFE);
99 return kFocusedBorderColor;
native_theme_win.cc 47 const SkColor kFocusedBorderColor = SkColorSetRGB(0x4d, 0x90, 0xfe);
507 return kFocusedBorderColor;
    [all...]

Completed in 725 milliseconds