Home
last modified time | relevance | path

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

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