Home
last modified time | relevance | path

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

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