Searched refs:URI_RELATIVE (Results 1 – 2 of 2) sorted by relevance
/external/webrtc/webrtc/base/ | ||
D | httpclient.h | 87 enum UriForm { URI_DEFAULT, URI_ABSOLUTE, URI_RELATIVE }; enumerator |
D | httpclient.cc | 379 } else if (URI_RELATIVE == uri_form) { in start() |