Searched refs:ReadPrefsAsync (Results 1 – 13 of 13) sorted by relevance
173 void SegregatedPrefStore::ReadPrefsAsync(ReadErrorDelegate* error_delegate) { in ReadPrefsAsync() function in SegregatedPrefStore175 default_pref_store_->ReadPrefsAsync(NULL); in ReadPrefsAsync()176 selected_pref_store_->ReadPrefsAsync(NULL); in ReadPrefsAsync()
61 virtual void ReadPrefsAsync(ReadErrorDelegate* error_delegate) = 0;
278 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()
51 void ReadPrefsAsync(ReadErrorDelegate* error_delegate) override {} in ReadPrefsAsync() function
65 void ReadPrefsAsync(ReadErrorDelegate* delegate) override;
52 void ReadPrefsAsync(ReadErrorDelegate* error_delegate) override;
77 void ReadPrefsAsync(ReadErrorDelegate* error_delegate) override;
103 void ReadPrefsAsync(ReadErrorDelegate* error_delegate) override;
182 void OverlayUserPrefStore::ReadPrefsAsync( in ReadPrefsAsync() function in OverlayUserPrefStore
96 void TestingPrefStore::ReadPrefsAsync(ReadErrorDelegate* error_delegate) { in ReadPrefsAsync() function in TestingPrefStore
351 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()
125 user_pref_store_->ReadPrefsAsync(nullptr); in InitFromStorage()131 standalone_browser_pref_store_->ReadPrefsAsync(nullptr); in InitFromStorage()
289 void JsonPrefStore::ReadPrefsAsync(ReadErrorDelegate* error_delegate) { in ReadPrefsAsync() function in JsonPrefStore