Searched refs:session_ (Results 101 - 125 of 129) sorted by relevance

123456

/external/chromium_org/remoting/protocol/
H A Dconnection_to_client.h128 scoped_ptr<Session> session_; member in class:remoting::protocol::ConnectionToClient
H A Dconnection_to_host.h173 scoped_ptr<Session> session_; member in class:remoting::protocol::ConnectionToHost
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsessiondescriptionfactory.h160 WebRtcSession* session_; member in class:webrtc::WebRtcSessionDescriptionFactory
H A Dpeerconnection.h198 rtc::scoped_ptr<WebRtcSession> session_; member in class:webrtc::PeerConnection
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dpseudotcpchannel.h127 Session* session_; member in class:cricket::PseudoTcpChannel
H A Dtunnelsessionclient.h142 // 3) Session has been destroyed (tracked via non-null session_)
174 Session* session_; member in class:cricket::TunnelSession
/external/chromium_org/net/socket/
H A Dssl_client_socket_pool_unittest.cc88 session_(CreateNetworkSession()),
123 session_->http_auth_cache(),
124 session_->http_auth_handler_factory(),
125 session_->spdy_session_pool(),
182 session_->http_auth_cache()->Add(GURL("http://proxy:443/"),
216 const scoped_refptr<HttpNetworkSession> session_; member in class:net::__anon9536::SSLClientSocketPoolTest
1315 CreateSecureSpdySession(session_, test_hosts[0].key, BoundNetLog());
1318 HasSpdySession(session_->spdy_session_pool(), test_hosts[0].key));
1320 HasSpdySession(session_->spdy_session_pool(), test_hosts[1].key));
1322 HasSpdySession(session_
[all...]
/external/chromium_org/sync/engine/
H A Dsyncer_unittest.cc263 session_.reset(SyncSession::Build(context_.get(), this));
276 session_.get()));
284 session_.get()));
594 scoped_ptr<SyncSession> session_; member in class:syncer::SyncerTest
653 session_.get());
796 const StatusController& status_controller = session_->status_controller();
2544 EXPECT_EQ(1, session_->status_controller().TotalNumConflictingItems());
2741 session_->status_controller().model_neutral_state().commit_result);
4435 EXPECT_EQ(session_->status_controller().last_get_key_result(), SYNCER_OK);
4451 EXPECT_NE(session_
[all...]
/external/chromium_org/net/quic/
H A Dquic_stream_sequencer_test.cc64 session_(connection_),
65 stream_(&session_, 1),
128 MockSession session_; member in class:net::test::__anon9493::QuicStreamSequencerTest
H A Dquic_client_session.h74 // Called by |session_| for an asynchronous request when the stream
78 // Called by |session_| for an asynchronous request when the stream
80 // if |session_| is destroyed while the stream request is still pending.
83 base::WeakPtr<QuicClientSession> session_; member in class:net::QuicClientSession::StreamRequest
H A Dquic_http_stream.h108 base::WeakPtr<QuicClientSession> session_; member in class:net::QuicHttpStream
/external/chromium_org/net/ftp/
H A Dftp_network_transaction.h202 scoped_refptr<FtpNetworkSession> session_; member in class:net::FtpNetworkTransaction
H A Dftp_network_transaction_unittest.cc780 session_(new FtpNetworkSession(host_resolver_.get())),
781 transaction_(session_.get(), &mock_socket_factory_) {
878 scoped_refptr<FtpNetworkSession> session_; member in class:net::FtpNetworkTransactionTest
/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl_job.h261 HttpNetworkSession* const session_; member in class:net::HttpStreamFactoryImpl::Job
H A Dhttp_proxy_client_socket_pool_unittest.cc163 session_(CreateNetworkSession()),
184 session_->http_auth_cache()->Add(proxy_url,
234 session_->http_auth_cache(),
235 session_->http_auth_handler_factory(),
236 session_->spdy_session_pool(),
304 const scoped_refptr<HttpNetworkSession> session_; member in class:net::__anon9304::HttpProxyClientSocketPoolTest
H A Dhttp_network_transaction.h275 HttpNetworkSession* session_; member in class:net::HttpNetworkTransaction
/external/chromium_org/net/dns/
H A Ddns_session.cc75 : session_(session), server_index_(server_index), socket_(socket.Pass()) {}
78 session_->FreeSocket(server_index_, socket_.Pass());
H A Ddns_transaction_unittest.cc353 session_ = new DnsSession(
358 transaction_factory_ = DnsTransactionFactory::CreateFactory(session_.get());
440 session_->config().nameservers[servers[i]]);
477 scoped_refptr<DnsSession> session_; member in class:net::__anon9203::DnsTransactionTest
/external/chromium_org/net/spdy/
H A Dspdy_proxy_client_socket_unittest.cc100 session_->http_auth_cache()->Add(GURL(kProxyUrl),
125 scoped_refptr<HttpNetworkSession> session_; member in class:net::SpdyProxyClientSocketTest
150 session_(NULL),
167 if (session_.get() != NULL)
168 session_->spdy_session_pool()->CloseAllSessions();
188 session_ = SpdySessionDependencies::SpdyCreateSessionDeterministic(
194 session_, endpoint_spdy_session_key_, BoundNetLog());
206 session_->http_auth_cache(),
207 session_->http_auth_handler_factory()));
H A Dspdy_stream.h349 // Must be used only by |session_|.
509 const base::WeakPtr<SpdySession> session_; member in class:net::SpdyStream
H A Dspdy_session.cc465 DCHECK(!session_);
470 session_ = session;
486 if (session_)
487 session_->CancelStreamRequest(weak_ptr_factory_.GetWeakPtr());
494 DCHECK(!session_);
503 DCHECK(session_);
514 DCHECK(session_);
525 session_.reset();
H A Dspdy_session.h182 // Called by |session_| when the stream attempt has finished
186 // Called by |session_| when the stream attempt has finished with an
187 // error. Also called with ERR_ABORTED if |session_| is destroyed
191 // Accessors called by |session_|.
200 base::WeakPtr<SpdySession> session_; member in class:net::SpdyStreamRequest
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.h89 BaseSession* session() const { return session_; }
141 if (session_->state() != BaseSession::STATE_INIT) {
246 rtc::Thread* signaling_thread() { return session_->signaling_thread(); }
370 BaseSession* session_; member in class:cricket::BaseChannel
H A Dsrtpfilter.h241 srtp_t session_; member in class:cricket::SrtpSession
H A Dchannel.cc160 session_(session),
193 session_->DestroyChannel(content_name_, transport_channel_->component());
218 session_->SignalNewLocalDescription.connect(
220 session_->SignalNewRemoteDescription.connect(
300 session_->DestroyChannel(
637 SetSessionError(session_, BaseSession::ERROR_CONTENT, error_desc);
651 SetSessionError(session_, BaseSession::ERROR_CONTENT, error_desc);
722 session_,
735 session_,

Completed in 404 milliseconds

123456