Searched refs:theme_value (Results 1 – 1 of 1) sorted by relevance
23 bool LoadImages(const base::DictionaryValue* theme_value, in LoadImages() argument27 if (theme_value->GetDictionary(keys::kThemeImages, &images_value)) { in LoadImages()58 bool LoadColors(const base::DictionaryValue* theme_value, in LoadColors() argument62 if (theme_value->GetDictionary(keys::kThemeColors, &colors_value)) { in LoadColors()90 bool LoadTints(const base::DictionaryValue* theme_value, in LoadTints() argument94 if (!theme_value->GetDictionary(keys::kThemeTints, &tints_value)) in LoadTints()115 bool LoadDisplayProperties(const base::DictionaryValue* theme_value, in LoadDisplayProperties() argument119 if (theme_value->GetDictionary(keys::kThemeDisplayProperties, in LoadDisplayProperties()171 const base::DictionaryValue* theme_value = NULL; in Parse() local172 if (!extension->manifest()->GetDictionary(keys::kTheme, &theme_value)) { in Parse()[all …]