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

1234567891011>>

/external/chromium_org/chrome/android/testshell/
H A Dchrome_data_reduction_proxy_testshell_android.cc8 void ChromeDataReductionProxyAndroid::Init(net::HttpNetworkSession* session) { argument
/external/chromium/chrome/browser/sync/engine/
H A Dmodel_changing_syncer_command.cc14 void ModelChangingSyncerCommand::ExecuteImpl(sessions::SyncSession* session) { argument
15 work_session_ = session;
20 for (size_t i = 0; i < session->workers().size(); ++i) {
21 ModelSafeWorker* worker = session->workers()[i];
33 sessions::SyncSession* session) {
32 ModelNeutralExecuteImpl( sessions::SyncSession* session) argument
H A Dpost_commit_message_command.cc21 void PostCommitMessageCommand::ExecuteImpl(sessions::SyncSession* session) { argument
22 if (session->status_controller()->commit_ids().empty())
25 syncable::ScopedDirLookup dir(session->context()->directory_manager(),
26 session->context()->account_name());
29 sessions::StatusController* status = session->status_controller();
31 &response, session)) {
H A Dresolve_conflicts_command.cc17 sessions::SyncSession* session) {
18 ConflictResolver* resolver = session->context()->resolver();
23 syncable::ScopedDirLookup dir(session->context()->directory_manager(),
24 session->context()->account_name());
27 sessions::StatusController* status = session->status_controller();
16 ModelChangingExecuteImpl( sessions::SyncSession* session) argument
H A Dsyncer_command.cc18 void SyncerCommand::Execute(SyncSession* session) { argument
19 ExecuteImpl(session);
20 SendNotifications(session);
23 void SyncerCommand::SendNotifications(SyncSession* session) { argument
24 syncable::ScopedDirLookup dir(session->context()->directory_manager(),
25 session->context()->account_name());
31 if (session->status_controller()->TestAndClearIsDirty()) {
33 const sessions::SyncSessionSnapshot& snapshot(session->TakeSnapshot());
35 session->context()->NotifyListeners(event);
H A Dsyncer_end_command.cc17 void SyncerEndCommand::ExecuteImpl(sessions::SyncSession* session) { argument
19 session->status_controller()->set_syncing(false);
21 sessions::SyncSessionSnapshot snapshot(session->TakeSnapshot());
23 session->context()->NotifyListeners(event);
H A Dapply_updates_command.cc19 void ApplyUpdatesCommand::ModelChangingExecuteImpl(SyncSession* session) { argument
20 syncable::ScopedDirLookup dir(session->context()->directory_manager(),
21 session->context()->account_name());
31 session->context()->resolver(),
32 session->context()->directory_manager()->GetCryptographer(&trans),
33 handles.begin(), handles.end(), session->routing_info(),
34 session->status_controller()->group_restriction());
37 session->status_controller()->mutable_conflict_progress(),
38 session->status_controller()->mutable_update_progress());
42 sessions::StatusController* status(session
[all...]
H A Dcleanup_disabled_types_command.cc18 void CleanupDisabledTypesCommand::ExecuteImpl(sessions::SyncSession* session) { argument
24 if (session->routing_info().count(model_type))
30 // on the first sync session (when there's no previous routing info) we pay
42 // | before another sync session,..)
44 session->context()->previous_session_routing_info();
52 syncable::ScopedDirLookup dir(session->context()->directory_manager(),
53 session->context()->account_name());
H A Dclear_data_command.cc29 void ClearDataCommand::ExecuteImpl(SyncSession* session) { argument
33 client_to_server_message.set_share(session->context()->account_name());
39 ScopedDirLookup dir(session->context()->directory_manager(),
40 session->context()->account_name());
53 session);
66 session->context()->NotifyListeners(event);
74 session->context()->NotifyListeners(event);
76 session->delegate()->OnShouldStopSyncingPermanently();
H A Dstore_timestamps_command.cc18 void StoreTimestampsCommand::ExecuteImpl(sessions::SyncSession* session) { argument
19 syncable::ScopedDirLookup dir(session->context()->directory_manager(),
20 session->context()->account_name());
28 session->status_controller()->updates_response().get_updates();
30 sessions::StatusController* status = session->status_controller();
/external/chromium_org/net/quic/test_tools/
H A Dmock_crypto_client_stream_factory.cc21 QuicSession* session,
23 return new MockCryptoClientStream(server_hostname, session, crypto_config,
19 CreateQuicCryptoClientStream( const string& server_hostname, QuicSession* 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,
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;
26 QuicSession* session, QuicStreamId id) {
27 return session->CreateIncomingReliableStream(id);
32 QuicSession* session) {
33 return &session->write_blocked_streams_;
25 CreateIncomingReliableStream( QuicSession* session, QuicStreamId id) argument
31 GetWriteblockedStreams( QuicSession* session) argument
/external/chromium_org/sync/engine/
H A Dsyncer_command.cc12 SyncerError SyncerCommand::Execute(sessions::SyncSession* session) { argument
13 SyncerError result = ExecuteImpl(session);
H A Dmodel_changing_syncer_command.cc16 sessions::SyncSession* session) {
17 work_session_ = session;
22 for (size_t i = 0; i < session->context()->workers().size(); ++i) {
23 ModelSafeWorker* worker = session->context()->workers()[i].get();
15 ExecuteImpl( sessions::SyncSession* session) argument
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dstatscollector.h49 // Register the session Stats should operate on.
50 // Set to NULL if the session has ended.
51 void set_session(WebRtcSession* session) { argument
52 session_ = session;
59 // Gather statistics from the session and store them for future use.
68 WebRtcSession* session() { return session_; } function in class:webrtc::StatsCollector
86 // Raw pointer to the session the statistics are gathered from.
/external/kernel-headers/original/linux/
H A Dif_pppolac.h29 __u16 tunnel, session; member in struct:sockaddr_pppolac::__anon19396
/external/linux-tools-perf/
H A Dbuiltin-evlist.c22 #include "util/session.h"
28 struct perf_session *session; local
31 session = perf_session__new(input_name, O_RDONLY, 0, false, NULL);
32 if (session == NULL)
35 list_for_each_entry(pos, &session->evlist->entries, node)
38 perf_session__delete(session);
/external/okhttp/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.java62 boolean verify(String host, SSLSession session); argument
/external/chromium/chrome/browser/net/
H A Dpreconnect.cc54 net::HttpNetworkSession* session = factory->GetSession(); local
95 session->ssl_config_service()->GetSSLConfig(&ssl_config);
96 if (session->http_stream_factory()->next_protos())
97 ssl_config.next_protos = *session->http_stream_factory()->next_protos();
102 net::HttpStreamFactory* http_stream_factory = session->http_stream_factory();
/external/chromium/chrome/browser/sync/sessions/
H A Dtest_util.cc11 void SimulateHasMoreToSync(sessions::SyncSession* session, argument
13 session->status_controller()->update_conflicts_resolved(true);
14 ASSERT_TRUE(session->HasMoreToSync());
17 void SimulateDownloadUpdatesFailed(sessions::SyncSession* session, argument
19 // Note that a non-zero value of changes_remaining once a session has
22 session->status_controller()->set_num_server_changes_remaining(1);
25 void SimulateCommitFailed(sessions::SyncSession* session, argument
27 // Note that a non-zero number of unsynced handles once a session has
33 session->status_controller()->set_unsynced_handles(handles);
36 void SimulateSuccess(sessions::SyncSession* session, argument
45 SimulateThrottledImpl(sessions::SyncSession* session, const base::TimeDelta& delta) argument
50 SimulatePollIntervalUpdateImpl(sessions::SyncSession* session, const base::TimeDelta& new_poll) argument
[all...]
/external/chromium/net/http/
H A Dhttp_response_body_drainer.cc27 void HttpResponseBodyDrainer::Start(HttpNetworkSession* session) { argument
36 session_ = session;
37 session->AddResponseDrainer(this);
/external/chromium/webkit/glue/
H A Dwebcookie.cc13 session(false) {
24 session(!c.IsPersistent()) {
29 double expires, bool http_only, bool secure, bool session)
37 session(session) {
27 WebCookie(const std::string& name, const std::string& value, const std::string& domain, const std::string& path, double expires, bool http_only, bool secure, bool session) argument
H A Dwebcookie.h21 bool http_only, bool secure, bool session);
46 bool session; member in struct:webkit_glue::WebCookie

Completed in 732 milliseconds

1234567891011>>