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

1 23 4 5 6 7 8 9

  /external/chromium_org/sync/engine/
sync_scheduler_impl.h 28 #include "sync/sessions/nudge_tracker.h"
29 #include "sync/sessions/sync_session.h"
30 #include "sync/sessions/sync_session_context.h"
36 namespace sessions { namespace in namespace:syncer
48 sessions::SyncSessionContext* context,
158 const sessions::ModelNeutralState& model_neutral_state);
276 sessions::NudgeTracker nudge_tracker_;
281 sessions::SyncSessionContext* session_context_;
get_updates_processor_unittest.cc 13 #include "sync/sessions/debug_info_getter.h"
14 #include "sync/sessions/nudge_tracker.h"
15 #include "sync/sessions/status_controller.h"
19 #include "sync/test/sessions/mock_debug_info_getter.h"
35 using sessions::MockDebugInfoGetter;
107 sessions::NudgeTracker nudge_tracker;
146 sessions::NudgeTracker nudge_tracker;
192 sessions::NudgeTracker nudge_tracker;
272 sessions::NudgeTracker nudge_tracker;
303 sessions::NudgeTracker nudge_tracker
    [all...]
syncer_proto_util.h 15 #include "sync/sessions/sync_session.h"
31 namespace sessions { namespace in namespace:syncer
59 sessions::SyncSession* session);
129 sessions::SyncSession* session,
non_blocking_type_commit_contribution.h 35 sessions::StatusController* status) OVERRIDE;
syncer.cc 24 #include "sync/sessions/nudge_tracker.h"
43 using sessions::StatusController;
44 using sessions::SyncSession;
45 using sessions::NudgeTracker;
163 sessions::SyncSession* session,
get_updates_processor.cc 15 #include "sync/sessions/status_controller.h"
16 #include "sync/sessions/sync_session.h"
30 bool ShouldRequestEncryptionKey(sessions::SyncSessionContext* context) {
139 sessions::SyncSession* session,
172 sessions::SyncSession* session,
213 sessions::SyncSession* session,
216 sessions::StatusController* status = session->mutable_status_controller();
278 sessions::StatusController* status) {
302 sessions::StatusController* status_controller) {
361 sessions::StatusController* status_controller)
    [all...]
directory_update_handler.cc 10 #include "sync/sessions/directory_type_debug_info_emitter.h"
46 sessions::StatusController* status) {
78 void DirectoryUpdateHandler::ApplyUpdates(sessions::StatusController* status) {
97 sessions::StatusController* status) {
110 sessions::StatusController* status) {
199 sessions::StatusController* status) {
directory_update_handler_unittest.cc 15 #include "sync/sessions/directory_type_debug_info_emitter.h"
16 #include "sync/sessions/status_controller.h"
72 sessions::StatusController* status);
118 sessions::StatusController* status) {
136 sessions::StatusController status;
175 sessions::StatusController status;
210 sessions::StatusController status;
259 sessions::StatusController status;
324 sessions::StatusController status;
406 sessions::StatusController status
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/sessions/
sessions_api.h 11 #include "chrome/browser/sessions/tab_restore_service.h"
12 #include "chrome/browser/sessions/tab_restore_service_observer.h"
13 #include "chrome/common/extensions/api/sessions.h"
33 DECLARE_EXTENSION_FUNCTION("sessions.getRecentlyClosed",
43 scoped_ptr<api::sessions::Session> CreateSessionModel(
51 DECLARE_EXTENSION_FUNCTION("sessions.getDevices", SESSIONS_GETDEVICES)
61 scoped_ptr<api::sessions::Session> CreateSessionModel(
64 scoped_ptr<api::sessions::Device> CreateDeviceModel(
72 DECLARE_EXTENSION_FUNCTION("sessions.restore", SESSIONS_RESTORE)
sessions_apitest.cc 5 #include "chrome/browser/extensions/api/sessions/sessions_api.h"
40 // If more sessions are added to session tags, num sessions should be updated.
159 preferred_types.Put(syncer::SESSIONS);
161 ON_CALL(*service, IsDataTypeControllerRunning(syncer::SESSIONS))
182 "\"permissions\": [\"sessions\", \"tabs\"]}"));
224 MergeDataAndStartSyncing(syncer::SESSIONS, initial_data,
243 base::ListValue* sessions = NULL; local
248 EXPECT_TRUE(device->GetList("sessions", &sessions));
265 base::ListValue* sessions = NULL; local
348 base::ListValue* sessions = result.get(); local
    [all...]
  /external/chromium_org/chrome/browser/sessions/
base_session_service.h 18 #include "components/sessions/session_id.h"
25 namespace sessions { namespace
95 const sessions::SerializedNavigationEntry& navigation);
118 // sessions::SerializedNavigationEntry. Returns true on success. If
122 sessions::SerializedNavigationEntry* navigation,
session_service_test_helper.cc 5 #include "chrome/browser/sessions/session_service_test_helper.h"
9 #include "chrome/browser/sessions/session_backend.h"
10 #include "chrome/browser/sessions/session_service.h"
11 #include "chrome/browser/sessions/session_types.h"
12 #include "components/sessions/serialized_navigation_entry_test_helper.h"
13 #include "components/sessions/session_id.h"
92 const sessions::SerializedNavigationEntry& expected,
93 const sessions::SerializedNavigationEntry& actual) {
94 sessions::SerializedNavigationEntryTestHelper::ExpectNavigationEquals(
  /external/qemu/android/
shaper.c 385 Session sessions; member in struct:NetDelayRec_
400 Session* pnode = &delay->sessions;
431 for (session = delay->sessions; session != NULL; session = session->next)
464 delay->sessions = NULL;
482 /* when changing the latency, accept all sessions */
483 while (delay->sessions) {
484 Session session = delay->sessions;
485 delay->sessions = session->next;
552 session->next = delay->sessions;
553 delay->sessions = session
    [all...]
  /external/chromium_org/sync/internal_api/
js_sync_manager_observer.h 36 const sessions::SyncSessionSnapshot& snapshot) OVERRIDE;
debug_info_event_listener.h 15 #include "sync/internal_api/public/sessions/sync_session_snapshot.h"
21 #include "sync/sessions/debug_info_getter.h"
36 public sessions::DebugInfoGetter,
44 const sessions::SyncSessionSnapshot& snapshot) OVERRIDE;
js_sync_manager_observer_unittest.cc 12 #include "sync/internal_api/public/sessions/sync_session_snapshot.h"
67 sessions::SyncSessionSnapshot snapshot(
68 sessions::ModelNeutralState(),
  /external/chromium_org/sync/sessions/
data_type_tracker.h 22 namespace sessions { namespace in namespace:syncer
139 } // namespace sessions
status_controller.h 28 #include "sync/internal_api/public/sessions/model_neutral_state.h"
31 namespace sessions { namespace in namespace:syncer
103 } // namespace sessions
sync_session_context.cc 5 #include "sync/sessions/sync_session_context.h"
7 #include "sync/sessions/debug_info_getter.h"
11 namespace sessions { namespace in namespace:syncer
52 } // namespace sessions
  /external/conscrypt/src/test/java/org/conscrypt/
ClientSessionContextTest.java 98 Set<SSLSession> sessions = new HashSet<SSLSession>(); local
102 sessions.add(context.getSession(id));
106 for (SSLSession s : sessions) {
109 assertEquals(expected, sessions);
  /external/chromium_org/chrome/browser/sync/test/integration/
quiesce_status_change_checker.cc 12 #include "sync/internal_api/public/sessions/sync_session_snapshot.h"
28 const syncer::sessions::SyncSessionSnapshot& snap1 =
30 const syncer::sessions::SyncSessionSnapshot& snap2 =
131 const syncer::sessions::SyncSessionSnapshot& snap =
retry_verifier.cc 11 #include "sync/internal_api/public/sessions/sync_session_snapshot.h"
80 const syncer::sessions::SyncSessionSnapshot& snap) {
89 const syncer::sessions::SyncSessionSnapshot& snap) {
  /external/chromium_org/chrome/browser/android/
foreign_session_helper.cc 15 #include "chrome/browser/sessions/session_restore.h"
42 // Only return the delegate if it exists and it is done syncing sessions.
54 const ::sessions::SerializedNavigationEntry& current_navigation =
98 const ::sessions::SerializedNavigationEntry& current_navigation =
183 // Tab sync is disabled, so clean up data about collapsed sessions.
203 std::vector<const browser_sync::SyncedSession*> sessions;
204 if (!open_tabs->GetAllForeignSessions(&sessions))
207 // Use a pref to keep track of sessions that were collapsed by the user.
208 // To prevent the pref from accumulating stale sessions, clear it each time
209 // and only add back sessions that are still current
    [all...]
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host_mock.cc 85 syncer::sessions::SyncSessionSnapshot
87 return syncer::sessions::SyncSessionSnapshot();
synced_session_tracker_unittest.cc 12 #include "chrome/browser/sessions/session_types.h"
14 #include "components/sessions/serialized_navigation_entry_test_helper.h"
58 std::vector<const SyncedSession*> sessions; local
59 ASSERT_FALSE(tracker.LookupAllForeignSessions(&sessions));
67 sessions::SerializedNavigationEntryTestHelper::CreateNavigation(
69 ASSERT_TRUE(tracker.LookupAllForeignSessions(&sessions));
71 ASSERT_EQ(1U, sessions.size());
72 ASSERT_EQ("tag1", sessions[0]->session_tag);
158 // The sessions don't have valid tabs, lookup should not succeed.
159 std::vector<const SyncedSession*> sessions; local
    [all...]

Completed in 593 milliseconds

1 23 4 5 6 7 8 9