Home
last modified time | relevance | path

Searched refs:HC_NO_CONTENT (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/base/
Dhttpcommon.h35 HC_NO_CONTENT = 204, enumerator
Dhttpcommon.cc155 && (code != HC_NO_CONTENT) && (code != HC_NOT_MODIFIED); in HttpCodeHasBody()