Searched refs:SESSIONS (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/sync/sessions/
H A Dmodel_type_registry_unittest.cc148 ModelTypeSyncProxyImpl sessions_sync_proxy(syncer::SESSIONS);
163 registry()->ConnectSyncTypeToWorker(syncer::SESSIONS,
164 MakeInitialDataTypeState(SESSIONS),
169 ModelTypeSet(syncer::THEMES, syncer::SESSIONS)));
173 ModelTypeSet(syncer::SESSIONS)));
181 ModelTypeSyncProxyImpl sessions_sync_proxy(syncer::SESSIONS);
209 registry()->ConnectSyncTypeToWorker(syncer::SESSIONS,
210 MakeInitialDataTypeState(SESSIONS),
214 current_types.Put(syncer::SESSIONS);
233 new ModelTypeSyncProxyImpl(syncer::SESSIONS));
[all...]
H A Dnudge_tracker_unittest.cc353 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));
433 nudge_tracker_.RecordLocalChange(ModelTypeSet(SESSIONS));
437 nudge_tracker_.SetTypesThrottledUntil(ModelTypeSet(SESSIONS),
[all...]
H A Dtest_util.cc126 delay_map[SESSIONS] = new_delay;
/external/chromium_org/chrome/browser/sync/test/integration/
H A Denable_disable_test.cc56 // 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));
H A Dsync_errors_test.cc226 ASSERT_TRUE(synced_datatypes.Has(syncer::SESSIONS));
232 ASSERT_TRUE(AwaitTypeDisabled(GetSyncService(0), syncer::SESSIONS)); member in class:__anon4832::syncer
/external/chromium_org/chrome/browser/sync/sessions/
H A Dsession_data_type_controller.cc31 syncer::SESSIONS,
119 // unrecoverable error. SESSIONS won't be a registered type on the next
126 syncer::SESSIONS);
H A Dsessions_sync_manager.cc338 sync_processor_->GetAllSyncData(syncer::SESSIONS));
342 StopSyncing(syncer::SESSIONS);
344 syncer::SESSIONS, data, processor.Pass(), error_handler.Pass());
372 const syncer::ModelTypeSet types(syncer::SESSIONS);
482 syncer::SESSIONS);
548 syncer::SESSIONS));
807 SyncData::CreateLocalDelete(tag, syncer::SESSIONS)));
816 syncer::SESSIONS)));
H A Dnotification_service_sessions_router.cc136 flare_.Run(syncer::SESSIONS);
H A Dsession_data_type_controller_unittest.cc144 if (last_type_ != syncer::SESSIONS) {
H A Dtab_node_pool.cc122 syncer::SESSIONS)));
H A Dsessions_sync_manager_unittest.cc275 syncer::SESSIONS, initial_data,
289 syncer::SESSIONS));
803 syncer::SESSIONS, in,
861 manager()->StopSyncing(syncer::SESSIONS);
880 syncer::SESSIONS, in,
1391 syncer::SESSIONS, in,
/external/chromium_org/sync/util/
H A Ddata_type_histogram.h69 case ::syncer::SESSIONS: \
/external/chromium_org/sync/syncable/
H A Dmodel_type.cc65 case SESSIONS:
161 case SESSIONS:
277 return SESSIONS;
487 case SESSIONS:
564 case SESSIONS:
662 return SESSIONS;
783 case SESSIONS:
908 case SESSIONS:
1002 *model_type = SESSIONS;
H A Dnigori_util.cc263 nigori->set_encrypt_sessions(encrypted_types.Has(SESSIONS));
302 encrypted_types.Put(SESSIONS);
/external/chromium_org/chrome/browser/autocomplete/
H A Dchrome_autocomplete_provider_client.cc90 !service->GetEncryptedDataTypes().Has(syncer::SESSIONS);
/external/chromium_org/chrome/browser/sync/
H A Dstartup_controller_unittest.cc163 controller()->OnDataTypeRequestsSyncStartup(syncer::SESSIONS);
191 types.Remove(syncer::SESSIONS);
238 controller()->OnDataTypeRequestsSyncStartup(syncer::SESSIONS);
H A Dstartup_controller.cc92 .Has(syncer::SESSIONS)) {
H A Dprofile_sync_components_factory_impl_unittest.cc64 datatypes.push_back(syncer::SESSIONS);
/external/chromium_org/components/sync_driver/
H A Dsync_prefs_unittest.cc83 registered_types.Remove(syncer::SESSIONS);
159 expected_preferred_types.Put(syncer::SESSIONS);
164 expected_preferred_types.Put(syncer::SESSIONS);
H A Dsync_prefs.cc125 // 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);
H A Dmodel_association_manager.cc52 syncer::SESSIONS,
/external/chromium_org/chrome/browser/extensions/api/sessions/
H A Dsessions_apitest.cc159 preferred_types.Put(syncer::SESSIONS);
161 ON_CALL(*service, IsDataTypeControllerRunning(syncer::SESSIONS))
224 MergeDataAndStartSyncing(syncer::SESSIONS, initial_data,
/external/chromium_org/sync/internal_api/public/base/
H A Dmodel_type.h74 SESSIONS, enumerator in enum:syncer::ModelType
/external/chromium_org/sync/internal_api/
H A Dbase_node.cc265 DCHECK_EQ(GetModelType(), SESSIONS); local
/external/chromium_org/chrome/browser/ui/toolbar/
H A Drecent_tabs_sub_menu_model_unittest.cc134 syncer::SESSIONS,

Completed in 417 milliseconds

12