HomeSort by relevance Sort by last modified time
    Searched refs:AwPrefStore (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/android_webview/browser/
aw_pref_store.cc 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
    [all...]
aw_pref_store.h 20 class AwPrefStore : public PersistentPrefStore {
22 AwPrefStore();
47 virtual ~AwPrefStore();
55 DISALLOW_COPY_AND_ASSIGN(AwPrefStore);
aw_browser_context.cc 186 pref_service_factory.set_user_prefs(make_scoped_refptr(new AwPrefStore()));

Completed in 139 milliseconds