HomeSort by relevance Sort by last modified time
    Searched refs:EndFetchModel (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 40 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 will quit the message loop
    [all...]
client_side_detection_service.h 170 virtual void EndFetchModel(ClientModelStatus status); // Virtual for testing.
client_side_detection_service.cc 284 void ClientSideDetectionService::EndFetchModel(ClientModelStatus status) {
434 EndFetchModel(model_status);

Completed in 2579 milliseconds