Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/prefs/
Dpref_store.cc73 void CefPrefStore::RemoveValue(const std::string& key, uint32_t flags) { in RemoveValue() function in CefPrefStore
74 if (prefs_.RemoveValue(key)) { in RemoveValue()
Dpref_store.h46 void RemoveValue(const std::string& key, uint32_t flags) override;