HomeSort by relevance Sort by last modified time
    Searched full:nestability (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/test/
test_pending_task.cc 11 TestPendingTask::TestPendingTask() : nestability(NESTABLE) {}
18 TestNestability nestability)
23 nestability(nestability) {}
30 if (nestability != other.nestability)
31 return (nestability == NESTABLE);
42 switch (nestability) {
44 state->SetString("nestability", "NESTABLE");
47 state->SetString("nestability", "NON_NESTABLE")
    [all...]
test_pending_task.h 28 TestNestability nestability);
38 // Note that two tasks may both have the same nestability and delay.
56 TestNestability nestability; member in struct:base::TestPendingTask
test_simple_task_runner.h 31 // and nestability.

Completed in 1332 milliseconds