Home
last modified time | relevance | path

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

/external/libchrome/base/test/
Dsequenced_task_runner_test_template.cc20 : next_post_i_(0), in SequencedTaskTracker()
29 const int post_i = next_post_i_++; in PostWrappedNonNestableTask()
40 const int post_i = next_post_i_++; in PostWrappedNestableTask()
52 const int post_i = next_post_i_++; in PostWrappedDelayedNonNestableTask()
Dsequenced_task_runner_test_template.h90 int next_post_i_; variable