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

  /external/chromium_org/chrome/browser/sync/
startup_controller.h 62 // See setup_in_progress_.
66 bool setup_in_progress() const { return setup_in_progress_; }
98 bool setup_in_progress_; member in class:browser_sync::StartupController
startup_controller.cc 44 setup_in_progress_(false),
80 setup_in_progress_ = in_progress;
165 } else if (setup_in_progress_ || auto_start_enabled_) {

Completed in 1327 milliseconds