Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Djson_parser.cc60 bool RemoveWithoutPathExpansion(const std::string& key, in RemoveWithoutPathExpansion() function in base::internal::__anon230e49420111::DictionaryHiddenRootValue
64 return DictionaryValue::RemoveWithoutPathExpansion(key, out); in RemoveWithoutPathExpansion()
71 if (!DictionaryValue::RemoveWithoutPathExpansion(key, &out_owned)) in RemoveWithoutPathExpansion()
/external/libweave/third_party/chromium/base/json/
Djson_parser.cc59 bool RemoveWithoutPathExpansion(const std::string& key, in RemoveWithoutPathExpansion() function in base::internal::__anon69a322c80111::DictionaryHiddenRootValue
63 return DictionaryValue::RemoveWithoutPathExpansion(key, out); in RemoveWithoutPathExpansion()
70 if (!DictionaryValue::RemoveWithoutPathExpansion(key, &out_owned)) in RemoveWithoutPathExpansion()
/external/libweave/third_party/chromium/base/
Dvalues.cc724 return current_dictionary->RemoveWithoutPathExpansion(current_path, in Remove()
728 bool DictionaryValue::RemoveWithoutPathExpansion(const std::string& key, in RemoveWithoutPathExpansion() function in base::DictionaryValue
750 return RemoveWithoutPathExpansion(path, out_value); in RemovePath()
759 RemoveWithoutPathExpansion(subdict_path, NULL); in RemovePath()
Dvalues.h324 virtual bool RemoveWithoutPathExpansion(const std::string& key,
/external/libchrome/base/
Dvalues.cc767 return current_dictionary->RemoveWithoutPathExpansion(current_path, in Remove()
771 bool DictionaryValue::RemoveWithoutPathExpansion(const std::string& key, in RemoveWithoutPathExpansion() function in base::DictionaryValue
793 return RemoveWithoutPathExpansion(path, out_value); in RemovePath()
802 RemoveWithoutPathExpansion(subdict_path, NULL); in RemovePath()
Dvalues.h336 virtual bool RemoveWithoutPathExpansion(const std::string& key,
/external/libweave/src/
Dcomponent_manager_impl.cc111 if (!root->RemoveWithoutPathExpansion(name, nullptr)) { in RemoveComponent()