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

/external/chromium_org/net/disk_cache/
H A Ddisk_cache_test_util.cc72 if (cache->SyncInit() != net::OK)
H A Dbackend_impl.h58 int SyncInit();
H A Din_flight_backend_io.cc229 result_ = backend_->SyncInit();
H A Dbackend_impl.cc221 int BackendImpl::SyncInit() { function in class:disk_cache::BackendImpl
1436 else if (SyncInit() == net::OK) {
H A Dbackend_unittest.cc2630 ASSERT_EQ(net::OK, cache->SyncInit());
/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());
/external/chromium_org/net/disk_cache/v3/
H A Dbackend_worker.cc131 int BackendImpl::SyncInit() { function in class:disk_cache::BackendImpl
H A Dbackend_impl_v3.cc911 else if (SyncInit() == net::OK) {
1156 int BackendImpl::SyncInit() { function in class:disk_cache::BackendImpl

Completed in 779 milliseconds