OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kDefaultColorNTPSectionLink
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/themes/
theme_properties.cc
61
const SkColor
kDefaultColorNTPSectionLink
= SkColorSetRGB(6, 55, 116);
276
return
kDefaultColorNTPSectionLink
;
278
return TintForUnderline(
kDefaultColorNTPSectionLink
);
/external/chromium/chrome/browser/themes/
theme_service.cc
96
const SkColor
kDefaultColorNTPSectionLink
= SkColorSetRGB(6, 55, 116);
486
return
kDefaultColorNTPSectionLink
;
488
return TintForUnderline(
kDefaultColorNTPSectionLink
);
Completed in 289 milliseconds