Lines Matching refs:GetUrlIndex
172 LOG(INFO) << "Resetting failure count of Url" << GetUrlIndex()
445 uint32_t next_url_index = GetUrlIndex() + 1;
450 LOG(INFO) << "Resetting the current URL index (" << GetUrlIndex() << ") to "
473 LOG(INFO) << "Reached max number of failures for Url" << GetUrlIndex()
520 } else if (GetUrlIndex() < candidate_urls_.size()) {
521 string current_url = candidate_urls_[GetUrlIndex()];
922 LOG(INFO) << "Current URL (Url" << GetUrlIndex()