Searched refs:HttpDateToSeconds (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpclient.cc121 || !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)
H A Dhttpcommon.h181 bool HttpDateToSeconds(const std::string& date, unsigned long* seconds);
H A Dhttpcommon.cc347 bool HttpDateToSeconds(const std::string& date, unsigned long* seconds) { function in namespace:talk_base
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dhttpclient.cc121 || !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)
H A Dhttpcommon.h181 bool HttpDateToSeconds(const std::string& date, time_t* seconds);
H A Dhttpcommon.cc347 bool HttpDateToSeconds(const std::string& date, time_t* seconds) { function in namespace:talk_base

Completed in 77 milliseconds