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

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

Completed in 196 milliseconds