Home
last modified time | relevance | path

Searched refs:HttpCodeIsCacheable (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
Dhttpcommon.h152 bool HttpCodeIsCacheable(uint32_t code);
Dhttpclient.cc53 has_expires || HttpCodeIsCacheable(t.response.scode); in HttpShouldCache()
Dhttpcommon.cc158 bool HttpCodeIsCacheable(uint32_t code) { in HttpCodeIsCacheable() function