Home
last modified time | relevance | path

Searched defs:HTTP_STATUS (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/http/
Dhttp_status_code.h15 #define HTTP_STATUS(label, code, reason) HTTP_ ## label = code, macro
Dhttp_status_code.cc14 #define HTTP_STATUS(label, code, reason) case HTTP_ ## label: return reason; in GetHttpReasonPhrase() macro