Home
last modified time | relevance | path

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

/external/libchrome/base/test/
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()
Dtask_runner_test_template.cc40 void ExpectRunsTasksInCurrentSequence(bool expected_value, in ExpectRunsTasksInCurrentSequence() function