Home
last modified time | relevance | path

Searched refs:ExpectRunsTasksInCurrentSequence (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/base/test/
H A Dtask_runner_test_template.h177 void ExpectRunsTasksInCurrentSequence(bool expected_value,
203 Bind(&test::ExpectRunsTasksInCurrentSequence, true, in TYPED_TEST_P()
207 Bind(&test::ExpectRunsTasksInCurrentSequence, false, in TYPED_TEST_P()
H A Dtask_runner_test_template.cc40 void ExpectRunsTasksInCurrentSequence(bool expected_value, in ExpectRunsTasksInCurrentSequence() function