Searched refs:msg_loop_ (Results 1 – 5 of 5) sorted by relevance
67 &msg_loop_)); in SetUp()72 &msg_loop_)); in SetUp()76 msg_loop_.RunUntilIdle(); in TearDown()93 msg_loop_.Run(); // Waits until callback is called. in SendClientReportPhishingRequest()105 msg_loop_.Run(); // Waits until callback is called. in SendClientReportMalwareRequest()228 base::MessageLoop msg_loop_; member in safe_browsing::ClientSideDetectionServiceTest234 msg_loop_.Quit(); in SendRequestDone()242 msg_loop_.Quit(); in SendMalwareRequestDone()269 msg_loop_.Run(); // EndFetchModel will quit the message loop. in TEST_F()278 msg_loop_.Run(); // EndFetchModel will quit the message loop. in TEST_F()[all …]
34 file_thread_.reset(new BrowserThread(BrowserThread::FILE, &msg_loop_)); in SetUp()39 browser_thread_.reset(new BrowserThread(BrowserThread::UI, &msg_loop_)); in SetUp()43 msg_loop_.RunAllPending(); in TearDown()55 msg_loop_.Run(); in GetModelFile()76 msg_loop_.Run(); // Waits until callback is called. in SendClientReportPhishingRequest()155 MessageLoop msg_loop_; member in safe_browsing::ClientSideDetectionServiceTest160 msg_loop_.Quit(); in GetModelFileDone()166 msg_loop_.Quit(); in SendRequestDone()221 msg_loop_.RunAllPending(); in TEST_F()
88 msg_loop_.Run(); in ExtractFeatures()99 msg_loop_.PostTask( in PartialExtractFeatures()103 msg_loop_.RunUntilIdle(); in PartialExtractFeatures()109 msg_loop_.Quit(); in ExtractionDone()114 msg_loop_.Quit(); in QuitExtraction()117 base::MessageLoop msg_loop_; member in safe_browsing::PhishingTermFeatureExtractorTest
128 base::MessageLoop msg_loop_; variable
81 msg_loop_.PostTask(FROM_HERE, base::MessageLoop::QuitClosure()); in ProcessPendingMessages()82 msg_loop_.Run(); in ProcessPendingMessages()