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

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

Completed in 75 milliseconds