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

/external/chromium_org/content/browser/appcache/
H A Dappcache_request_handler_unittest.cc182 void RunTestOnIOThread(Method method) { function in class:content::AppCacheRequestHandlerTest
938 RunTestOnIOThread(&AppCacheRequestHandlerTest::MainResource_Miss);
942 RunTestOnIOThread(&AppCacheRequestHandlerTest::MainResource_Hit);
946 RunTestOnIOThread(&AppCacheRequestHandlerTest::MainResource_Fallback);
950 RunTestOnIOThread(
955 RunTestOnIOThread(
960 RunTestOnIOThread(
966 RunTestOnIOThread(
971 RunTestOnIOThread(&AppCacheRequestHandlerTest::SubResource_Hit);
975 RunTestOnIOThread(
[all...]
H A Dappcache_response_unittest.cc76 void RunTestOnIOThread(Method method) { function in class:content::AppCacheResponseTest
684 RunTestOnIOThread(&AppCacheResponseTest::ReadNonExistentResponse);
688 RunTestOnIOThread(&AppCacheResponseTest::LoadResponseInfo_Miss);
692 RunTestOnIOThread(&AppCacheResponseTest::LoadResponseInfo_Hit);
696 RunTestOnIOThread(&AppCacheResponseTest::AmountWritten);
700 RunTestOnIOThread(&AppCacheResponseTest::WriteThenVariouslyReadResponse);
704 RunTestOnIOThread(&AppCacheResponseTest::IOChaining);
708 RunTestOnIOThread(&AppCacheResponseTest::DeleteWithinCallbacks);
712 RunTestOnIOThread(&AppCacheResponseTest::DeleteWithIOPending);
H A Dappcache_update_job_unittest.cc613 void RunTestOnIOThread(Method method) { function in class:content::AppCacheUpdateJobTest
3483 RunTestOnIOThread(&AppCacheUpdateJobTest::StartCacheAttemptTest);
3487 RunTestOnIOThread(&AppCacheUpdateJobTest::StartUpgradeAttemptTest);
3491 RunTestOnIOThread(&AppCacheUpdateJobTest::CacheAttemptFetchManifestFailTest);
3495 RunTestOnIOThread(&AppCacheUpdateJobTest::UpgradeFetchManifestFailTest);
3499 RunTestOnIOThread(&AppCacheUpdateJobTest::ManifestRedirectTest);
3503 RunTestOnIOThread(&AppCacheUpdateJobTest::ManifestMissingMimeTypeTest);
3507 RunTestOnIOThread(&AppCacheUpdateJobTest::ManifestNotFoundTest);
3511 RunTestOnIOThread(&AppCacheUpdateJobTest::ManifestGoneTest);
3515 RunTestOnIOThread(
[all...]
H A Dappcache_storage_impl_unittest.cc390 void RunTestOnIOThread(Method method) { function in class:content::AppCacheStorageImplTest
1894 RunTestOnIOThread(&AppCacheStorageImplTest::LoadCache_Miss);
1898 RunTestOnIOThread(&AppCacheStorageImplTest::LoadCache_NearHit);
1902 RunTestOnIOThread(&AppCacheStorageImplTest::CreateGroupInEmptyOrigin);
1906 RunTestOnIOThread(&AppCacheStorageImplTest::CreateGroupInPopulatedOrigin);
1910 RunTestOnIOThread(&AppCacheStorageImplTest::LoadGroupAndCache_FarHit);
1914 RunTestOnIOThread(&AppCacheStorageImplTest::StoreNewGroup);
1918 RunTestOnIOThread(&AppCacheStorageImplTest::StoreExistingGroup);
1922 RunTestOnIOThread(&AppCacheStorageImplTest::StoreExistingGroupExistingCache);
1926 RunTestOnIOThread(
[all...]
H A Dappcache_url_request_job_unittest.cc208 void RunTestOnIOThread(Method method) { function in class:content::__anon7013::AppCacheURLRequestJobTest
826 RunTestOnIOThread(&AppCacheURLRequestJobTest::Basic);
830 RunTestOnIOThread(&AppCacheURLRequestJobTest::DeliveryOrders);
834 RunTestOnIOThread(&AppCacheURLRequestJobTest::DeliverNetworkResponse);
838 RunTestOnIOThread(&AppCacheURLRequestJobTest::DeliverErrorResponse);
842 RunTestOnIOThread(&AppCacheURLRequestJobTest::DeliverSmallAppCachedResponse);
846 RunTestOnIOThread(&AppCacheURLRequestJobTest::DeliverLargeAppCachedResponse);
850 RunTestOnIOThread(&AppCacheURLRequestJobTest::DeliverPartialResponse);
854 RunTestOnIOThread(&AppCacheURLRequestJobTest::CancelRequest);
858 RunTestOnIOThread(
[all...]

Completed in 465 milliseconds