Searched refs:SetBlockAsyncRead (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/prefs/tracked/
H A Dsegregated_pref_store_unittest.cc186 default_store_->SetBlockAsyncRead(true);
194 default_store_->SetBlockAsyncRead(false);
239 selected_store_->SetBlockAsyncRead(true);
247 selected_store_->SetBlockAsyncRead(false);
263 selected_store_->SetBlockAsyncRead(true);
264 default_store_->SetBlockAsyncRead(true);
268 selected_store_->SetBlockAsyncRead(false);
270 default_store_->SetBlockAsyncRead(false);
/external/chromium_org/base/prefs/
H A Dtesting_pref_store.h65 void SetBlockAsyncRead(bool block_async_read);
H A Dtesting_pref_store.cc148 void TestingPrefStore::SetBlockAsyncRead(bool block_async_read) { function in class:TestingPrefStore

Completed in 396 milliseconds