Lines Matching defs:key
22 bool CefPrefStore::GetValue(const std::string& key, in GetValue()
31 bool CefPrefStore::GetMutableValue(const std::string& key, in GetMutableValue()
52 void CefPrefStore::SetValue(const std::string& key, in SetValue()
61 void CefPrefStore::SetValueSilently(const std::string& key, in SetValueSilently()
73 void CefPrefStore::RemoveValue(const std::string& key, uint32_t flags) { in RemoveValue()
122 void CefPrefStore::NotifyPrefValueChanged(const std::string& key) { in NotifyPrefValueChanged()
136 void CefPrefStore::ReportValueChanged(const std::string& key, uint32_t flags) { in ReportValueChanged()
141 void CefPrefStore::SetString(const std::string& key, const std::string& value) { in SetString()
145 void CefPrefStore::SetInteger(const std::string& key, int value) { in SetInteger()
149 void CefPrefStore::SetBoolean(const std::string& key, bool value) { in SetBoolean()
153 bool CefPrefStore::GetString(const std::string& key, std::string* value) const { in GetString() argument
165 bool CefPrefStore::GetInteger(const std::string& key, int* value) const { in GetInteger() argument
177 bool CefPrefStore::GetBoolean(const std::string& key, bool* value) const { in GetBoolean() argument