Home | History | Annotate | Download | only in base

Lines Matching refs:GetDictionary

393     if (!current_dictionary->GetDictionary(key, &child_dictionary)) {
474 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),
765 if (!GetDictionary(subdict_path, &subdict))
947 bool ListValue::GetDictionary(size_t index,
960 bool ListValue::GetDictionary(size_t index, DictionaryValue** out_value) {
961 return static_cast<const ListValue&>(*this).GetDictionary(