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

  /external/libchrome/base/test/
test_pending_task.cc 11 TestPendingTask::TestPendingTask() : nestability(NESTABLE) {}
18 TestNestability nestability)
23 nestability(nestability) {}
32 if (nestability != other.nestability)
33 return (nestability == NESTABLE);
44 switch (nestability) {
46 state->SetString("nestability", "NESTABLE");
49 state->SetString("nestability", "NON_NESTABLE")
    [all...]
test_pending_task.h 29 TestNestability nestability);
39 // Note that two tasks may both have the same nestability and delay.
57 TestNestability nestability; member in struct:base::TestPendingTask

Completed in 164 milliseconds