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

  /external/libchrome/base/test/
test_pending_task.cc 11 TestPendingTask::TestPendingTask() : nestability(NESTABLE) {}
33 return (nestability == NESTABLE);
45 case NESTABLE:
46 state->SetString("nestability", "NESTABLE");
test_pending_task.h 21 enum TestNestability { NESTABLE, NON_NESTABLE };
35 // Returns true if this task is nestable and |other| isn't, or if
test_simple_task_runner.cc 24 TestPendingTask::NESTABLE));

Completed in 258 milliseconds