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

  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
data_socket.cc 89 size_t args = request_path_.find('?');
91 return request_path_.substr(args + 1);
97 size_t args = request_path_.find('?');
99 return request_path_.substr(0, args).compare(path) == 0;
100 return request_path_.compare(path) == 0;
176 request_path_.clear();
192 assert(!request_path_.empty());
236 request_path_.assign(begin, path - begin);
data_socket.h 93 const std::string& request_path() const { return request_path_; }
153 std::string request_path_; member in class:DataSocket

Completed in 504 milliseconds