Searched refs:session (Results 351 - 375 of 553) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/sync/internal_api/
H A Dhttp_bridge.cc139 // We want to share the HTTP session data with the network layer factory,
143 net::HttpNetworkSession* session = local
145 DCHECK(session);
146 set_http_transaction_factory(new net::HttpNetworkLayer(session));
/external/chromium_org/chrome/browser/extensions/api/sessions/
H A Dsessions_api.h65 const browser_sync::SyncedSession* session);
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_auth_request_handler.h119 // Generates a session ID and credentials suitable for authenticating with
122 std::string* session,
146 // The last time the session was updated. Used to ensure that a session is
/external/chromium_org/content/renderer/media/
H A Dcdm_session_adapter.h32 // Owns the CDM instance and makes calls from session objects to the CDM.
33 // Forwards the web session ID-based callbacks of the MediaKeys interface to the
34 // appropriate session object. Callers should hold references to this class
56 // Creates a new session and adds it to the internal map. The caller owns the
57 // created session. RemoveSession() must be called when destroying it, if
61 // Adds a session to the internal map. Called once the session is successfully
62 // initialized. Returns true if the session was registered, false if there is
63 // already an existing session with the same |web_session_id|.
66 base::WeakPtr<WebContentDecryptionModuleSessionImpl> session);
[all...]
/external/chromium_org/device/bluetooth/
H A Dbluetooth_remote_gatt_characteristic_chromeos.cc233 // The characteristic might have stopped notifying even though the session
249 scoped_ptr<device::BluetoothGattNotifySession> session(
256 callback.Run(session.Pass());
417 scoped_ptr<device::BluetoothGattNotifySession> session(
424 callback.Run(session.Pass());
/external/chromium_org/net/http/
H A Dhttp_stream_factory.h184 const HttpNetworkSession& session);
H A Dhttp_stream_factory_impl.h31 HttpStreamFactoryImpl(HttpNetworkSession* session, bool for_websockets);
100 // HttpAlternateProtocols with the failure and resets the SPDY session key.
/external/chromium_org/net/quic/
H A Dquic_crypto_client_stream.h29 QuicClientSessionBase* session,
137 // Called to set the proof of |cached| valid. Also invokes the session's
H A Dquic_http_stream.cc28 QuicHttpStream::QuicHttpStream(const base::WeakPtr<QuicClientSession>& session) argument
30 session_(session),
32 was_handshake_confirmed_(session->IsCryptoHandshakeConfirmed()),
281 void QuicHttpStream::Drain(HttpNetworkSession* session) { argument
/external/chromium_org/net/spdy/
H A Dspdy_http_stream.h75 virtual void Drain(HttpNetworkSession* session) OVERRIDE;
/external/chromium_org/net/tools/quic/
H A Dquic_dispatcher_test.cc64 // A Connection class which unregisters the session from the dispatcher
86 MockSession** session) {
89 *session = new MockSession(connection);
93 EXPECT_CALL(*reinterpret_cast<MockConnection*>((*session)->connection()),
96 return *session;
208 // Create a new session.
83 CreateSession(QuicDispatcher* dispatcher, QuicConnectionId connection_id, const IPEndPoint& client_address, MockSession** session) argument
/external/chromium_org/net/websockets/
H A Dwebsocket_basic_handshake_stream.h66 virtual void Drain(HttpNetworkSession* session) OVERRIDE;
/external/chromium_org/remoting/host/installer/mac/Scripts/
H A Dremoting_postflight.sh68 session required pam_deny.so
105 # session, so that screen-capture and input-injection can work. To do this,
108 # a session) will definitely be running it.
/external/chromium_org/remoting/protocol/
H A Djingle_session_unittest.cc103 void SetHostSession(Session* session) { argument
104 DCHECK(session);
105 host_session_.reset(session);
108 session->set_config(SessionConfig::ForTest());
317 // Verify that we can create and destroy session managers without a
323 // Verify that an incoming session can be rejected, and that the
328 // Reject incoming session.
425 // CreateSessionManagers so that the session will goes into the
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLDocumentParser.cpp306 bool HTMLDocumentParser::canTakeNextToken(SynchronousMode mode, PumpSession& session) argument
315 session.didSeeScript = true;
318 if (session.needsYield)
340 m_parserScheduler->checkForYieldBeforeToken(session);
448 ActiveParserSession session(contextForParsingSession());
566 // The parsing session should interact with the document only when parsing
593 PumpSession session(m_pumpSessionNestingLevel, contextForParsingSession());
607 while (canTakeNextToken(mode, session) && !session.needsYield) {
642 if (session
[all...]
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dd1_enc.c186 if ((s->session == NULL) || (ds == NULL) ||
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsessiondescriptionfactory.h33 #include "talk/session/media/mediasession.h"
84 // This class is used to create offer/answer session description with regards to
97 // TODO(jiayl): remove the dependency on session once b/10226852 is fixed.
98 WebRtcSession* session,
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediarecorder_unittest.cc32 #include "talk/session/media/channel.h"
33 #include "talk/session/media/mediarecorder.h"
335 FakeSession session(true);
338 new FakeVoiceMediaChannel(NULL), &session, "", false); local
347 FakeSession session(true);
351 media_channel, &session, "", false, NULL); local
/external/chromium_org/ui/file_manager/video_player/js/
H A Dvideo_player.js338 }.bind(this)).then(function(session) {
339 session.addUpdateListener(this.onCastSessionUpdateBound_);
341 this.currentSession_ = session;
342 this.videoElement_ = new CastVideoElement(media, session);
414 * @param {boolean=} opt_keepSession If true, keep using the current session.
415 * Otherwise, discards the session.
621 * This method should be called when the session is updated.
622 * @param {boolean} alive Whether the session is alive or not.
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-diff.c14 #include "util/session.h"
44 struct perf_session *session; member in struct:data__file
610 struct perf_evlist *evlist_base = data__files[0].session->evlist;
619 struct perf_evlist *evlist = d->session->evlist;
664 d->session = perf_session__new(d->file, O_RDONLY, force,
666 if (!d->session) {
672 ret = perf_session__process_events(d->session, &tool);
678 perf_evlist__collapse_resort(d->session->evlist);
685 if (d->session)
686 perf_session__delete(d->session);
[all...]
H A Dbuiltin-sched.c11 #include "util/session.h"
1458 struct perf_session *session; local
1460 session = perf_session__new(input_name, O_RDONLY, 0, false, &sched->tool);
1461 if (session == NULL) {
1462 pr_debug("No Memory for session\n");
1466 if (perf_session__set_tracepoints_handlers(session, handlers))
1469 if (perf_session__has_traces(session, "record -R")) {
1470 int err = perf_session__process_events(session, &sched->tool);
1476 sched->nr_events = session->stats.nr_events[0];
1477 sched->nr_lost_events = session
1526 struct perf_session *session; local
[all...]
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
H A DOkHttpAsync.java58 @Override public boolean verify(String s, SSLSession session) {
/external/openssl/include/openssl/
H A Dkssl.h103 ** to trace usage of the Kerberos session key
136 ** (1) Kerberos session key to SSL, and
172 krb5_error_code kssl_ctx_setkey(KSSL_CTX *kssl_ctx, krb5_keyblock *session);
/external/openssl/ssl/
H A Dkssl.h103 ** to trace usage of the Kerberos session key
136 ** (1) Kerberos session key to SSL, and
172 krb5_error_code kssl_ctx_setkey(KSSL_CTX *kssl_ctx, krb5_keyblock *session);
/external/ppp/pppd/plugins/rp-pppoe/
H A Ddebug.c123 (int) ntohs(packet->session),

Completed in 1540 milliseconds

<<11121314151617181920>>