Home
last modified time | relevance | path

Searched refs:kCreateSessionURL (Results 1 – 5 of 5) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/client/
Dhttpportallocator.cc97 const std::string HttpPortAllocator::kCreateSessionURL = "/create_session"; member in cricket::HttpPortAllocator
177 request->request().path = HttpPortAllocator::kCreateSessionURL; in SendSessionRequest()
Dhttpportallocator.h50 static const std::string kCreateSessionURL; variable
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
Dhttpportallocator.cc98 const char HttpPortAllocatorBase::kCreateSessionURL[] = "/create_session"; member in cricket::HttpPortAllocatorBase
184 std::string url = std::string(HttpPortAllocator::kCreateSessionURL); in GetSessionRequestUrl()
Dhttpportallocator.h52 static const char kCreateSessionURL[]; variable
Dportallocator_unittest.cc816 EXPECT_EQ(std::string(cricket::HttpPortAllocator::kCreateSessionURL), url); in TEST()