Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/themes/
Dbrowser_theme_pack.cc762 DictionaryValue* display_properties_value) { in BuildDisplayPropertiesFromJSON() argument
769 if (!display_properties_value) in BuildDisplayPropertiesFromJSON()
774 display_properties_value->begin_keys()); in BuildDisplayPropertiesFromJSON()
775 iter != display_properties_value->end_keys(); ++iter) { in BuildDisplayPropertiesFromJSON()
780 if (display_properties_value->GetString(*iter, &val)) { in BuildDisplayPropertiesFromJSON()
788 if (display_properties_value->GetString(*iter, &val)) { in BuildDisplayPropertiesFromJSON()
796 if (display_properties_value->GetInteger(*iter, &val)) in BuildDisplayPropertiesFromJSON()
/external/chromium/chrome/common/extensions/
Dextension.cc1921 DictionaryValue* display_properties_value = NULL; in InitFromValue() local
1923 &display_properties_value)) { in InitFromValue()
1925 display_properties_value->DeepCopy()); in InitFromValue()