Searched refs:RunBackoffTest (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/invalidation/
H A Dregistration_manager_unittest.cc174 void RunBackoffTest(double jitter) { function in class:syncer::__anon6552::RegistrationManagerTest
323 RunBackoffTest(-1.0);
327 RunBackoffTest(0.0);
331 RunBackoffTest(+1.0);
/external/chromium_org/chrome/browser/captive_portal/
H A Dcaptive_portal_service_unittest.cc214 void RunBackoffTest(CaptivePortalResult expected_result, function in class:CaptivePortalServiceTest
308 RunBackoffTest(captive_portal::RESULT_INTERNET_CONNECTED, net::OK, 204);
326 RunBackoffTest(captive_portal::RESULT_NO_RESPONSE, net::OK, 500);
342 RunBackoffTest(captive_portal::RESULT_BEHIND_CAPTIVE_PORTAL, net::OK, 200);

Completed in 101 milliseconds