Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dhttpclient.h87 enum UriForm { URI_DEFAULT, URI_ABSOLUTE, URI_RELATIVE }; enumerator
Dhttpclient.cc379 } else if (URI_RELATIVE == uri_form) { in start()