HomeSort by relevance Sort by last modified time
    Searched defs:GetDictionary (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/service/
service_process_prefs.cc 73 const base::DictionaryValue* ServiceProcessPrefs::GetDictionary(
  /external/chromium_org/chrome/browser/prefs/
proxy_config_dictionary.cc 68 const base::DictionaryValue& ProxyConfigDictionary::GetDictionary() const {
  /external/chromium_org/chrome/browser/sync/test/integration/
dictionary_helper.cc 45 SpellcheckCustomDictionary* GetDictionary(int index) {
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/
manifest.cc 214 bool Manifest::GetDictionary(
216 return CanAccessPath(path) && value_->GetDictionary(path, out_value);
  /external/chromium_org/chrome/browser/chromeos/settings/
cros_settings.cc 192 bool CrosSettings::GetDictionary(
  /external/lldb/tools/lldb-perf/lib/
Results.h 299 GetDictionary ()
  /external/chromium_org/base/prefs/
pref_service.cc 238 const base::DictionaryValue* PrefService::GetDictionary(
  /external/chromium_org/base/
values.cc 411 if (!current_dictionary->GetDictionary(key, &child_dictionary)) {
492 if (!current_dictionary->GetDictionary(
589 bool DictionaryValue::GetDictionary(const std::string& path,
602 bool DictionaryValue::GetDictionary(const std::string& path,
604 return static_cast<const DictionaryValue&>(*this).GetDictionary(
747 if (!GetDictionary(current_path.substr(0, delimiter_position),
783 if (!GetDictionary(subdict_path, &subdict))
965 bool ListValue::GetDictionary(size_t index,
978 bool ListValue::GetDictionary(size_t index, DictionaryValue** out_value) {
979 return static_cast<const ListValue&>(*this).GetDictionary(
    [all...]

Completed in 1667 milliseconds