/external/chromium_org/sync/engine/ |
sync_directory_commit_contribution.cc | 59 sessions::StatusController* status) {
|
syncer_proto_util.cc | 17 #include "sync/sessions/sync_session.h" 31 using sessions::SyncSession; 263 sessions::SyncSession* session, 402 sessions::StatusController* status = session->mutable_status_controller();
|
sync_directory_commit_contribution_unittest.cc | 8 #include "sync/sessions/status_controller.h" 207 sessions::StatusController status;
|
/external/chromium_org/sync/internal_api/public/sessions/ |
sync_session_snapshot.cc | 5 #include "sync/internal_api/public/sessions/sync_session_snapshot.h" 13 namespace sessions { namespace in namespace:syncer 170 } // namespace sessions
|
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
call.cc | 153 std::vector<Session*> sessions = this->sessions(); local 157 for (it = sessions.begin(); it != sessions.end(); ++it) { 214 // If no more sessions for this call, delete it 233 std::vector<Session*> Call::sessions() { function in class:cricket::Call 234 std::vector<Session*> sessions; local 237 sessions.push_back(it->second.session); 239 return sessions; 656 // Moved all the sessions over, so the other call should no longer have any [all...] |
/external/chromium_org/chrome/browser/resources/history/ |
other_devices.js | 6 * @fileoverview The section of the history page that shows tabs from sessions 45 * Controller for the context menu for device names in the list of sessions. 61 * Initialize the context menu for device names in the list of sessions. 365 * Resets the view sessions. 366 * @param {Object} sessionList The sessions to add. 472 * foreign sessions, or tab sync is disabled for this profile. 475 * @param {Array} sessionList Array of objects describing the sessions
|
/external/chromium_org/chrome/browser/sync/glue/ |
session_model_associator.cc | 25 #include "chrome/browser/sessions/session_id.h" 35 #include "components/sessions/serialized_navigation_entry.h" 62 using sessions::SerializedNavigationEntry; 63 using syncer::SESSIONS; 101 "Server did not create the top-level sessions node. We " 164 if (root.InitByTagLookup(syncer::ModelTypeToRootTag(syncer::SESSIONS)) != 169 // The sync model has user created nodes iff the sessions folder has 179 if (node.InitByClientTagLookup(SESSIONS, tag) != syncer::BaseNode::INIT_OK) 215 // consume it when receiving foreign sessions, as reading it is free, but 434 syncer::SESSIONS, 1034 std::vector<const SyncedSession*> sessions; local [all...] |
session_model_associator.h | 20 #include "chrome/browser/sessions/session_id.h" 21 #include "chrome/browser/sessions/session_service.h" 22 #include "chrome/browser/sessions/session_types.h" 54 // Contains all logic for associating the Chrome sessions model and 55 // the sync sessions model. 87 // Resync local window information. Updates the local sessions header node 142 // Attempts to asynchronously refresh the sessions sync data. If new data is 152 // Triggers garbage collection of stale sessions (as defined by 157 // Set the threshold of inactivity (in days) at which we consider sessions 171 static syncer::ModelType model_type() { return syncer::SESSIONS; } [all...] |
sync_backend_host_core.h | 93 const syncer::sessions::SyncSessionSnapshot& snapshot) OVERRIDE;
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
ssl_sess.c | 245 * 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/ |
ssl_sess.c | 245 * 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...] |
/frameworks/base/tests/CoreTests/android/core/ |
SSLSocketTest.java | 986 Map<String, byte[]> sessions = new HashMap<String, byte[]>(); field in class:SSLSocketTest.FakeClientSessionCache [all...] |
/external/chromium/chrome/browser/sync/engine/ |
conflict_resolver.cc | 13 #include "chrome/browser/sync/sessions/status_controller.h" 30 using sessions::ConflictProgress; 31 using sessions::StatusController;
|
syncapi.h | 65 namespace sessions { namespace in namespace:browser_sync 233 // Getter specific to the SESSIONS datatype. Returns protobuf 234 // data. Can only be called if GetModelType() == SESSIONS. 405 // Should only be called if GetModelType() == SESSIONS. 773 const browser_sync::sessions::SyncSessionSnapshot* snapshot) = 0; [all...] |
build_commit_command.cc | 15 #include "chrome/browser/sync/sessions/sync_session.h" 30 using sessions::SyncSession;
|
syncer_thread2_whitebox_unittest.cc | 8 #include "chrome/browser/sync/sessions/sync_session_context.h" 9 #include "chrome/browser/sync/sessions/test_util.h" 19 using sessions::SyncSessionContext;
|
/external/chromium/chrome/browser/sync/sessions/ |
sync_session_unittest.cc | 5 #include "chrome/browser/sync/sessions/sync_session.h" 21 namespace sessions { namespace in namespace:browser_sync 127 sessions::ScopedSetSessionWriteTransaction set_trans(session.get(), &trans); 351 update[syncable::SESSIONS] = payload2; // New. 359 EXPECT_EQ(payload2, original[syncable::SESSIONS]); 364 } // namespace sessions
|
session_state.h | 5 // The 'sessions' namespace comprises all the pieces of state that are 25 #include "chrome/browser/sync/sessions/ordered_commit_set.h" 37 namespace sessions { namespace in namespace:browser_sync 303 } // namespace sessions
|
session_state_unittest.cc | 5 #include "chrome/browser/sync/sessions/session_state.h" 16 namespace sessions { namespace in namespace:browser_sync 178 } // namespace sessions
|
status_controller.cc | 5 #include "chrome/browser/sync/sessions/status_controller.h" 11 namespace sessions { namespace in namespace:browser_sync 213 } // namespace sessions
|
status_controller_unittest.cc | 5 #include "chrome/browser/sync/sessions/sync_session.h" 10 namespace sessions { namespace in namespace:browser_sync 224 } // namespace sessions
|
/external/chromium_org/chrome/browser/sync/ |
profile_sync_service.h | 67 namespace sessions { namespace in namespace:browser_sync 69 } // namespace sessions 318 // Return the active OpenTabsUIDelegate. If sessions is not enabled or not 322 // Returns the SyncableService for syncer::SESSIONS. 523 virtual syncer::sessions::SyncSessionSnapshot [all...] |
/external/chromium/chrome/browser/sync/glue/ |
session_model_associator.h | 21 #include "chrome/browser/sessions/session_id.h" 22 #include "chrome/browser/sessions/session_service.h" 23 #include "chrome/browser/sessions/session_types.h" 49 // Contains all logic for associating the Chrome sessions model and 50 // the sync sessions model. 91 // Resync local window information. Updates the local sessions header node 145 // Builds a list of all foreign sessions. 147 bool GetAllForeignSessions(std::vector<const ForeignSession*>* sessions); 176 static syncable::ModelType model_type() { return syncable::SESSIONS; } 231 // previous sessions, not for freeing tab nodes we created throug [all...] |
/external/chromium_org/chrome/browser/sync/sessions2/ |
sessions_sync_manager.h | 18 #include "chrome/browser/sessions/session_id.h" 19 #include "chrome/browser/sessions/session_types.h" 60 // each URL in |updated_page_urls|. This is routed through Sessions Sync so 78 // Contains all logic for associating the Chrome sessions model and 79 // the sync sessions model. 120 std::vector<const SyncedSession*>* sessions) OVERRIDE; 149 // Triggers garbage collection of stale sessions (as defined by 151 // time we start up (via AssociateModels) and when new sessions data is 255 // Resync local window information. Updates the local sessions header node 306 // even though we didn't have tests for old API-based sessions sync [all...] |
/external/chromium_org/chrome/browser/ui/search/ |
instant_controller.cc | 29 #include "components/sessions/serialized_navigation_entry.h" 73 transient->SetExtraData(sessions::kSearchTermsKey, search_terms);
|