Home
last modified time | relevance | path

Searched refs:current_url (Results 1 – 3 of 3) sorted by relevance

/system/update_engine/
Domaha_response_handler_action.cc62 string current_url = system_state_->payload_state()->GetCurrentUrl(); in PerformAction() local
63 if (current_url.empty()) { in PerformAction()
71 install_plan_.download_url = current_url; in PerformAction()
Domaha_response_handler_action_unittest.cc114 string current_url = in.payload_urls.size() ? in.payload_urls[0] : ""; in DoTest() local
116 .WillRepeatedly(Return(current_url)); in DoTest()
Dpayload_state.cc521 string current_url = candidate_urls_[GetUrlIndex()]; in UpdateCurrentDownloadSource() local
522 if (base::StartsWith(current_url, "https://", in UpdateCurrentDownloadSource()
525 } else if (base::StartsWith(current_url, "http://", in UpdateCurrentDownloadSource()