Home
last modified time | relevance | path

Searched refs:RemoveWithoutPathExpansion (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/
Dvalues.cc1069 return current_dictionary->RemoveWithoutPathExpansion(current_path, in Remove()
1073 bool DictionaryValue::RemoveWithoutPathExpansion( in RemoveWithoutPathExpansion() function in base::DictionaryValue
1093 return RemoveWithoutPathExpansion(path, out_value); in RemovePath()
1102 RemoveWithoutPathExpansion(subdict_path, nullptr); in RemovePath()
Dvalues.h530 bool RemoveWithoutPathExpansion(StringPiece key,
/external/libchrome/components/policy/core/common/
Dschema.cc993 dict->RemoveWithoutPathExpansion(*it, nullptr); in Normalize()