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

  /external/chromium_org/chrome/browser/prefs/tracked/
segregated_pref_store_unittest.cc 186 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/
testing_pref_store.h 65 void SetBlockAsyncRead(bool block_async_read);
testing_pref_store.cc 148 void TestingPrefStore::SetBlockAsyncRead(bool block_async_read) {

Completed in 322 milliseconds