Searched refs:current_url (Results 1 – 3 of 3) sorted by relevance
61 string current_url = system_state_->payload_state()->GetCurrentUrl(); in PerformAction() local62 if (current_url.empty()) { in PerformAction()71 install_plan_.download_url = current_url; in PerformAction()
547 const string& current_url = candidate_urls_[payload_index_][GetUrlIndex()]; in UpdateCurrentDownloadSource() local549 current_url, "https://", base::CompareCase::INSENSITIVE_ASCII)) { in UpdateCurrentDownloadSource()551 } else if (base::StartsWith(current_url, in UpdateCurrentDownloadSource()
148 string current_url = in.packages.size() ? in.packages[0].payload_urls[0] : ""; in DoTest() local150 .WillRepeatedly(Return(current_url)); in DoTest()