Searched defs:session (Results 1 - 25 of 289) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivetv3_setup_operation.cc12 PrivetV3Session* session,
11 Create( PrivetV3Session* session, const SetupStatusCallback& callback, const std::string& ticket_id) argument
/external/chromium_org/net/quic/test_tools/
H A Dmock_crypto_client_stream_factory.cc25 QuicClientSession* session,
28 server_id, session, NULL, crypto_config, handshake_mode_,
23 CreateQuicCryptoClientStream( const QuicServerId& server_id, QuicClientSession* session, QuicCryptoClientConfig* crypto_config) argument
H A Dquic_client_session_peer.cc13 void QuicClientSessionPeer::SetMaxOpenStreams(QuicClientSession* session, argument
16 session->config()->set_max_streams_per_connection(max_streams,
21 void QuicClientSessionPeer::SetChannelIDSent(QuicClientSession* session, argument
23 session->crypto_stream_->channel_id_sent_ = channel_id_sent;
H A Dquic_session_peer.cc14 void QuicSessionPeer::SetNextStreamId(QuicSession* session, QuicStreamId id) { argument
15 session->next_stream_id_ = id;
19 void QuicSessionPeer::SetMaxOpenStreams(QuicSession* session, argument
21 session->max_open_streams_ = max_streams;
25 QuicCryptoStream* QuicSessionPeer::GetCryptoStream(QuicSession* session) { argument
26 return session->GetCryptoStream();
30 QuicHeadersStream* QuicSessionPeer::GetHeadersStream(QuicSession* session) { argument
31 return session->headers_stream_.get();
35 void QuicSessionPeer::SetHeadersStream(QuicSession* session, argument
37 session
41 GetWriteBlockedStreams( QuicSession* session) argument
47 GetIncomingDataStream( QuicSession* session, QuicStreamId stream_id) argument
55 GetLocallyClosedStreamsHighestOffset(QuicSession* session) argument
[all...]
/external/chromium_org/chrome/renderer/media/
H A Dcast_udp_transport.cc11 const scoped_refptr<CastSession>& session)
12 : cast_session_(session),
10 CastUdpTransport( const scoped_refptr<CastSession>& session) argument
/external/conscrypt/src/main/java/org/conscrypt/
H A DSSLClientSessionCache.java29 * session data is dependent upon the caller's implementation and is opaque to
35 * Gets data from a pre-existing session for a given server host and port.
39 * @return the session data or null if none is cached
45 * Stores session data for the given session.
47 * @param session to cache data for
49 * @throws NullPointerException if session, result of
50 * {@code session.getPeerHost()} or data is null
52 public void putSessionData(SSLSession session, byte[] sessionData); argument
H A DSSLServerSessionCache.java25 * a session started by a different server based on a session ID provided
30 * session data is dependent upon the caller's implementation and is opaque to
36 * Gets the session data for given session ID.
39 * @return the session data or null if none is cached
45 * Stores session data for the given session.
47 * @param session to cache data for
49 * @throws NullPointerException if session o
51 putSessionData(SSLSession session, byte[] sessionData) argument
[all...]
H A DServerSessionContext.java22 * Caches server sessions. Indexes by session ID. Users typically look up
35 // TODO remove SSL_CTX session cache limit so we can manage it
41 // Set a trivial session id context. OpenSSL uses this to make
53 protected void sessionRemoved(SSLSession session) {} argument
57 SSLSession session = super.getSession(sessionId);
58 if (session != null) {
59 return session;
66 session = toSession(data, null, -1);
67 if (session != null && session
78 putSession(SSLSession session) argument
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dif_pppolac.h29 __u16 tunnel, session; member in struct:sockaddr_pppolac::__anon23076
/external/nanohttpd/core/src/test/java/fi/iki/elonen/integration/
H A DShutdownTest.java48 public Response serve(IHTTPSession session) { argument
/external/nanohttpd/samples/src/main/java/fi/iki/elonen/
H A DHelloServer.java13 @Override public Response serve(IHTTPSession session) { argument
14 Method method = session.getMethod();
15 String uri = session.getUri();
19 Map<String, String> parms = session.getParms();
/external/nanohttpd/websocket/src/test/java/fi/iki/elonen/
H A DNanoWebSocketServerTest.java18 private NanoHTTPD.IHTTPSession session; field in class:NanoWebSocketServerTest
29 server.openWebSocket(session);
36 server.openWebSocket(session);
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
H A DRecordingHostnameVerifier.java26 public boolean verify(String hostname, SSLSession session) { argument
/external/apache-http/src/org/apache/http/conn/ssl/
H A DX509HostnameVerifier.java67 boolean verify(String host, SSLSession session); argument
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_network_transaction_factory.cc15 net::HttpNetworkSession* session)
17 network_layer_(new net::HttpNetworkLayer(session)) {
13 DevToolsNetworkTransactionFactory( DevToolsNetworkController* controller, net::HttpNetworkSession* session) argument
/external/chromium_org/chrome/browser/sessions/
H A Dsession_tab_helper.cc68 SessionService* session = SessionServiceFactory::GetForProfile(profile); local
69 if (session)
70 session->SetTabUserAgentOverride(window_id(), session_id(), user_agent);
/external/chromium_org/chrome/test/chromedriver/
H A Dalert_commands.cc14 #include "chrome/test/chromedriver/session.h"
18 Session* session,
22 Status status = session->GetTargetWindow(&web_view);
35 session->GetCurrentFrameId(), session->page_load_timeout, true);
39 return alert_command.Run(session, web_view, params, value);
43 Session* session,
53 Session* session,
67 Session* session,
78 session
16 ExecuteAlertCommand( const AlertCommand& alert_command, Session* session, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
42 ExecuteGetAlert( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
52 ExecuteGetAlertText( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
66 ExecuteSetAlertValue( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
82 ExecuteAcceptAlert( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
93 ExecuteDismissAlert( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
[all...]
/external/chromium_org/content/common/
H A Dcookie_data.h45 bool session; member in struct:content::CookieData
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_notify_session.cc25 scoped_ptr<device::BluetoothGattNotifySession> session)
28 session_(session.release()) {
22 BluetoothLowEnergyNotifySession( bool persistent, const std::string& owner_extension_id, scoped_ptr<device::BluetoothGattNotifySession> session) argument
/external/chromium_org/net/http/
H A Dhttp_network_layer.cc23 HttpNetworkLayer::HttpNetworkLayer(HttpNetworkSession* session) argument
24 : session_(session),
46 HttpNetworkSession* session) {
47 DCHECK(session);
49 return new HttpNetworkLayer(session);
45 CreateFactory( HttpNetworkSession* session) argument
H A Dhttp_network_session_peer.cc18 const scoped_refptr<HttpNetworkSession>& session)
19 : session_(session) {}
17 HttpNetworkSessionPeer( const scoped_refptr<HttpNetworkSession>& session) argument
H A Dhttp_response_body_drainer.cc24 void HttpResponseBodyDrainer::Start(HttpNetworkSession* session) { argument
34 session_ = session;
35 session->AddResponseDrainer(this);
/external/chromium_org/net/websockets/
H A Dwebsocket_handshake_stream_create_helper.cc53 const base::WeakPtr<SpdySession>& session,
52 CreateSpdyStream( const base::WeakPtr<SpdySession>& session, bool use_relative_url) argument
/external/chromium_org/remoting/client/jni/
H A Dchromoting_jni_runtime.h64 // |session_|. This is a no-op unless |session| is currently non-null.
67 // Returns the client for the currently-active session. Do not call if
68 // |session| is null.
69 scoped_refptr<ChromotingJniInstance> session() { function in class:remoting::ChromotingJniRuntime
/external/chromium_org/remoting/protocol/
H A Dchannel_dispatcher_base.cc9 #include "remoting/protocol/session.h"
26 void ChannelDispatcherBase::Init(Session* session, argument
29 DCHECK(session);
32 channel_factory_ = session->GetMultiplexedChannelFactory();
36 channel_factory_ = session->GetTransportChannelFactory();

Completed in 443 milliseconds

1234567891011>>