Home | History | Annotate | Download | only in browser

Lines Matching refs:AwPrefStore

10 AwPrefStore::AwPrefStore() {}
12 AwPrefStore::~AwPrefStore() {}
14 bool AwPrefStore::GetValue(const std::string& key,
19 bool AwPrefStore::GetMutableValue(const std::string& key,
24 void AwPrefStore::AddObserver(PrefStore::Observer* observer) {
28 void AwPrefStore::RemoveObserver(PrefStore::Observer* observer) {
32 bool AwPrefStore::HasObservers() const {
36 bool AwPrefStore::IsInitializationComplete() const {
40 void AwPrefStore::SetValue(const std::string& key, base::Value* value) {
46 void AwPrefStore::SetValueSilently(const std::string& key, base::Value* value) {
50 void AwPrefStore::RemoveValue(const std::string& key) {
55 bool AwPrefStore::ReadOnly() const {
59 PersistentPrefStore::PrefReadError AwPrefStore::GetReadError() const {
63 PersistentPrefStore::PrefReadError AwPrefStore::ReadPrefs() {
67 void AwPrefStore::ReadPrefsAsync(ReadErrorDelegate* error_delegate_raw) {
70 void AwPrefStore::ReportValueChanged(const std::string& key) {