HomeSort by relevance Sort by last modified time
    Searched refs:UriForm (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/libjingle/source/talk/base/
httpclient.h 107 enum UriForm { URI_DEFAULT, URI_ABSOLUTE, URI_RELATIVE };
108 void set_uri_form(UriForm form) { uri_form_ = form; }
109 UriForm uri_form() const { return uri_form_; }
193 UriForm uri_form_;
httpclient.cc 349 UriForm uri_form = uri_form_;

Completed in 3655 milliseconds