Searched refs:current_url (Results 1 – 3 of 3) sorted by relevance
63 string current_url = system_state_->payload_state()->GetCurrentUrl(); in PerformAction() local64 if (current_url.empty()) { in PerformAction()76 install_plan_.download_url = current_url; in PerformAction()
574 const string& current_url = candidate_urls_[payload_index_][GetUrlIndex()]; in UpdateCurrentDownloadSource() local576 current_url, "https://", base::CompareCase::INSENSITIVE_ASCII)) { in UpdateCurrentDownloadSource()578 } else if (base::StartsWith(current_url, in UpdateCurrentDownloadSource()
149 string current_url = in.packages.size() ? in.packages[0].payload_urls[0] : ""; in DoTest() local151 .WillRepeatedly(Return(current_url)); in DoTest()