HomeSort by relevance Sort by last modified time
    Searched refs:sessions (Results 76 - 100 of 213) sorted by null

1 2 34 5 6 7 8 9

  /external/chromium_org/chrome/browser/ui/
browser_tab_restore_service_delegate.cc 53 const std::vector<sessions::SerializedNavigationEntry>& navigations,
69 const std::vector<sessions::SerializedNavigationEntry>& navigations,
  /external/chromium_org/chrome/browser/sessions/
session_restore_android.cc 5 #include "chrome/browser/sessions/session_restore.h"
11 #include "chrome/browser/sessions/session_types.h"
32 sessions::SerializedNavigationEntry::ToNavigationEntries(
session_types.h 15 #include "components/sessions/serialized_navigation_entry.h"
16 #include "components/sessions/session_id.h"
35 // of navigations in the current sessions (chrome://newtab is not stored), we
96 std::vector<sessions::SerializedNavigationEntry> navigations;
session_types.cc 5 #include "chrome/browser/sessions/session_types.h"
9 #include "chrome/browser/sessions/session_command.h"
12 using sessions::SerializedNavigationEntry;
tab_restore_service.h 14 #include "chrome/browser/sessions/session_types.h"
17 #include "components/sessions/serialized_navigation_entry.h"
18 #include "components/sessions/session_id.h"
85 std::vector<sessions::SerializedNavigationEntry> navigations;
  /external/chromium_org/chrome/browser/sync/test/integration/
profile_sync_service_harness.h 14 #include "sync/internal_api/public/sessions/sync_session_snapshot.h"
87 syncer::sessions::SyncSessionSnapshot GetLastSessionSnapshot() const;
sync_exponential_backoff_test.cc 18 using syncer::sessions::SyncSessionSnapshot;
  /external/chromium_org/media/midi/
midi_manager_unittest.cc 120 // sessions.
192 // sessions with multiple client_id.
222 // Close all successful sessions in FIFO order.
223 size_t sessions = many_existing_clients.size(); local
224 for (size_t i = 0; i < many_existing_clients.size(); ++i, --sessions)
225 EndSession(many_existing_clients[i], sessions, sessions - 1);
  /external/chromium_org/sync/engine/
backoff_delay_provider.cc 9 #include "sync/internal_api/public/sessions/model_neutral_state.h"
63 const sessions::ModelNeutralState& state) const {
sync_scheduler.h 17 #include "sync/sessions/sync_session.h"
50 : public sessions::SyncSession::Delegate {
backoff_delay_provider_unittest.cc 10 #include "sync/internal_api/public/sessions/model_neutral_state.h"
38 sessions::ModelNeutralState state;
88 sessions::ModelNeutralState state;
commit.cc 15 #include "sync/sessions/sync_session.h"
86 sessions::SyncSession* session,
87 sessions::StatusController* status,
  /external/chromium_org/sync/internal_api/
js_sync_manager_observer.cc 15 #include "sync/internal_api/public/sessions/sync_session_snapshot.h"
32 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
92 } // namespace sessions
sync_session_snapshot_unittest.cc 5 #include "sync/internal_api/public/sessions/sync_session_snapshot.h"
13 namespace sessions { namespace in namespace:syncer
86 } // namespace sessions
  /external/chromium_org/sync/sessions/
sync_session.h 26 #include "sync/internal_api/public/sessions/sync_session_snapshot.h"
28 #include "sync/sessions/status_controller.h"
29 #include "sync/sessions/sync_session_context.h"
35 namespace sessions { namespace in namespace:syncer
55 // Silenced intervals can be out of phase with individual sessions, so the
140 } // namespace sessions
  /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();
  /frameworks/base/cmds/media/src/com/android/commands/media/
Media.java 65 " media list-sessions\n" +
71 "media list-sessions: print a list of the current sessions.\n" +
73 " Use the tag from list-sessions.\n"
90 } else if (op.equals("list-sessions")) {
115 List<IBinder> sessions = mSessionService local
117 for (IBinder session : sessions) {
294 System.out.println("Sessions:");
296 List<IBinder> sessions = mSessionService local
298 for (IBinder session : sessions) {
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/ntp/
foreign_session_handler.cc 22 #include "chrome/browser/sessions/session_restore.h"
42 // Maximum number of sessions we're going to display on the NTP
47 // Comparator function for use with std::sort that will sort sessions by
130 const ::sessions::SerializedNavigationEntry& current_navigation =
155 // Only return the delegate if it exists and it is done syncing sessions.
198 // Tab sync is disabled, so clean up data about collapsed sessions.
232 std::vector<const SyncedSession*> sessions; local
235 if (open_tabs && open_tabs->GetAllForeignSessions(&sessions)) {
236 // Sort sessions from most recent to least recent.
237 std::sort(sessions.begin(), sessions.end(), SortSessionsByRecency)
    [all...]
  /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"
72 // Comparator function for use with std::sort that will sort sessions by
404 const sessions::SerializedNavigationEntry& current_navigation =
431 std::vector<const browser_sync::SyncedSession*> sessions; local
432 if (!open_tabs || !open_tabs->GetAllForeignSessions(&sessions)) {
439 // Sort sessions from most recent to least recent.
440 std::sort(sessions.begin(), sessions.end(), SortSessionsByRecency)
    [all...]
  /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/internal_api/public/
sync_manager.h 62 namespace sessions { namespace in namespace:syncer
64 } // namespace sessions
193 const sessions::SyncSessionSnapshot& snapshot) = 0;
  /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/chromium_org/chrome/browser/sync/glue/
sync_backend_host.h 18 #include "sync/internal_api/public/sessions/sync_session_snapshot.h"
160 virtual syncer::sessions::SyncSessionSnapshot
  /external/chromium_org/chromeos/dbus/
session_manager_client.h 92 // Map that is used to describe the set of active user sessions where |key|
97 // method. It receives |sessions| argument where the keys are user_ids for
100 typedef base::Callback<void(const ActiveSessionsMap& sessions,
103 // Enumerates active user sessions. Usually Chrome naturally keeps track of

Completed in 1215 milliseconds

1 2 34 5 6 7 8 9