Searched defs:session (Results 176 - 200 of 289) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/test/chromedriver/
H A Dwindow_commands.cc28 #include "chrome/test/chromedriver/session.h"
65 bool session)
67 secure(secure), session(session) {}
75 bool session; member in struct:__anon5981::Cookie
86 if (!cookie.session)
115 bool session = false; local
116 cookie_dict->GetBoolean("session", &session);
121 Cookie(name, value, domain, path, expiry, secure, session));
59 Cookie(const std::string& name, const std::string& value, const std::string& domain, const std::string& path, double expiry, bool secure, bool session) argument
127 ScrollCoordinateInToView( Session* session, WebView* web_view, int x, int y, int* offset_x, int* offset_y) argument
168 ExecuteTouchEvent( Session* session, WebView* web_view, TouchEventType type, const base::DictionaryValue& params) argument
190 ExecuteWindowCommand( const WindowCommand& command, Session* session, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
239 ExecuteGet( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
250 ExecuteExecuteScript( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
274 ExecuteExecuteAsyncScript( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
291 ExecuteSwitchToFrame( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
362 ExecuteSwitchToParentFrame( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
371 ExecuteGetTitle( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
387 ExecuteGetPageSource( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
401 ExecuteFindElement( int interval_ms, Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
410 ExecuteFindElements( int interval_ms, Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
420 ExecuteGetCurrentUrl( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
433 ExecuteGoBack( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
442 ExecuteGoForward( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
451 ExecuteRefresh( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
459 ExecuteMouseMoveTo( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
504 ExecuteMouseClick( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
525 ExecuteMouseButtonDown( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
542 ExecuteMouseButtonUp( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
559 ExecuteMouseDoubleClick( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
580 ExecuteTouchDown( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
588 ExecuteTouchUp( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
596 ExecuteTouchMove( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
604 ExecuteGetActiveElement( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
612 ExecuteSendKeysToActiveElement( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
624 ExecuteGetAppCacheStatus( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
635 ExecuteIsBrowserOnline( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
646 ExecuteGetStorageItem( const char* storage, Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
664 ExecuteGetStorageKeys( const char* storage, Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
682 ExecuteSetStorageItem( const char* storage, Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
704 ExecuteRemoveStorageItem( const char* storage, Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
722 ExecuteClearStorage( const char* storage, Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
734 ExecuteGetStorageSize( const char* storage, Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
746 ExecuteScreenshot( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
776 ExecuteGetCookies( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
794 ExecuteAddCookie( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
809 ExecuteDeleteCookie( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
826 ExecuteDeleteAllCookies( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
854 ExecuteSetLocation( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
880 ExecuteTakeHeapSnapshot( Session* session, WebView* web_view, const base::DictionaryValue& params, scoped_ptr<base::Value>* value) argument
[all...]
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_event_router.cc147 << "There is no Bluetooth low energy value update session manager."
646 BluetoothLowEnergyNotifySession* session = local
648 if (session) {
649 if (session->GetSession()->IsActive()) {
705 BluetoothLowEnergyNotifySession* session = local
707 if (!session || !session->GetSession()->IsActive()) {
714 session->GetSession()->Stop(
1295 scoped_ptr<device::BluetoothGattNotifySession> session) {
1296 VLOG(2) << "Value update session create
1290 OnStartNotifySession( bool persistent, const std::string& extension_id, const std::string& characteristic_id, const base::Closure& callback, scoped_ptr<device::BluetoothGattNotifySession> session) argument
1410 BluetoothLowEnergyNotifySession* session = local
1436 BluetoothLowEnergyNotifySession* session = local
[all...]
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DMediaDrmBridge.java37 // - A media crypto session (mMediaCryptoSession) is opened after MediaDrm
38 // is created. This session will be added to mSessionIds.
39 // a) In multiple session mode, this session will only be used to create
41 // it's session ID is always INVALID_SESSION_ID.
42 // b) In single session mode, this session will be used to create the
44 // manage all keys. The session ID will always be the lastest session
46 // - Each createSession() call creates a new session
257 closeSession(ByteBuffer session) argument
412 getKeyRequest(ByteBuffer session, byte[] data, String mime) argument
556 sessionExists(ByteBuffer session) argument
763 getWebSessionId(ByteBuffer session) argument
[all...]
/external/chromium_org/net/dns/
H A Ddns_transaction.cc541 // The suffix list is built according to the DnsConfig from the session.
550 DnsTransactionImpl(DnsSession* session, argument
555 : session_(session),
967 explicit DnsTransactionFactoryImpl(DnsSession* session) { argument
968 session_ = session;
988 DnsSession* session) {
990 new DnsTransactionFactoryImpl(session));
987 CreateFactory( DnsSession* session) argument
/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl_unittest.cc96 virtual void Drain(HttpNetworkSession* session) OVERRIDE {}
110 MockHttpStreamFactoryImplForPreconnect(HttpNetworkSession* session, argument
112 : HttpStreamFactoryImpl(session, for_websockets),
292 HttpNetworkSession* session) {
293 HttpNetworkSessionPeer peer(session);
295 new MockHttpStreamFactoryImplForPreconnect(session, false);
298 session->ssl_config_service()->GetSSLConfig(&ssl_config);
305 session->http_stream_factory()->PreconnectStreams(
311 HttpNetworkSession* session) {
314 PreconnectHelperForURL(test.num_streams, url, session);
290 PreconnectHelperForURL(int num_streams, const GURL& url, HttpNetworkSession* session) argument
310 PreconnectHelper(const TestCase& test, HttpNetworkSession* session) argument
[all...]
/external/chromium_org/net/quic/
H A Dquic_http_stream_test.cc96 explicit AutoClosingStream(const base::WeakPtr<QuicClientSession>& session) argument
97 : QuicHttpStream(session) {
H A Dquic_session.cc34 explicit VisitorShim(QuicSession* session) : session_(session) {} argument
79 // The session will go away, so don't bother with cleanup.
487 // QUIC_VERSION_17,18,19 don't support independent stream/session flow
500 // QUIC_VERSION_21 and higher can have independent stream and session flow
539 << "Peer sent us an invalid session flow control send window: "
/external/chromium_org/net/spdy/
H A Dspdy_stream.cc81 const base::WeakPtr<SpdySession>& session,
95 session_(session),
481 // Note: we leave the stream open in the session until the stream
80 SpdyStream(SpdyStreamType type, const base::WeakPtr<SpdySession>& session, const GURL& url, RequestPriority priority, int32 initial_send_window_size, int32 initial_recv_window_size, const BoundNetLog& net_log) argument
/external/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/
H A DTestWebServer.java370 public boolean verify(String hostname, SSLSession session) { argument
/external/chromium_org/net/websockets/
H A Dwebsocket_basic_handshake_stream.cc491 void WebSocketBasicHandshakeStream::Drain(HttpNetworkSession* session) { argument
493 drainer->Start(session);
/external/chromium_org/remoting/host/
H A Dcast_extension_session.cc75 VLOG(1) << "Setting session description succeeded.";
78 LOG(ERROR) << "Setting session description failed: " << error;
94 CastExtensionSession* session) {
96 session);
101 << "No CastExtensionSession. Creating session description succeeded.";
109 << "No CastExtensionSession. Creating session description failed.";
119 explicit CastCreateSessionDescriptionObserver(CastExtensionSession* session) argument
120 : cast_extension_session_(session) {}
93 Create( CastExtensionSession* session) argument
/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/WebKit/Source/devtools/front_end/sdk/
H A DCookieParser.js257 session: function()
259 // RFC 2965 suggests using Discard attribute to mark session cookies, but this does not seem to be widely used.
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Ddtls1.h126 SSL_SESSION *session; member in struct:dtls1_retransmit_state
/external/chromium_org/third_party/boringssl/src/ssl/
H A Dssl_sess.c147 * SSL_magic_pending_session_ptr(). It allows a session callback to indicate
148 * that it needs to asynchronously fetch session information. */
163 return(ssl->session);
171 * somebody doesn't free ssl->session between when we check it's
174 sess = ssl->session;
225 /* Even with SSLv2, we have 16 bytes (128 bits) of session ID space. SSLv3/TLSv1
251 * to atomically check whether a session ID already exists
258 int ssl_get_new_session(SSL *s, int session) argument
278 if (s->session != NULL)
280 SSL_SESSION_free(s->session);
729 SSL_set_session(SSL *s, SSL_SESSION *session) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.h37 #include "talk/p2p/base/session.h"
38 #include "talk/session/media/mediamessages.h"
39 #include "talk/session/media/mediasessionclient.h"
98 // Maintain a mapping of (session, ssrc) to rendered view.
193 void OnSessionCreate(cricket::Session* session, bool initiate);
197 cricket::Session* session,
230 cricket::Session* session,
234 cricket::Session* session,
248 // Depending on |enable|, render (or don't) all the streams in |session|.
250 cricket::Session* session,
295 AddSession(cricket::Session* session) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.h38 #include "talk/p2p/base/session.h"
40 #include "talk/session/media/audiomonitor.h"
41 #include "talk/session/media/bundlefilter.h"
42 #include "talk/session/media/mediamonitor.h"
43 #include "talk/session/media/mediasession.h"
44 #include "talk/session/media/rtcpmuxfilter.h"
45 #include "talk/session/media/srtpfilter.h"
79 MediaChannel* channel, BaseSession* session,
89 BaseSession* session() const { return session_; } function in class:cricket::BaseChannel
276 // Apply the new local/remote session descriptio
[all...]
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dtunnelsessionclient.cc115 Session* session = (*it)->ReleaseSession(true); local
116 session_manager_->DestroySession(session);
121 void TunnelSessionClientBase::OnSessionCreate(Session* session, bool received) { argument
127 MakeTunnelSession(session, rtc::Thread::Current(), RESPONDER));
130 void TunnelSessionClientBase::OnSessionDestroy(Session* session) { argument
138 if ((*it)->HasSession(session)) {
139 VERIFY((*it)->ReleaseSession(false) == session);
159 Session* session) {
165 if ((*it)->HasSession(session)) {
172 SessionDescription* answer = CreateAnswer(session
158 AcceptTunnel( Session* session) argument
180 DeclineTunnel(Session* session) argument
194 Session* session = session_manager_->CreateSession(jid_.Str(), namespace_); local
203 MakeTunnelSession( Session* session, rtc::Thread* stream_thread, TunnelSessionRole ) argument
274 OnIncomingTunnel(const buzz::Jid &jid, Session *session) argument
336 TunnelSession(TunnelSessionClientBase* client, Session* session, rtc::Thread* stream_thread) argument
357 HasSession(Session* session) argument
365 Session* session = session_; local
375 OnSessionState(BaseSession* session, BaseSession::State state) argument
[all...]
/external/chromium_org/third_party/libsrtp/srtp/test/
H A Dsrtp_driver.c502 * allocate and initialize an srtp session
570 * allocate and initialize an srtp session
1064 /* loop over streams in session, printing the policy of each */
1098 srtp_t session; local
1100 status = srtp_create(&session, policy);
1103 status = srtp_session_print_policy(session);
1106 status = srtp_dealloc(session);
1227 * create a session with a single stream using the default srtp
1261 * create a receiver session context comparable to the one created
1335 * create a session wit
1448 srtp_t session; local
[all...]
/external/iproute2/ip/
H A Dipl2tp.c64 int session:1; member in struct:l2tp_parm
249 printf(" Peer session %u, tunnel %u\n",
491 fprintf(stderr, "Usage: ip l2tp add session [ name NAME ]\n");
497 fprintf(stderr, " ip l2tp del session tunnel_id ID session_id ID\n");
499 fprintf(stderr, " ip l2tp show session [ tunnel_id ID ] [ session_id ID ]\n");
610 } else if (strcmp(*argv, "session") == 0) {
611 p->session = 1;
634 if (!p.tunnel && !p.session)
635 missarg("tunnel or session");
641 if ((p.session)
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-record.c22 #include "util/session.h"
70 struct perf_session *session; member in struct:perf_record
199 struct perf_session *session = rec->session; local
248 session->evlist = evlist;
249 perf_session__set_id_hdr_size(session);
261 rec->session->fd = rec->output;
262 return __perf_session__process_events(rec->session, rec->post_processing_offset,
275 rec->session->header.data_size += rec->bytes_written;
279 perf_session__write_header(rec->session, re
359 struct perf_session *session; local
[all...]
H A Dbuiltin-report.c27 #include "util/session.h"
42 struct perf_session *session; member in struct:perf_report
367 struct perf_session *self = rep->session;
484 struct perf_session *session = rep->session; local
493 ret = perf_session__cpu_bitmap(session, rep->cpu_list,
500 perf_session__fprintf_info(session, stdout, rep->show_full_info);
509 ret = perf_session__process_events(session, &rep->tool);
513 kernel_map = session->machines.host.vmlinux_maps[MAP__FUNCTION];
539 perf_session__fprintf(session, stdou
734 struct perf_session *session; local
[all...]
H A Dbuiltin-top.c30 #include "util/session.h"
519 perf_session__fprintf_dsos(top->session, stderr);
585 &top->session->header.env);
712 top->session->stats.nr_unprocessable_samples++);
803 struct perf_session *session = top->session; local
816 evsel = perf_evlist__id2evsel(session->evlist, sample.id);
829 machine = &session->machines.host;
835 machine = &session->machines.host;
839 machine = perf_session__find_machine(session,
[all...]
/external/mtpd/
H A Dl2tp.c18 * creates a single session. The following code only handles control packets.
128 static void set_message(uint16_t session, uint16_t message) argument
134 p[3] = session;
183 static int recv_packet(uint16_t *session) argument
228 *session = p[3];
362 .local = {.tunnel = local_tunnel, .session = local_session},
363 .remote = {.tunnel = remote_tunnel, .session = remote_session},
415 uint16_t session = 0; local
417 if (!recv_packet(&session)) {
421 /* Here is the fun part. We always try to protect our tunnel and session
[all...]
/external/openssl/include/openssl/
H A Ddtls1.h138 SSL_SESSION *session; member in struct:dtls1_retransmit_state

Completed in 607 milliseconds

1234567891011>>