Home
last modified time | relevance | path

Searched refs:subdict_path (Results 1 – 2 of 2) sorted by relevance

/external/libweave/third_party/chromium/base/
Dvalues.cc752 const std::string subdict_path = path.substr(0, delimiter_position); in RemovePath() local
754 if (!GetDictionary(subdict_path, &subdict)) in RemovePath()
759 RemoveWithoutPathExpansion(subdict_path, NULL); in RemovePath()
/external/libchrome/base/
Dvalues.cc795 const std::string subdict_path = path.substr(0, delimiter_position); in RemovePath() local
797 if (!GetDictionary(subdict_path, &subdict)) in RemovePath()
802 RemoveWithoutPathExpansion(subdict_path, NULL); in RemovePath()