Home
last modified time | relevance | path

Searched refs:SetRunTaskSynchronouslyAllowed (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/cronet/base/task/sequence_manager/
H A Dwork_tracker_unittest.cc19 TEST(SequenceManagerWorkTrackerTest, SetRunTaskSynchronouslyAllowed) { in TEST() argument
32 tracker.SetRunTaskSynchronouslyAllowed(true); in TEST()
34 tracker.SetRunTaskSynchronouslyAllowed(false); in TEST()
42 tracker.SetRunTaskSynchronouslyAllowed(true); in TEST()
61 tracker.SetRunTaskSynchronouslyAllowed(false); in TEST()
74 tracker.SetRunTaskSynchronouslyAllowed(true); in TEST()
96 tracker.SetRunTaskSynchronouslyAllowed(true); in TEST()
109 tracker.SetRunTaskSynchronouslyAllowed(true); in TEST()
127 tracker.SetRunTaskSynchronouslyAllowed(true); in TEST()
H A Dsequenced_task_source.h61 virtual void SetRunTaskSynchronouslyAllowed(
H A Dwork_tracker.h48 void SetRunTaskSynchronouslyAllowed(bool can_run_tasks_synchronously);
H A Dthread_controller_with_message_pump_impl.cc616 main_thread_only().task_source->SetRunTaskSynchronouslyAllowed(true); in Run()
663 main_thread_only().task_source->SetRunTaskSynchronouslyAllowed(false); in Run()
H A Dwork_tracker.cc49 void WorkTracker::SetRunTaskSynchronouslyAllowed( in SetRunTaskSynchronouslyAllowed() function in base::sequence_manager::internal::WorkTracker
H A Dsequence_manager_impl.cc523 void SequenceManagerImpl::SetRunTaskSynchronouslyAllowed( in SetRunTaskSynchronouslyAllowed() function in base::sequence_manager::internal::SequenceManagerImpl
525 work_tracker_.SetRunTaskSynchronouslyAllowed(can_run_tasks_synchronously); in SetRunTaskSynchronouslyAllowed()
H A Dsequence_manager_impl.h136 void SetRunTaskSynchronouslyAllowed(
H A Dthread_controller_with_message_pump_impl_unittest.cc125 void SetRunTaskSynchronouslyAllowed( in SetRunTaskSynchronouslyAllowed() function in base::sequence_manager::internal::__anon0bb3dd6e0111::FakeSequencedTaskSource
H A Dsequence_manager_impl_unittest.cc5508 sequence_manager_->SetRunTaskSynchronouslyAllowed(true); in SimulateInsideRunLoop()