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

/external/chromium/base/
H A Dvalues.cc350 if (!current_dictionary->GetDictionary(key, &child_dictionary)) {
404 if (!current_dictionary->GetDictionary(
488 bool DictionaryValue::GetDictionary(const std::string& path, function in class:DictionaryValue
598 if (!GetDictionary(current_path.substr(0, delimiter_position),
781 bool ListValue::GetDictionary(size_t index, DictionaryValue** out_value) const { function in class:ListValue
/external/chromium/chrome/browser/prefs/
H A Dpref_service.cc447 const DictionaryValue* PrefService::GetDictionary(const char* path) const { function in class:PrefService

Completed in 117 milliseconds