HomeSort by relevance Sort by last modified time
    Searched refs:HttpDateToSeconds (Results 1 - 6 of 6) 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) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpclient.cc 121 || !HttpDateToSeconds(s_temp, &date))
151 && HttpDateToSeconds(s_temp, &u_temp)) {
154 && HttpDateToSeconds(s_temp, &u_temp)) {
186 if (HttpDateToSeconds(value, &last_modified)
188 && HttpDateToSeconds(value, &date)
httpcommon.h 181 bool HttpDateToSeconds(const std::string& date, time_t* seconds);
httpcommon.cc 347 bool HttpDateToSeconds(const std::string& date, time_t* seconds) {

Completed in 791 milliseconds