HomeSort by relevance Sort by last modified time
    Searched refs:HttpDateToSeconds (Results 1 - 3 of 3) sorted by null

  /external/webrtc/webrtc/base/
httpclient.cc 104 || !HttpDateToSeconds(s_temp, &date))
134 && HttpDateToSeconds(s_temp, &u_temp)) {
137 && HttpDateToSeconds(s_temp, &u_temp)) {
169 if (HttpDateToSeconds(value, &last_modified)
171 && HttpDateToSeconds(value, &date)
httpcommon.h 174 bool HttpDateToSeconds(const std::string& date, time_t* seconds);
httpcommon.cc 332 bool HttpDateToSeconds(const std::string& date, time_t* seconds) {

Completed in 105 milliseconds