Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:EndFetchModel

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.
307 EXPECT_CALL(service, EndFetchModel(
311 msg_loop_.Run(); // EndFetchModel will quit the message loop.
320 EXPECT_CALL(service, EndFetchModel(
324 msg_loop_.Run(); // EndFetchModel will quit the message loop.
332 EXPECT_CALL(service, EndFetchModel(
336 msg_loop_.Run(); // EndFetchModel will quit the message loop.
343 EXPECT_CALL(service, EndFetchModel(
347 msg_loop_.Run(); // EndFetchModel will quit the message loop.
356 EXPECT_CALL(service, EndFetchModel(
360 msg_loop_.Run(); // EndFetchModel will quit the message loop.
367 EXPECT_CALL(service, EndFetchModel(
371 msg_loop_.Run(); // EndFetchModel will quit the message loop.
660 EXPECT_CALL(*service, EndFetchModel(
665 msg_loop_.Run(); // EndFetchModel will quit the message loop.
697 EXPECT_CALL(*service, EndFetchModel(