Searched defs:session_type (Results 1 - 3 of 3) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.h76 const std::string& session_type);
108 const std::string& session_type);
113 const std::string& session_type() const { return session_type_; } function in class:cricket::BasicPortAllocatorSession
H A Dhttpportallocator.cc113 const std::string& name, const std::string& session_type) {
114 return new HttpPortAllocatorSession(this, name, session_type, stun_hosts_,
122 const std::string& session_type,
127 : BasicPortAllocatorSession(allocator, name, session_type),
180 request->request().addHeader("X-Session-Type", session_type(), true);
112 CreateSession( const std::string& name, const std::string& session_type) argument
120 HttpPortAllocatorSession( HttpPortAllocator* allocator, const std::string &name, const std::string& session_type, const std::vector<talk_base::SocketAddress>& stun_hosts, const std::vector<std::string>& relay_hosts, const std::string& relay_token, const std::string& user_agent) argument
H A Dbasicportallocator.cc209 const std::string &name, const std::string &session_type) {
210 return new BasicPortAllocatorSession(this, name, session_type);
222 const std::string &session_type)
224 name_(name), session_type_(session_type), network_thread_(NULL),
208 CreateSession( const std::string &name, const std::string &session_type) argument
219 BasicPortAllocatorSession( BasicPortAllocator *allocator, const std::string &name, const std::string &session_type) argument

Completed in 657 milliseconds