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

  /external/chromium_org/tools/metrics/histograms/
extract_histograms.py 194 value_dict = {}
205 value_dict['label'] = int_tag.getAttribute('label')
206 value_dict['summary'] = _JoinChildNodes(int_tag)
207 enum_dict['values'][int_value] = value_dict
  /external/chromium_org/chrome/browser/content_settings/
content_settings_pref_provider.cc 325 const DictionaryValue* value_dict = NULL; local
326 if (!it->value->GetAsDictionary(&value_dict) || value_dict->empty())
330 value_dict->GetString(kAudioKey, &audio_device);
331 value_dict->GetString(kVideoKey, &video_device);
  /external/chromium_org/components/json_schema/
json_schema_validator.cc 58 const base::DictionaryValue* value_dict = NULL; local
60 if (value->GetAsDictionary(&value_dict)) {
61 value_dict->Get("name", &name_value);
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 558 // Decorate dictionary |value_dict| with policy information from |ui_data|.
561 base::DictionaryValue* value_dict) {
564 value_dict->SetString(kTagControlledBy, kTagPolicy);
566 value_dict->SetString(kTagControlledBy, kTagRecommended);
569 value_dict->Set(kTagRecommendedValue, recommended_value->DeepCopy());
    [all...]

Completed in 286 milliseconds