/external/chromium_org/sync/internal_api/ |
debug_info_event_listener.cc | 12 using sessions::SyncSessionSnapshot;
|
/external/chromium_org/sync/sessions/ |
nudge_tracker.cc | 5 #include "sync/sessions/nudge_tracker.h" 14 namespace sessions { namespace in namespace:syncer 218 } // namespace sessions
|
nudge_tracker_unittest.cc | 8 #include "sync/sessions/nudge_tracker.h" 27 namespace sessions { namespace in namespace:syncer 264 EXPECT_EQ(0, ProtoRefreshRequestedCount(SESSIONS)); 267 nudge_tracker_.RecordLocalRefreshRequest(ModelTypeSet(SESSIONS)); 268 EXPECT_EQ(1, ProtoRefreshRequestedCount(SESSIONS)); 272 EXPECT_EQ(0, ProtoRefreshRequestedCount(SESSIONS)); 280 nudge_tracker_.RecordLocalChange(ModelTypeSet(SESSIONS)); 286 nudge_tracker_.RecordLocalRefreshRequest(ModelTypeSet(SESSIONS)); 305 nudge_tracker_.RecordLocalChange(ModelTypeSet(SESSIONS)); 311 nudge_tracker_.RecordLocalRefreshRequest(ModelTypeSet(SESSIONS)); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
srtpfilter.h | 223 static std::list<SrtpSession*>* sessions();
|
call.h | 100 std::vector<Session*> sessions(); 258 // Create a map of media sessions, keyed off session->id().
|
mediasessionclient.cc | 82 // Register ourselves as the handler of audio and video sessions. 214 // Move all sessions from call to call_to_join, delete call. 215 // If call_to_join has focus, added sessions should have enabled channels. 238 std::vector<Session *> sessions = call->second->sessions(); local 240 for (session = sessions.begin(); session != sessions.end(); ++session) { [all...] |
/external/chromium_org/third_party/libjingle/source/talk/examples/call/ |
callclient.cc | 111 " 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 1527 std::vector<cricket::Session*>& sessions = sessions_[call->id()]; local [all...] |
/external/chromium_org/chrome/browser/sync/ |
about_sync_util.cc | 337 const syncer::sessions::SyncSessionSnapshot& snapshot = 340 syncer::sessions::SyncSessionSnapshot();
|
backend_migrator_unittest.cc | 28 using syncer::sessions::SyncSessionSnapshot;
|
/external/chromium_org/chrome/browser/sync/glue/ |
sync_backend_host_impl.cc | 434 syncer::sessions::SyncSessionSnapshot 596 const syncer::sessions::SyncSessionSnapshot& snapshot) {
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
ssl_lib.c | 471 p = lh_SSL_SESSION_retrieve(ssl->ctx->sessions, &r); 1128 return ctx->sessions; 1169 return(lh_SSL_SESSION_num_items(ctx->sessions)); [all...] |
/external/openssl/ssl/ |
ssl_lib.c | 482 p = lh_SSL_SESSION_retrieve(ssl->ctx->sessions, &r); 1141 return ctx->sessions; 1182 return(lh_SSL_SESSION_num_items(ctx->sessions)); [all...] |
/external/chromium/chrome/browser/sync/sessions/ |
session_state.cc | 5 #include "chrome/browser/sync/sessions/session_state.h" 21 namespace sessions { namespace in namespace:browser_sync 362 } // namespace sessions
|
/external/chromium_org/chrome/browser/chromeos/login/ |
user_manager_impl.h | 169 // Used when restoring user sessions after crash. 280 // Notifies observers that user pending sessions restore has finished. 298 const SessionManagerClient::ActiveSessionsMap& sessions, 301 // Called by OnRestoreActiveSessions() when there're user sessions in 371 // True is user sessions has been restored after crash. 372 // On a normal boot then login into user sessions this will be false. 430 // User sessions that have to be restored after browser crash.
|
/external/chromium_org/sync/engine/ |
commit_util.cc | 17 #include "sync/sessions/sync_session.h" 34 using sessions::SyncSession;
|
/external/chromium/third_party/libjingle/source/talk/examples/call/ |
callclient.cc | 653 ASSERT(call_->sessions().size() == 1); 654 call_->AcceptSession(call_->sessions()[0], options); 667 call_->RejectSession(call_->sessions()[0]);
|
/external/chromium_org/build/ |
install-chroot.sh | 205 if schroot -l --all-sessions 2>&1 | 450 echo " clean: remove all old chroot sessions for \"${chroot}\"" | wrap " " 451 echo " clean-all: remove all old chroot sessions for all environments" | wrap " " 458 for s in $(schroot -l --all-sessions); do 478 if schroot -l --all-sessions 2>/dev/null | 523 # remove all processes that we know belong to other sessions. We use 537 # Unfortunately, the way that schroot sets up sessions has the 539 # This can result in us attempting to kill processes in other sessions.
|
/external/chromium_org/chrome/browser/sessions/ |
persistent_tab_restore_service_unittest.cc | 5 #include "chrome/browser/sessions/persistent_tab_restore_service.h" 13 #include "chrome/browser/sessions/session_service.h" 14 #include "chrome/browser/sessions/session_service_factory.h" 15 #include "chrome/browser/sessions/session_types.h" 16 #include "chrome/browser/sessions/tab_restore_service_factory.h" 17 #include "chrome/browser/sessions/tab_restore_service_observer.h" 22 #include "components/sessions/serialized_navigation_entry_test_helper.h" 38 using sessions::SerializedNavigationEntry; 39 using sessions::SerializedNavigationEntryTestHelper; 398 // Makes sure we don't attempt to load previous sessions after a restore [all...] |
/external/chromium_org/chrome/browser/resources/ntp4/ |
new_tab.js | 50 * The 'other-sessions-menu-button' element. 150 otherSessionsButton = getRequiredElement('other-sessions-menu-button'); 154 getRequiredElement('other-sessions-menu-button').hidden = true;
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_harness.cc | 20 #include "chrome/browser/sync/sessions/session_state.h" 23 using browser_sync::sessions::SyncSessionSnapshot;
|
/external/chromium_org/chrome/browser/ui/gtk/ |
global_history_menu.cc | 18 #include "chrome/browser/sessions/tab_restore_service.h" 19 #include "chrome/browser/sessions/tab_restore_service_factory.h" 182 const sessions::SerializedNavigationEntry& current_navigation =
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
recent_tabs_sub_menu_model_unittest.cc | 9 #include "chrome/browser/sessions/session_service.h" 10 #include "chrome/browser/sessions/session_service_factory.h" 11 #include "chrome/browser/sessions/session_types.h" 12 #include "chrome/browser/sessions/persistent_tab_restore_service.h" 13 #include "chrome/browser/sessions/tab_restore_service_factory.h" 24 #include "components/sessions/serialized_navigation_entry_test_helper.h" 232 sessions::SerializedNavigationEntryTestHelper::CreateNavigation( 312 // Test disabled "Recently closed" header with multiple sessions, multiple 411 // Create 4 sessions : each session has 1 window with 1 tab each. 422 // - max sessions is 3, so only 3 most-recent sessions will show [all...] |
/external/chromium_org/components/sessions/ |
serialized_navigation_entry.cc | 5 #include "components/sessions/serialized_navigation_entry.h" 18 namespace sessions { namespace 342 // The extra headers are not sync'ed across sessions. 488 } // namespace sessions
|
serialized_navigation_entry_unittest.cc | 5 #include "components/sessions/serialized_navigation_entry.h" 27 namespace sessions { namespace 299 } // namespace sessions
|
/external/chromium/chrome/browser/sync/glue/ |
session_model_associator.cc | 30 "Server did not create the top-level sessions node. We " 77 // The sync model has user created nodes iff the sessions folder has 92 if (!node.InitByClientTagLookup(syncable::SESSIONS, tag)) 381 // TODO(zea): we will need this once we support deleting foreign sessions. 393 // Read any available foreign sessions and load any session data we may have. 413 if (!write_node.InitUniqueByCreation(syncable::SESSIONS, root, 415 LOG(ERROR) << "Failed to create sessions header sync node."; 469 // Iterate through the nodes and associate any foreign sessions. 748 if (!tab_node.InitUniqueByCreation(syncable::SESSIONS, root, 774 std::vector<const ForeignSession*>* sessions) { [all...] |