Home
last modified time | relevance | path

Searched refs:ReadPrefsAsync (Results 1 – 13 of 13) sorted by relevance

/external/cronet/components/prefs/
Dsegregated_pref_store.cc173 void SegregatedPrefStore::ReadPrefsAsync(ReadErrorDelegate* error_delegate) { in ReadPrefsAsync() function in SegregatedPrefStore
175 default_pref_store_->ReadPrefsAsync(NULL); in ReadPrefsAsync()
176 selected_pref_store_->ReadPrefsAsync(NULL); in ReadPrefsAsync()
Dpersistent_pref_store.h61 virtual void ReadPrefsAsync(ReadErrorDelegate* error_delegate) = 0;
Dsegregated_pref_store_unittest.cc278 segregated_store_->ReadPrefsAsync(GetReadErrorDelegate().release()); in TEST_F()
328 segregated_store_->ReadPrefsAsync(GetReadErrorDelegate().release()); in TEST_F()
351 segregated_store_->ReadPrefsAsync(NULL); in TEST_F()
Din_memory_pref_store.h51 void ReadPrefsAsync(ReadErrorDelegate* error_delegate) override {} in ReadPrefsAsync() function
Doverlay_user_pref_store.h65 void ReadPrefsAsync(ReadErrorDelegate* delegate) override;
Dtesting_pref_store.h52 void ReadPrefsAsync(ReadErrorDelegate* error_delegate) override;
Dsegregated_pref_store.h77 void ReadPrefsAsync(ReadErrorDelegate* error_delegate) override;
Djson_pref_store.h103 void ReadPrefsAsync(ReadErrorDelegate* error_delegate) override;
Doverlay_user_pref_store.cc182 void OverlayUserPrefStore::ReadPrefsAsync( in ReadPrefsAsync() function in OverlayUserPrefStore
Dtesting_pref_store.cc96 void TestingPrefStore::ReadPrefsAsync(ReadErrorDelegate* error_delegate) { in ReadPrefsAsync() function in TestingPrefStore
Djson_pref_store_unittest.cc351 pref_store->ReadPrefsAsync(mock_error_delegate); in TEST_P()
435 pref_store->ReadPrefsAsync(mock_error_delegate); in TEST_P()
505 pref_store->ReadPrefsAsync(mock_error_delegate); in TEST_P()
Dpref_service.cc125 user_pref_store_->ReadPrefsAsync(nullptr); in InitFromStorage()
131 standalone_browser_pref_store_->ReadPrefsAsync(nullptr); in InitFromStorage()
Djson_pref_store.cc289 void JsonPrefStore::ReadPrefsAsync(ReadErrorDelegate* error_delegate) { in ReadPrefsAsync() function in JsonPrefStore