Searched refs:EndFetchModel (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/safe_browsing/
H A Dclient_side_detection_service_unittest.cc40 MOCK_METHOD1(EndFetchModel, void(ClientModelStatus));
256 // the real EndFetchModel. It would reschedule a reload which might
265 EXPECT_CALL(service, EndFetchModel(
269 msg_loop_.Run(); // EndFetchModel will quit the message loop.
275 EXPECT_CALL(service, EndFetchModel(ClientSideDetectionService::MODEL_EMPTY))
278 msg_loop_.Run(); // EndFetchModel will quit the message loop.
285 EXPECT_CALL(service, EndFetchModel(
289 msg_loop_.Run(); // EndFetchModel will quit the message loop.
295 EXPECT_CALL(service, EndFetchModel(
299 msg_loop_.Run(); // EndFetchModel wil
[all...]
H A Dclient_side_detection_service.h170 virtual void EndFetchModel(ClientModelStatus status); // Virtual for testing.
H A Dclient_side_detection_service.cc294 void ClientSideDetectionService::EndFetchModel(ClientModelStatus status) { function in class:safe_browsing::ClientSideDetectionService
453 EndFetchModel(model_status);

Completed in 75 milliseconds