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

  /external/chromium/net/flip/
flip_stream_unittest.cc 70 HttpNetworkSession* CreateSession(SessionDependencies* session_deps) {
82 : session_(CreateSession(&session_deps_)),
flip_network_transaction_unittest.cc 73 HttpNetworkSession* CreateSession(SessionDependencies* session_deps) {
299 new FlipNetworkTransaction(CreateSession(&session_deps)));
340 CreateSession(&session_deps);
498 new FlipNetworkTransaction(CreateSession(&session_deps)));
822 scoped_refptr<HttpNetworkSession> session(CreateSession(&session_deps));
    [all...]
  /external/chromium/net/http/
http_network_transaction_unittest.cc 74 HttpNetworkSession* CreateSession(SessionDependencies* session_deps) {
105 new HttpNetworkTransaction(CreateSession(&session_deps)));
230 new HttpNetworkTransaction(CreateSession(&session_deps)));
359 new HttpNetworkTransaction(CreateSession(&session_deps)));
417 scoped_refptr<HttpNetworkSession> session = CreateSession(&session_deps);
465 new HttpNetworkTransaction(CreateSession(&session_deps)));
509 new HttpNetworkTransaction(CreateSession(&session_deps)));
548 new HttpNetworkTransaction(CreateSession(&session_deps)));
579 new HttpNetworkTransaction(CreateSession(&session_deps)));
606 scoped_refptr<HttpNetworkSession> session = CreateSession(&session_deps)
    [all...]
  /external/v8/src/
debug-agent.h 65 void CreateSession(Socket* socket);
debug-agent.cc 77 CreateSession(client);
103 void DebuggerAgent::CreateSession(Socket* client) {

Completed in 200 milliseconds