Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/prefs/
Dpref_store.h38 void ReportValueChanged(const std::string& key, uint32_t flags) override;
Dpref_store.cc136 void CefPrefStore::ReportValueChanged(const std::string& key, uint32_t flags) { in ReportValueChanged() function in CefPrefStore