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

  /external/chromium_org/chrome/common/extensions/manifest_handlers/
theme_handler.cc 93 const base::DictionaryValue* tints_value = NULL; local
94 if (!theme_value->GetDictionary(keys::kThemeTints, &tints_value))
98 for (base::DictionaryValue::Iterator iter(*tints_value); !iter.IsAtEnd();
111 theme_info->theme_tints_.reset(tints_value->DeepCopy());
  /external/chromium/chrome/browser/themes/
browser_theme_pack.h 114 void BuildTintsFromJSON(DictionaryValue* tints_value);
browser_theme_pack.cc 601 void BrowserThemePack::BuildTintsFromJSON(DictionaryValue* tints_value) {
610 if (!tints_value)
613 // Parse the incoming data from |tints_value| into an intermediary structure.
615 for (DictionaryValue::key_iterator iter(tints_value->begin_keys());
616 iter != tints_value->end_keys(); ++iter) {
618 if (tints_value->GetList(*iter, &tint_list) &&
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.h 118 void BuildTintsFromJSON(const base::DictionaryValue* tints_value);
browser_theme_pack.cc     [all...]
  /external/chromium/chrome/common/extensions/
extension.cc 1901 DictionaryValue* tints_value = NULL; local
    [all...]

Completed in 178 milliseconds