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

  /external/chromium_org/chrome/browser/chromeos/first_run/
first_run_controller.cc 67 current_step_index_(NONE_STEP_INDEX),
93 int furthest_step = current_step_index_ == NONE_STEP_INDEX
95 : current_step_index_;
180 if (current_step_index_ == NONE_STEP_INDEX)
181 current_step_index_ = 0;
183 ++current_step_index_;
184 if (current_step_index_ >= steps_.size())
185 current_step_index_ = NONE_STEP_INDEX;
189 return current_step_index_ != NONE_STEP_INDEX ?
190 steps_[current_step_index_].get() : NULL
    [all...]
first_run_controller.h 87 size_t current_step_index_; member in class:chromeos::FirstRunController

Completed in 61 milliseconds