HomeSort by relevance Sort by last modified time
    Searched refs:SESSIONS (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/sync/sessions/
model_type_registry_unittest.cc 12 #include "sync/sessions/model_type_registry.h"
148 ModelTypeSyncProxyImpl sessions_sync_proxy(syncer::SESSIONS);
163 registry()->ConnectSyncTypeToWorker(syncer::SESSIONS,
164 MakeInitialDataTypeState(SESSIONS),
169 ModelTypeSet(syncer::THEMES, syncer::SESSIONS)));
173 ModelTypeSet(syncer::SESSIONS)));
176 // Sessions' ModelTypeSyncWorker.
181 ModelTypeSyncProxyImpl sessions_sync_proxy(syncer::SESSIONS);
208 // Add sessions non-blocking type.
209 registry()->ConnectSyncTypeToWorker(syncer::SESSIONS,
    [all...]
nudge_tracker_unittest.cc 8 #include "sync/sessions/nudge_tracker.h"
30 namespace sessions { namespace in namespace:syncer
353 EXPECT_EQ(0, ProtoRefreshRequestedCount(SESSIONS));
356 nudge_tracker_.RecordLocalRefreshRequest(ModelTypeSet(SESSIONS));
357 EXPECT_EQ(1, ProtoRefreshRequestedCount(SESSIONS));
361 EXPECT_EQ(0, ProtoRefreshRequestedCount(SESSIONS));
375 nudge_tracker_.RecordLocalChange(ModelTypeSet(SESSIONS));
381 nudge_tracker_.RecordLocalRefreshRequest(ModelTypeSet(SESSIONS));
405 nudge_tracker_.RecordLocalChange(ModelTypeSet(SESSIONS));
411 nudge_tracker_.RecordLocalRefreshRequest(ModelTypeSet(SESSIONS));
    [all...]
test_util.cc 5 #include "sync/sessions/test_util.h"
8 namespace sessions { namespace in namespace:syncer
14 sessions::SyncSession* session) {
24 sessions::SyncSession* session) {
33 sessions::SyncSession* session) {
42 sessions::SyncSession* session) {
49 const sessions::NudgeTracker& nudge_tracker,
50 sessions::SyncSession* session) {
58 const sessions::NudgeTracker& nudge_tracker,
59 sessions::SyncSession* session)
    [all...]
  /external/chromium_org/chrome/browser/sync/test/integration/
enable_disable_test.cc 56 // SESSIONS is lumped together with PROXY_TABS and
60 if (it.Get() == syncer::AUTOFILL_PROFILE || it.Get() == syncer::SESSIONS) {
77 syncer::SESSIONS));
121 // SESSIONS is lumped together with PROXY_TABS and TYPED_URLS.
127 it.Get() == syncer::SESSIONS ||
147 // SESSIONS should be enabled only if PROXY_TABS is.
149 DoesTopLevelNodeExist(user_share, syncer::SESSIONS));
151 // SESSIONS should be enabled only if TYPED_URLS is.
153 DoesTopLevelNodeExist(user_share, syncer::SESSIONS));
sync_errors_test.cc 226 ASSERT_TRUE(synced_datatypes.Has(syncer::SESSIONS));
232 ASSERT_TRUE(AwaitTypeDisabled(GetSyncService(0), syncer::SESSIONS));
  /external/chromium_org/chrome/browser/sync/sessions/
session_data_type_controller.cc 5 #include "chrome/browser/sync/sessions/session_data_type_controller.h"
12 #include "chrome/browser/sync/sessions/synced_window_delegates_getter.h"
31 syncer::SESSIONS,
119 // unrecoverable error. SESSIONS won't be a registered type on the next
126 syncer::SESSIONS);
sessions_sync_manager.cc 5 #include "chrome/browser/sync/sessions/sessions_sync_manager.h"
11 #include "chrome/browser/sync/sessions/sessions_util.h"
12 #include "chrome/browser/sync/sessions/synced_window_delegates_getter.h"
27 using sessions::SerializedNavigationEntry;
43 // from all other URL's as accessing it triggers a sync refresh of Sessions.
189 // consume it when receiving foreign sessions, as reading it is free, but
338 sync_processor_->GetAllSyncData(syncer::SESSIONS));
342 StopSyncing(syncer::SESSIONS);
344 syncer::SESSIONS, data, processor.Pass(), error_handler.Pass());
371 DVLOG(1) << "Triggering sync refresh for sessions datatype."
1018 std::vector<const SyncedSession*> sessions; local
    [all...]
notification_service_sessions_router.cc 5 #include "chrome/browser/sync/sessions/notification_service_sessions_router.h"
15 #include "chrome/browser/sync/sessions/sessions_util.h"
136 flare_.Run(syncer::SESSIONS);
session_data_type_controller_unittest.cc 13 #include "chrome/browser/sync/sessions/session_data_type_controller.h"
14 #include "chrome/browser/sync/sessions/synced_window_delegates_getter.h"
144 if (last_type_ != syncer::SESSIONS) {
tab_node_pool.cc 5 #include "chrome/browser/sync/sessions/tab_node_pool.h"
122 syncer::SESSIONS)));
sessions_sync_manager_unittest.cc 5 #include "chrome/browser/sync/sessions/sessions_sync_manager.h"
9 #include "chrome/browser/sessions/session_tab_helper.h"
10 #include "chrome/browser/sessions/session_types.h"
15 #include "chrome/browser/sync/sessions/notification_service_sessions_router.h"
16 #include "chrome/browser/sync/sessions/sessions_util.h"
17 #include "chrome/browser/sync/sessions/synced_window_delegates_getter.h"
21 #include "components/sessions/serialized_navigation_entry_test_helper.h"
22 #include "components/sessions/session_id.h"
36 using sessions::SerializedNavigationEntry;
37 using sessions::SerializedNavigationEntryTestHelper
    [all...]
  /external/chromium_org/sync/util/
data_type_histogram.h 69 case ::syncer::SESSIONS: \
70 PER_DATA_TYPE_MACRO("Sessions"); \
  /external/chromium_org/sync/syncable/
model_type.cc 65 case SESSIONS:
161 case SESSIONS:
277 return SESSIONS;
487 case SESSIONS:
488 return "Sessions";
564 case SESSIONS:
661 else if (model_type_string == "Sessions")
662 return SESSIONS;
783 case SESSIONS:
908 case SESSIONS
    [all...]
nigori_util.cc 263 nigori->set_encrypt_sessions(encrypted_types.Has(SESSIONS));
302 encrypted_types.Put(SESSIONS);
  /external/chromium_org/chrome/browser/autocomplete/
chrome_autocomplete_provider_client.cc 90 !service->GetEncryptedDataTypes().Has(syncer::SESSIONS);
  /external/chromium_org/chrome/browser/sync/
startup_controller_unittest.cc 163 controller()->OnDataTypeRequestsSyncStartup(syncer::SESSIONS);
187 // Test that we start immediately if sessions is disabled.
190 // Disabling sessions means disabling 4 types due to groupings.
191 types.Remove(syncer::SESSIONS);
238 controller()->OnDataTypeRequestsSyncStartup(syncer::SESSIONS);
startup_controller.cc 92 .Has(syncer::SESSIONS)) {
profile_sync_components_factory_impl_unittest.cc 64 datatypes.push_back(syncer::SESSIONS);
  /external/chromium_org/components/sync_driver/
sync_prefs_unittest.cc 83 registered_types.Remove(syncer::SESSIONS);
92 // Proxy tabs should not be enabled (since sessions wasn't), but history
98 // Now manually enable sessions, which should result in proxy tabs also being
159 expected_preferred_types.Put(syncer::SESSIONS);
164 expected_preferred_types.Put(syncer::SESSIONS);
sync_prefs.cc 125 // SESSIONS - all previously launched data types are treated as if they are
140 model_set.Put(syncer::SESSIONS);
318 case syncer::SESSIONS:
421 pref_groups_[syncer::TYPED_URLS].Put(syncer::SESSIONS);
425 pref_groups_[syncer::PROXY_TABS].Put(syncer::SESSIONS);
466 pref_name = GetPrefNameForDataType(syncer::SESSIONS);
model_association_manager.cc 52 syncer::SESSIONS,
  /external/chromium_org/chrome/browser/extensions/api/sessions/
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/sync/internal_api/public/base/
model_type.h 74 SESSIONS,
119 // Tab sync. This is a placeholder type, so that Sessions can be implicitly
  /external/chromium_org/sync/internal_api/
base_node.cc 265 DCHECK_EQ(GetModelType(), SESSIONS);
  /external/chromium_org/chrome/browser/ui/toolbar/
recent_tabs_sub_menu_model_unittest.cc 13 #include "chrome/browser/sessions/persistent_tab_restore_service.h"
14 #include "chrome/browser/sessions/session_service.h"
15 #include "chrome/browser/sessions/session_service_factory.h"
16 #include "chrome/browser/sessions/session_types.h"
17 #include "chrome/browser/sessions/tab_restore_service_factory.h"
21 #include "chrome/browser/sync/sessions/sessions_sync_manager.h"
30 #include "components/sessions/serialized_navigation_entry_test_helper.h"
134 syncer::SESSIONS,
274 sessions::SerializedNavigationEntryTestHelper::CreateNavigation(
354 // Test disabled "Recently closed" header with multiple sessions, multipl
    [all...]

Completed in 345 milliseconds

1 2