Searched defs:AwPrefStore (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/android_webview/browser/
H A Daw_pref_store.h20 class AwPrefStore : public PersistentPrefStore { class in inherits:PersistentPrefStore
22 AwPrefStore();
47 virtual ~AwPrefStore();
55 DISALLOW_COPY_AND_ASSIGN(AwPrefStore);
H A Daw_pref_store.cc10 AwPrefStore::AwPrefStore() {} function in class: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
[all...]

Completed in 1304 milliseconds