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

  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.h 159 bool HttpCodeIsCacheable(uint32 code);
httpclient.cc 70 has_expires || HttpCodeIsCacheable(t.response.scode);
httpcommon.cc 173 bool HttpCodeIsCacheable(uint32 code) {
  /external/chromium_org/third_party/webrtc/base/
httpcommon.h 142 bool HttpCodeIsCacheable(uint32 code);
httpclient.cc 53 has_expires || HttpCodeIsCacheable(t.response.scode);
httpcommon.cc 156 bool HttpCodeIsCacheable(uint32 code) {

Completed in 405 milliseconds