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

  /external/chromium/third_party/libjingle/source/talk/p2p/client/
httpportallocator.h 58 const std::string& session_type);
101 const std::string& session_type,
httpportallocator.cc 113 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);
basicportallocator.h 76 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
basicportallocator.cc 209 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),
  /external/chromium/chrome/common/
launchd_mac.h 49 // |session_type| can be "Aqua", "LoginWindow", "Background", "StandardIO" or
57 CFStringRef session_type);
service_process_util_unittest.cc 301 CFStringRef session_type) OVERRIDE {
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
portallocator.h 93 const std::string &session_type) = 0;

Completed in 803 milliseconds