Searched refs:SyncInit (Results 1 - 5 of 5) sorted by relevance

/external/chromium/net/disk_cache/
H A Ddisk_cache_test_util.cc103 if (cache->SyncInit() != net::OK)
H A Dbackend_impl.h64 int SyncInit();
H A Din_flight_backend_io.cc191 result_ = backend_->SyncInit();
H A Dbackend_impl.cc430 int BackendImpl::SyncInit() { function in class:disk_cache::BackendImpl
1470 else if (SyncInit() == net::OK) {
H A Dbackend_unittest.cc1821 ASSERT_EQ(net::OK, cache->SyncInit());

Completed in 179 milliseconds