Searched refs:RemoveWithoutPathExpansion (Results 1 – 3 of 3) sorted by relevance
64 bool RemoveWithoutPathExpansion(const std::string& key, in RemoveWithoutPathExpansion() function in base::internal::__anon3b7557e10111::DictionaryHiddenRootValue68 return DictionaryValue::RemoveWithoutPathExpansion(key, out); in RemoveWithoutPathExpansion()75 if (!DictionaryValue::RemoveWithoutPathExpansion(key, &out_owned)) in RemoveWithoutPathExpansion()
737 return current_dictionary->RemoveWithoutPathExpansion(current_path, in Remove()741 bool DictionaryValue::RemoveWithoutPathExpansion( in RemoveWithoutPathExpansion() function in base::DictionaryValue761 return RemoveWithoutPathExpansion(path, out_value); in RemovePath()770 RemoveWithoutPathExpansion(subdict_path, NULL); in RemovePath()
336 virtual bool RemoveWithoutPathExpansion(const std::string& key,