Searched refs:sessions (Results 126 - 150 of 197) sorted by relevance

12345678

/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_controller.cc27 #include "components/sessions/serialized_navigation_entry.h"
70 transient->SetExtraData(sessions::kSearchTermsKey, search_terms);
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Drecently_closed_tabs_handler.cc11 #include "chrome/browser/sessions/tab_restore_service_delegate.h"
12 #include "chrome/browser/sessions/tab_restore_service_factory.h"
24 const sessions::SerializedNavigationEntry& current_navigation =
/external/chromium_org/sync/engine/
H A Dall_status.cc40 const sessions::SyncSessionSnapshot& snapshot = event.snapshot;
H A Dnon_blocking_type_processor_core_unittest.cc12 #include "sync/sessions/status_controller.h"
218 sessions::StatusController dummy_status;
236 sessions::StatusController dummy_status;
253 sessions::StatusController dummy_status;
296 sessions::StatusController dummy_status;
H A Dsyncer_proto_util_unittest.cc19 #include "sync/sessions/sync_session_context.h"
34 using sessions::SyncSessionContext;
37 class MockDelegate : public sessions::SyncSession::Delegate {
H A Ddirectory_commit_contribution.cc10 #include "sync/internal_api/public/sessions/commit_counters.h"
77 sessions::StatusController* status) {
/external/chromium_org/sync/internal_api/public/sessions/
H A Dsync_session_snapshot.cc5 #include "sync/internal_api/public/sessions/sync_session_snapshot.h"
13 namespace sessions { namespace in namespace:syncer
163 } // namespace sessions
/external/chromium_org/sync/internal_api/
H A Dsync_backup_manager_unittest.cc11 #include "sync/internal_api/public/sessions/sync_session_snapshot.h"
36 void(const sessions::SyncSessionSnapshot&));
H A Dsync_manager_impl.h42 namespace sessions { namespace in namespace:syncer
316 scoped_ptr<sessions::SyncSessionContext> session_context_;
H A Ddebug_info_event_listener.cc12 using sessions::SyncSessionSnapshot;
H A Dsync_rollback_manager_unittest.cc11 #include "sync/internal_api/public/sessions/sync_session_snapshot.h"
77 void(const sessions::SyncSessionSnapshot&));
/external/chromium_org/sync/sessions/
H A Ddata_type_tracker.cc5 #include "sync/sessions/data_type_tracker.h"
11 #include "sync/sessions/nudge_tracker.h"
14 namespace sessions { namespace in namespace:syncer
217 } // namespace sessions
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dcall.cc171 std::vector<Session*> sessions = this->sessions(); local
175 for (it = sessions.begin(); it != sessions.end(); ++it) {
232 // If no more sessions for this call, delete it
251 std::vector<Session*> Call::sessions() { function in class:cricket::Call
252 std::vector<Session*> sessions; local
255 sessions.push_back(it->second.session);
257 return sessions;
674 // Moved all the sessions ove
[all...]
H A Dsrtpfilter.h239 static std::list<SrtpSession*>* sessions();
/external/wpa_supplicant_8/hostapd/src/radius/
H A Dradius_server.c29 * RADIUS_MAX_SESSION - Maximum number of active sessions
107 struct radius_session *sessions; member in struct:radius_client
143 * num_sess - Number of active sessions
435 struct radius_session *sess = client->sessions;
473 session = client->sessions;
477 client->sessions = sess->next;
529 sess->next = client->sessions;
530 client->sessions = sess;
1481 struct radius_session *sessions)
1485 session = sessions;
1480 radius_server_free_sessions(struct radius_server_data *data, struct radius_session *sessions) argument
[all...]
/external/wpa_supplicant_8/src/radius/
H A Dradius_server.c29 * RADIUS_MAX_SESSION - Maximum number of active sessions
107 struct radius_session *sessions; member in struct:radius_client
143 * num_sess - Number of active sessions
435 struct radius_session *sess = client->sessions;
473 session = client->sessions;
477 client->sessions = sess->next;
529 sess->next = client->sessions;
530 client->sessions = sess;
1481 struct radius_session *sessions)
1485 session = sessions;
1480 radius_server_free_sessions(struct radius_server_data *data, struct radius_session *sessions) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/radius/
H A Dradius_server.c29 * RADIUS_MAX_SESSION - Maximum number of active sessions
107 struct radius_session *sessions; member in struct:radius_client
143 * num_sess - Number of active sessions
435 struct radius_session *sess = client->sessions;
473 session = client->sessions;
477 client->sessions = sess->next;
529 sess->next = client->sessions;
530 client->sessions = sess;
1481 struct radius_session *sessions)
1485 session = sessions;
1480 radius_server_free_sessions(struct radius_server_data *data, struct radius_session *sessions) argument
[all...]
/external/chromium_org/third_party/openssl/openssl/ssl/
H A Dssl_sess.c245 * very close to 2^128 (or 2^256) SSL sessions to our server. How you might
246 * store that many sessions is perhaps a more interesting question ... */
263 * we could not prevent the concurrent creation of sessions
467 * - Both for new and resumed sessions, s->tlsext_ticket_expected is set to 1
518 ret=lh_SSL_SESSION_retrieve(s->session_ctx->sessions,&data);
652 s=lh_SSL_SESSION_insert(ctx->sessions,c);
656 * ctx->sessions), or we're in trouble. */
718 if ((r = lh_SSL_SESSION_retrieve(ctx->sessions,c)) == c)
721 r=lh_SSL_SESSION_delete(ctx->sessions,c);
998 tp.cache=s->sessions;
[all...]
/external/openssl/ssl/
H A Dssl_sess.c245 * very close to 2^128 (or 2^256) SSL sessions to our server. How you might
246 * store that many sessions is perhaps a more interesting question ... */
263 * we could not prevent the concurrent creation of sessions
479 * - Both for new and resumed sessions, s->tlsext_ticket_expected is set to 1
530 ret=lh_SSL_SESSION_retrieve(s->session_ctx->sessions,&data);
664 s=lh_SSL_SESSION_insert(ctx->sessions,c);
668 * ctx->sessions), or we're in trouble. */
730 if ((r = lh_SSL_SESSION_retrieve(ctx->sessions,c)) == c)
733 r=lh_SSL_SESSION_delete(ctx->sessions,c);
1010 tp.cache=s->sessions;
[all...]
/external/chromium_org/chrome/browser/sync/
H A Dabout_sync_util.cc330 const syncer::sessions::SyncSessionSnapshot& snapshot =
333 syncer::sessions::SyncSessionSnapshot();
H A Dprofile_sync_service.h30 #include "chrome/browser/sync/sessions/sessions_sync_manager.h"
72 namespace sessions { namespace in namespace:browser_sync
74 } // namespace sessions
350 // Return the active OpenTabsUIDelegate. If sessions is not enabled or not
576 virtual syncer::sessions::SyncSessionSnapshot
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_core.h14 #include "sync/internal_api/public/sessions/type_debug_info_observer.h"
95 const syncer::sessions::SyncSessionSnapshot& snapshot) OVERRIDE;
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsessions_sync_manager.h18 #include "chrome/browser/sessions/session_id.h"
19 #include "chrome/browser/sessions/session_types.h"
25 #include "chrome/browser/sync/sessions/tab_node_pool.h"
79 // Contains all logic for associating the Chrome sessions model and
80 // the sync sessions model.
121 std::vector<const SyncedSession*>* sessions) OVERRIDE;
151 // Triggers garbage collection of stale sessions (as defined by
153 // time we start up (via AssociateModels) and when new sessions data is
266 // Resync local window information. Updates the local sessions header node
321 // even though we didn't have tests for old API-based sessions syn
[all...]
/external/chromium_org/chromeos/dbus/
H A Dsession_manager_client.cc408 ActiveSessionsMap sessions; local
412 callback.Run(sessions, success);
433 sessions[key] = value;
438 callback.Run(sessions, success);
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc111 " calls Lists the current calls and their sessions\n"
754 // TODO(mylesj): Support sending data over sessions other than the first.
858 // TODO(mylesj): Support receiving data on sessions other than the first.
965 std::vector<cricket::Session *>& sessions = sessions_[call_->id()]; local
966 for (std::vector<cricket::Session *>::const_iterator j = sessions.begin();
967 j != sessions.end(); ++j) {
1102 call_->RejectSession(call_->sessions()[0]);
1527 std::vector<cricket::Session*>& sessions = sessions_[call->id()]; local
1528 std::set<cricket::Session*> call_sessions(sessions.begin(), sessions
[all...]

Completed in 2422 milliseconds

12345678