HomeSort by relevance Sort by last modified time
    Searched refs:sessions (Results 126 - 150 of 293) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/sync/internal_api/
js_sync_manager_observer.cc 15 #include "sync/internal_api/public/sessions/sync_session_snapshot.h"
33 const sessions::SyncSessionSnapshot& snapshot) {
  /external/chromium_org/sync/internal_api/public/sessions/
sync_session_snapshot.h 15 #include "sync/internal_api/public/sessions/model_neutral_state.h"
22 namespace sessions { namespace in namespace:syncer
93 } // namespace sessions
  /external/chromium_org/sync/sessions/
nudge_tracker.h 17 #include "sync/sessions/data_type_tracker.h"
23 namespace sessions { namespace in namespace:syncer
136 } // namespace sessions
status_controller.h 28 #include "sync/internal_api/public/sessions/model_neutral_state.h"
31 namespace sessions { namespace in namespace:syncer
113 } // namespace sessions
  /external/chromium_org/sync/test/engine/
fake_sync_scheduler.cc 86 const sessions::SyncSessionSnapshot& snapshot) {
fake_sync_scheduler.h 59 const sessions::SyncSessionSnapshot& snapshot) OVERRIDE;
  /external/smack/src/org/jivesoftware/smackx/bytestreams/ibb/
InBandBytestreamManager.java 159 private final Map<String, InBandBytestreamSession> sessions = new ConcurrentHashMap<String, InBandBytestreamSession>(); field in class:InBandBytestreamManager
420 this.sessions.put(sessionID, inBandBytestreamSession);
504 * Returns the sessions map.
506 * @return the sessions map
509 return sessions;
541 this.sessions.clear();
  /external/chromium_org/chrome/browser/ui/webui/ntp/
foreign_session_handler.cc 22 #include "chrome/browser/sessions/session_restore.h"
43 // Maximum number of sessions we're going to display on the NTP
48 // Comparator function for use with std::sort that will sort sessions by
131 const ::sessions::SerializedNavigationEntry& current_navigation =
156 // Only return the delegate if it exists and it is done syncing sessions.
199 // Tab sync is disabled, so clean up data about collapsed sessions.
231 std::vector<const SyncedSession*> sessions; local
234 if (open_tabs && open_tabs->GetAllForeignSessions(&sessions)) {
235 // Sort sessions from most recent to least recent.
236 std::sort(sessions.begin(), sessions.end(), SortSessionsByRecency)
    [all...]
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.h 46 namespace sessions { namespace in namespace:browser_sync
218 const sessions::SyncSessionSnapshot* GetLastSessionSnapshot() const;
277 const sessions::SyncSessionSnapshot* snapshot);
476 sessions::SyncSessionSnapshot* snapshot);
644 scoped_ptr<sessions::SyncSessionSnapshot> last_snapshot_;
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_sub_menu_model.cc 16 #include "chrome/browser/sessions/session_restore.h"
17 #include "chrome/browser/sessions/tab_restore_service.h"
18 #include "chrome/browser/sessions/tab_restore_service_delegate.h"
19 #include "chrome/browser/sessions/tab_restore_service_factory.h"
73 // Comparator function for use with std::sort that will sort sessions by
400 const sessions::SerializedNavigationEntry& current_navigation =
427 std::vector<const browser_sync::SyncedSession*> sessions; local
428 if (!open_tabs || !open_tabs->GetAllForeignSessions(&sessions)) {
435 // Sort sessions from most recent to least recent.
436 std::sort(sessions.begin(), sessions.end(), SortSessionsByRecency)
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
srtpfilter.cc 103 // If srtp_dealloc is not executed then this will clear all existing sessions.
449 sessions()->push_back(this);
454 sessions()->erase(std::find(sessions()->begin(), sessions()->end(), this));
665 for (std::list<SrtpSession*>::iterator it = sessions()->begin();
666 it != sessions()->end(); ++it) {
674 std::list<SrtpSession*>* SrtpSession::sessions() { function in class:cricket::SrtpSession
675 LIBJINGLE_DEFINE_STATIC_LOCAL(std::list<SrtpSession*>, sessions, ());
676 return &sessions;
    [all...]
  /external/chromium/chrome/browser/sync/engine/
all_status.cc 13 #include "chrome/browser/sync/sessions/session_state.h"
48 const sessions::SyncSessionSnapshot* snapshot = event.snapshot;
60 const sessions::ErrorCounters& errors(snapshot->errors);
72 // counter preserve its value across sessions. http://crbug.com/26339
clear_data_command_unittest.cc 13 #include "chrome/test/sync/sessions/test_scoped_session_event_listener.h"
17 using sessions::TestScopedSessionEventListener;
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ForeignSessionHelper.java 16 * This class exposes to Java information about sessions, windows, and tabs on the user's synced
98 List<ForeignSession> sessions, String tag, String name, int deviceType,
101 sessions.add(session);
159 * @return The list of synced foreign sessions. {@code null} iff it fails to get them for some
166 // Sort sessions from most recent to least recent.
  /external/chromium_org/sync/engine/
backoff_delay_provider_unittest.cc 10 #include "sync/internal_api/public/sessions/model_neutral_state.h"
38 sessions::ModelNeutralState state;
84 sessions::ModelNeutralState state;
commit.cc 12 #include "sync/sessions/sync_session.h"
103 sessions::SyncSession* session,
104 sessions::StatusController* status,
conflict_resolver.cc 14 #include "sync/sessions/status_controller.h"
25 using sessions::StatusController;
218 sessions::StatusController* status) {
sync_scheduler_impl.cc 30 using sessions::SyncSession;
31 using sessions::SyncSessionSnapshot;
156 sessions::SyncSessionContext* context,
465 && !sessions::HasSyncerError(
509 && !sessions::HasSyncerError(
532 const sessions::ModelNeutralState& model_neutral_state) {
869 const sessions::SyncSessionSnapshot& snap) {
878 const sessions::SyncSessionSnapshot& snapshot) {
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
BordeauxSessionStorage.java 45 private static final String SESSION_TABLE = "sessions";
133 void getAllSessions(ConcurrentHashMap<String, BordeauxSessionManager.Session> sessions) {
140 sessions.put(key, session);
144 // remove all sessions that have the key that matches the given sql regular
  /external/openssh/
session.c 148 static Session *sessions = NULL; variable
306 error("no more sessions");
597 * it to the user, otherwise multiple sessions may accumulate
835 * it to the user, otherwise multiple sessions may accumulate
    [all...]
  /external/chromium/chrome/browser/sync/
backend_migrator_unittest.cc 9 #include "chrome/browser/sync/sessions/session_state.h"
22 using sessions::ErrorCounters;
23 using sessions::SyncerStatus;
24 using sessions::SyncSessionSnapshot;
56 false, false, 0, 0, false, sessions::SyncSourceInfo()));
  /external/chromium/chrome/browser/sync/sessions/
sync_session.h 27 #include "chrome/browser/sync/sessions/ordered_commit_set.h"
28 #include "chrome/browser/sync/sessions/session_state.h"
29 #include "chrome/browser/sync/sessions/status_controller.h"
30 #include "chrome/browser/sync/sessions/sync_session_context.h"
41 namespace sessions { namespace in namespace:browser_sync
54 // Silenced intervals can be out of phase with individual sessions, so the
101 // sessions.
183 } // namespace sessions
  /external/chromium_org/chrome/browser/sessions/
tab_restore_service.h 14 #include "chrome/browser/sessions/session_id.h"
15 #include "chrome/browser/sessions/session_types.h"
18 #include "components/sessions/serialized_navigation_entry.h"
85 std::vector<sessions::SerializedNavigationEntry> navigations;
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.h 18 #include "sync/internal_api/public/sessions/sync_session_snapshot.h"
164 virtual syncer::sessions::SyncSessionSnapshot
sync_backend_host_mock.h 77 virtual syncer::sessions::SyncSessionSnapshot

Completed in 3366 milliseconds

1 2 3 4 56 7 8 91011>>