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

  /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 {

Completed in 33 milliseconds