Home
last modified time | relevance | path

Searched refs:RemoveWithoutPathExpansion (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/json/
Djson_parser.cc64 bool RemoveWithoutPathExpansion(const std::string& key, in RemoveWithoutPathExpansion() function in base::internal::__anon3b7557e10111::DictionaryHiddenRootValue
68 return DictionaryValue::RemoveWithoutPathExpansion(key, out); in RemoveWithoutPathExpansion()
75 if (!DictionaryValue::RemoveWithoutPathExpansion(key, &out_owned)) in RemoveWithoutPathExpansion()
/external/libchrome/base/
Dvalues.cc737 return current_dictionary->RemoveWithoutPathExpansion(current_path, in Remove()
741 bool DictionaryValue::RemoveWithoutPathExpansion( in RemoveWithoutPathExpansion() function in base::DictionaryValue
761 return RemoveWithoutPathExpansion(path, out_value); in RemovePath()
770 RemoveWithoutPathExpansion(subdict_path, NULL); in RemovePath()
Dvalues.h336 virtual bool RemoveWithoutPathExpansion(const std::string& key,