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

  /external/chromium_org/chrome/common/extensions/manifest_handlers/
theme_handler.cc 23 bool LoadImages(const base::DictionaryValue* theme_value,
27 if (theme_value->GetDictionary(keys::kThemeImages, &images_value)) {
58 bool LoadColors(const base::DictionaryValue* theme_value,
62 if (theme_value->GetDictionary(keys::kThemeColors, &colors_value)) {
90 bool LoadTints(const base::DictionaryValue* theme_value,
94 if (!theme_value->GetDictionary(keys::kThemeTints, &tints_value))
115 bool LoadDisplayProperties(const base::DictionaryValue* theme_value,
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/
extension.cc 1852 DictionaryValue* theme_value = NULL; local
    [all...]

Completed in 1822 milliseconds