Searched refs:RemoveWithoutPathExpansion (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/base/json/ |
D | json_parser.cc | 60 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/ |
D | json_parser.cc | 59 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/ |
D | values.cc | 724 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()
|
D | values.h | 324 virtual bool RemoveWithoutPathExpansion(const std::string& key,
|
/external/libchrome/base/ |
D | values.cc | 767 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()
|
D | values.h | 336 virtual bool RemoveWithoutPathExpansion(const std::string& key,
|
/external/libweave/src/ |
D | component_manager_impl.cc | 111 if (!root->RemoveWithoutPathExpansion(name, nullptr)) { in RemoveComponent()
|