Home
last modified time | relevance | path

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

/external/chromium/chrome/common/extensions/
Dextension.cc1852 DictionaryValue* theme_value = NULL; in InitFromValue() local
1853 if (!source.GetDictionary(keys::kTheme, &theme_value)) { in InitFromValue()
1860 if (theme_value->GetDictionary(keys::kThemeImages, &images_value)) { in InitFromValue()
1874 if (theme_value->GetDictionary(keys::kThemeColors, &colors_value)) { in InitFromValue()
1902 if (theme_value->GetDictionary(keys::kThemeTints, &tints_value)) { in InitFromValue()
1922 if (theme_value->GetDictionary(keys::kThemeDisplayProperties, in InitFromValue()