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

  /external/chromium_org/chrome/browser/sync/test/integration/
dictionary_helper.cc 41 SpellcheckCustomDictionary* GetDictionary(int index) {
68 LoadDictionary(GetDictionary(i));
74 return GetDictionary(index)->GetWords().size();
85 : GetDictionary(0)->GetWords();
88 GetDictionary(i)->GetWords();
101 GetDictionary(index)->GetWords();
110 GetDictionary(index), dictionary_change);
122 GetDictionary(index), dictionary_change);
  /external/chromium_org/chrome/service/
service_process_prefs.cc 70 const base::DictionaryValue* ServiceProcessPrefs::GetDictionary(
  /external/chromium_org/chrome/test/webdriver/commands/
response.cc 68 const Value* Response::GetDictionary() const {
  /external/chromium_org/chrome/browser/prefs/
proxy_config_dictionary.cc 68 const DictionaryValue& ProxyConfigDictionary::GetDictionary() const {
  /external/chromium_org/chrome/common/extensions/
manifest.cc 211 bool Manifest::GetDictionary(
213 return CanAccessPath(path) && value_->GetDictionary(path, out_value);
  /external/chromium_org/chrome/browser/chromeos/settings/
cros_settings.cc 196 bool CrosSettings::GetDictionary(
  /external/chromium_org/base/prefs/
pref_service.cc 236 const base::DictionaryValue* PrefService::GetDictionary(
  /external/chromium/base/
values.cc 350 if (!current_dictionary->GetDictionary(key, &child_dictionary)) {
404 if (!current_dictionary->GetDictionary(
488 bool DictionaryValue::GetDictionary(const std::string& path,
598 if (!GetDictionary(current_path.substr(0, delimiter_position),
781 bool ListValue::GetDictionary(size_t index, DictionaryValue** out_value) const {
  /external/chromium/chrome/browser/prefs/
pref_service.cc 447 const DictionaryValue* PrefService::GetDictionary(const char* path) const {
  /external/chromium_org/base/
values.cc 390 if (!current_dictionary->GetDictionary(key, &child_dictionary)) {
473 if (!current_dictionary->GetDictionary(
571 bool DictionaryValue::GetDictionary(const std::string& path,
584 bool DictionaryValue::GetDictionary(const std::string& path,
586 return static_cast<const DictionaryValue&>(*this).GetDictionary(
729 if (!GetDictionary(current_path.substr(0, delimiter_position),
925 bool ListValue::GetDictionary(size_t index,
938 bool ListValue::GetDictionary(size_t index, DictionaryValue** out_value) {
939 return static_cast<const ListValue&>(*this).GetDictionary(

Completed in 513 milliseconds