Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/base/
Dhttpclient.h107 enum UriForm { URI_DEFAULT, URI_ABSOLUTE, URI_RELATIVE }; enumerator
Dhttpclient.cc367 } else if (URI_RELATIVE == uri_form) { in start()