HomeSort by relevance Sort by last modified time
    Searched refs:CreateSession (Results 1 - 25 of 47) sorted by null

1 2

  /external/chromium_org/chrome/test/webdriver/commands/
create_session.h 23 class CreateSession : public Command {
25 CreateSession(const std::vector<std::string>& path_segments,
27 virtual ~CreateSession();
33 DISALLOW_COPY_AND_ASSIGN(CreateSession);
create_session.cc 20 CreateSession::CreateSession(const std::vector<std::string>& path_segments,
24 CreateSession::~CreateSession() {}
26 bool CreateSession::DoesPost() { return true; }
28 void CreateSession::ExecutePost(Response* const response) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
portallocator_unittest.cc 121 bool CreateSession(int component) {
122 session_.reset(CreateSession("session", component));
128 bool CreateSession(int component, const std::string& content_name) {
129 session_.reset(CreateSession("session", content_name, component));
135 cricket::PortAllocatorSession* CreateSession(
137 return CreateSession(sid, kContentName, component);
140 cricket::PortAllocatorSession* CreateSession(
142 return CreateSession(sid, content_name, component, kIceUfrag0, kIcePwd0);
145 cricket::PortAllocatorSession* CreateSession(
149 allocator_->CreateSession(
    [all...]
  /external/chromium_org/content/public/browser/
speech_recognition_manager.h 42 virtual int CreateSession(const SpeechRecognitionSessionConfig& config) = 0;
64 // upon CreateSession.
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
sessionmanager.h 92 Session *CreateSession(const std::string& local_name,
95 Session *CreateSession(const std::string& id,
154 // Helper function for CreateSession. This is also invoked when we receive
156 Session *CreateSession(const std::string& local_name,
sessionmanager.cc 80 Session* SessionManager::CreateSession(const std::string& local_name,
83 return CreateSession(id, local_name, content_type);
86 Session* SessionManager::CreateSession(const std::string& id,
91 return CreateSession(local_name, local_name, sid, content_type, false);
94 Session* SessionManager::CreateSession(
193 session = CreateSession(msg.to, msg.initiator, msg.sid,
portallocator.cc 57 PortAllocatorSession* PortAllocator::CreateSession(
  /external/chromium_org/content/public/test/
fake_speech_recognition_manager.h 45 virtual int CreateSession(
fake_speech_recognition_manager.cc 48 int FakeSpeechRecognitionManager::CreateSession(
50 VLOG(1) << "FAKE CreateSession invoked.";
  /external/chromium_org/net/tools/quic/
quic_dispatcher_test.cc 87 QuicSession* CreateSession(QuicDispatcher* dispatcher,
154 .WillOnce(testing::Return(CreateSession(
159 .WillOnce(testing::Return(CreateSession(
175 .WillOnce(testing::Return(CreateSession(
209 .WillOnce(testing::Return(CreateSession(
246 .WillOnce(testing::Return(CreateSession(
251 .WillOnce(testing::Return(CreateSession(
  /external/chromium/net/http/
http_stream_factory_impl_unittest.cc 78 HttpNetworkSession* CreateSession(SessionDependencies* session_deps) {
217 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps));
240 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps));
265 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps));
289 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps));
http_network_transaction_unittest.cc 104 HttpNetworkSession* CreateSession(SessionDependencies* session_deps) {
156 new HttpNetworkTransaction(CreateSession(&session_deps)));
339 new HttpNetworkTransaction(CreateSession(&session_deps)));
578 new HttpNetworkTransaction(CreateSession(&session_deps)));
632 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps));
687 new HttpNetworkTransaction(CreateSession(&session_deps)));
729 new HttpNetworkTransaction(CreateSession(&session_deps)));
768 new HttpNetworkTransaction(CreateSession(&session_deps)));
799 new HttpNetworkTransaction(CreateSession(&session_deps)));
826 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps))
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
sessionmanager.h 76 Session *CreateSession(const std::string& local_name,
138 // Helper function for CreateSession. This is also invoked when we receive
140 Session *CreateSession(const std::string& local_name,
portallocator.h 92 virtual PortAllocatorSession *CreateSession(const std::string &name,
sessionmanager.cc 77 Session* SessionManager::CreateSession(const std::string& local_name,
79 return CreateSession(local_name, local_name,
84 Session* SessionManager::CreateSession(
182 session = CreateSession(msg.to, msg.initiator, msg.sid,
rawtransportchannel.cc 98 allocator_session_ = allocator_->CreateSession(name(), content_type());
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasessionclient.h 154 Session *CreateSession(Call *call);
155 Session *CreateSession(const std::string& id, Call* call);
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
httpportallocator.h 57 virtual PortAllocatorSession* CreateSession(const std::string& name,
basicportallocator.h 75 virtual PortAllocatorSession* CreateSession(const std::string& name,
  /external/chromium_org/v8/src/
debug-agent.h 69 void CreateSession(Socket* socket);
  /external/v8/src/
debug-agent.h 69 void CreateSession(Socket* socket);
  /external/chromium_org/net/quic/
quic_network_transaction_unittest.cc 216 void CreateSession() {
315 MockClock* clock_; // Owned by QuicStreamFactory after CreateSession.
365 CreateSession();
416 CreateSession();
443 CreateSession();
492 CreateSession();
545 CreateSession();
642 CreateSession();
685 CreateSession();
715 CreateSession();
    [all...]
quic_stream_factory.h 139 QuicClientSession* CreateSession(
  /external/chromium_org/content/browser/speech/
speech_recognition_manager_impl.h 35 // corresponds to a session, initiated via |CreateSession|.
61 virtual int CreateSession(
  /external/chromium_org/net/http/
http_network_transaction_unittest.cc 205 HttpNetworkSession* CreateSession(SpdySessionDependencies* session_deps) {
286 CreateSession(&session_deps_)));
562 CreateSession(&session_deps_)));
857 CreateSession(&session_deps_)));
    [all...]

Completed in 1346 milliseconds

1 2