Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dhttpclient.h87 enum UriForm { URI_DEFAULT, URI_ABSOLUTE, URI_RELATIVE }; enumerator
Dhttpclient.cc273 uri_form_(URI_DEFAULT), cache_(NULL), cache_state_(CS_READY), in HttpClient()