Searched defs:theme_value (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dtheme_handler.cc23 bool LoadImages(const base::DictionaryValue* theme_value, argument
27 if (theme_value->GetDictionary(keys::kThemeImages, &images_value)) {
58 bool LoadColors(const base::DictionaryValue* theme_value, argument
62 if (theme_value->GetDictionary(keys::kThemeColors, &colors_value)) {
90 bool LoadTints(const base::DictionaryValue* theme_value, argument
94 if (!theme_value->GetDictionary(keys::kThemeTints, &tints_value))
115 bool LoadDisplayProperties(const base::DictionaryValue* theme_value, argument
119 if (theme_value->GetDictionary(keys::kThemeDisplayProperties,
171 const base::DictionaryValue* theme_value = NULL; local
172 if (!extension->manifest()->GetDictionary(keys::kTheme, &theme_value)) {
[all...]
/external/chromium/chrome/common/extensions/
H A Dextension.cc1852 DictionaryValue* theme_value = NULL; local
1853 if (!source.GetDictionary(keys::kTheme, &theme_value)) {
1860 if (theme_value->GetDictionary(keys::kThemeImages, &images_value)) {
1874 if (theme_value->GetDictionary(keys::kThemeColors, &colors_value)) {
1902 if (theme_value->GetDictionary(keys::kThemeTints, &tints_value)) {
1922 if (theme_value->GetDictionary(keys::kThemeDisplayProperties,

Completed in 66 milliseconds