Lines Matching refs:BackgroundThread
87 class BackgroundThread : public Thread { class
89 BackgroundThread() : Thread("owner_thread") {} in BackgroundThread() function in base::__anonba1207970111::BackgroundThread
91 ~BackgroundThread() override { Stop(); } in ~BackgroundThread()
97 FROM_HERE, base::BindOnce(&BackgroundThread::DoCreateArrowFromTarget, in CreateArrowFromTarget()
106 FROM_HERE, base::BindOnce(&BackgroundThread::DoCreateArrowFromArrow, in CreateArrowFromArrow()
116 base::BindOnce(&BackgroundThread::DoDeleteTarget, object, &completion)); in DeleteTarget()
124 FROM_HERE, base::BindOnce(&BackgroundThread::DoCopyAndAssignArrow, in CopyAndAssignArrow()
133 FROM_HERE, base::BindOnce(&BackgroundThread::DoCopyAndAssignArrowBase, in CopyAndAssignArrowBase()
143 base::BindOnce(&BackgroundThread::DoDeleteArrow, object, &completion)); in DeleteArrow()
152 FROM_HERE, base::BindOnce(&BackgroundThread::DoDeRef, arrow, &result, in DeRef()
427 BackgroundThread background; in TEST()
458 BackgroundThread background; in TEST()
486 BackgroundThread background; in TEST()
513 BackgroundThread background; in TEST()
531 BackgroundThread background; in TEST()
551 BackgroundThread background; in TEST()
572 BackgroundThread background; in TEST()
586 BackgroundThread background; in TEST()
600 BackgroundThread background; in TEST()
610 BackgroundThread background; in TEST()
648 BackgroundThread background; in TEST()
665 BackgroundThread background; in TEST()
691 BackgroundThread background; in TEST()
708 BackgroundThread background; in TEST()