HomeSort by relevance Sort by last modified time
    Searched refs:request_path_ (Results 1 - 3 of 3) 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
  /external/chromium_org/chrome_frame/test/
test_server.h 194 : request_path_(request_path) {
204 return path.compare(request_path_) == 0;
208 std::string request_path_; member in class:test_server::ResponseForPath

Completed in 29 milliseconds