Searched defs:GetDictionary (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/service/
H A Dservice_process_prefs.cc73 const base::DictionaryValue* ServiceProcessPrefs::GetDictionary( function in class:ServiceProcessPrefs
/external/chromium_org/chrome/browser/prefs/
H A Dproxy_config_dictionary.cc68 const base::DictionaryValue& ProxyConfigDictionary::GetDictionary() const { function in class:ProxyConfigDictionary
/external/chromium_org/chrome/browser/sync/test/integration/
H A Ddictionary_helper.cc45 SpellcheckCustomDictionary* GetDictionary(int index) { function in namespace:dictionary_helper::__anon4811
72 LoadDictionary(GetDictionary(i));
78 return GetDictionary(index)->GetWords().size();
89 : GetDictionary(0)->GetWords();
92 GetDictionary(i)->GetWords();
178 GetDictionary(index)->GetWords();
187 GetDictionary(index), dictionary_change);
199 GetDictionary(index), dictionary_change);
/external/chromium_org/extensions/common/
H A Dmanifest.cc213 bool Manifest::GetDictionary( function in class:extensions::Manifest
215 return CanAccessPath(path) && value_->GetDictionary(path, out_value);
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dcros_settings.cc192 bool CrosSettings::GetDictionary( function in class:chromeos::CrosSettings
/external/lldb/tools/lldb-perf/lib/
H A DResults.h299 GetDictionary () function in class:lldb_perf::Results
/external/chromium_org/base/prefs/
H A Dpref_service.cc238 const base::DictionaryValue* PrefService::GetDictionary( function in class:PrefService
/external/chromium_org/base/
H A Dvalues.cc386 if (!current_dictionary->GetDictionary(key, &child_dictionary)) {
467 if (!current_dictionary->GetDictionary(
564 bool DictionaryValue::GetDictionary(const std::string& path, function in class:base::DictionaryValue
577 bool DictionaryValue::GetDictionary(const std::string& path, function in class:base::DictionaryValue
579 return static_cast<const DictionaryValue&>(*this).GetDictionary(
722 if (!GetDictionary(current_path.substr(0, delimiter_position),
758 if (!GetDictionary(subdict_path, &subdict))
940 bool ListValue::GetDictionary(size_t index, function in class:base::ListValue
953 bool ListValue::GetDictionary(size_t index, DictionaryValue** out_value) { function in class:base::ListValue
954 return static_cast<const ListValue&>(*this).GetDictionary(
[all...]

Completed in 134 milliseconds