Home
last modified time | relevance | path

Searched refs:getRelativeUri (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
Dhttpcommon.h403 bool getRelativeUri(std::string* host, std::string* path) const;
Dhttpclient.cc382 if (request().getRelativeUri(&host, &path)) { in start()
Dhttpcommon.cc568 bool HttpRequestData::getRelativeUri(std::string* host, in getRelativeUri() function in rtc::HttpRequestData