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

  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.cc 121 || !HttpDateToSeconds(s_temp, &date))
149 && HttpDateToSeconds(s_temp, &i_temp)) {
152 && HttpDateToSeconds(s_temp, &i_temp)) {
184 if (HttpDateToSeconds(value, &last_modified)
186 && HttpDateToSeconds(value, &date)
httpcommon.h 181 bool HttpDateToSeconds(const std::string& date, unsigned long* seconds);
httpcommon.cc 347 bool HttpDateToSeconds(const std::string& date, unsigned long* seconds) {

Completed in 1600 milliseconds