Searched refs:current_url (Results 1 – 3 of 3) sorted by relevance
62 string current_url = system_state_->payload_state()->GetCurrentUrl(); in PerformAction() local63 if (current_url.empty()) { in PerformAction()71 install_plan_.download_url = current_url; in PerformAction()
114 string current_url = in.payload_urls.size() ? in.payload_urls[0] : ""; in DoTest() local116 .WillRepeatedly(Return(current_url)); in DoTest()
521 string current_url = candidate_urls_[GetUrlIndex()]; in UpdateCurrentDownloadSource() local522 if (base::StartsWith(current_url, "https://", in UpdateCurrentDownloadSource()525 } else if (base::StartsWith(current_url, "http://", in UpdateCurrentDownloadSource()