Searched defs:RemoveWithoutPathExpansion (Results 1 - 2 of 2) sorted by relevance

/external/libchrome/base/
H A Dvalues.cc767 return current_dictionary->RemoveWithoutPathExpansion(current_path,
771 bool DictionaryValue::RemoveWithoutPathExpansion(const std::string& key, function in class:base::DictionaryValue
793 return RemoveWithoutPathExpansion(path, out_value);
802 RemoveWithoutPathExpansion(subdict_path, NULL);
/external/libweave/third_party/chromium/base/
H A Dvalues.cc724 return current_dictionary->RemoveWithoutPathExpansion(current_path,
728 bool DictionaryValue::RemoveWithoutPathExpansion(const std::string& key, function in class:base::DictionaryValue
750 return RemoveWithoutPathExpansion(path, out_value);
759 RemoveWithoutPathExpansion(subdict_path, NULL);

Completed in 142 milliseconds