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

  /external/chromium/chrome/browser/service/
service_process_control.cc 316 retry_count_(0) {
342 if (launched_ || (retry_count_ >= kMaxLaunchDetectRetries)) {
347 retry_count_++;
service_process_control.h 160 uint32 retry_count_; member in class:ServiceProcessControl::Launcher

Completed in 39 milliseconds