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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/sync/internal_api/public/base/
model_type_test_util.h 16 void PrintTo(ModelTypeSet model_types, ::std::ostream* os);
18 // A gmock matcher for ModelTypeSet. Use like:
21 ::testing::Matcher<ModelTypeSet> HasModelTypes(ModelTypeSet expected_types);
model_type_test_util.cc 9 void PrintTo(ModelTypeSet model_types, ::std::ostream* os) {
17 : public ::testing::MatcherInterface<ModelTypeSet> {
19 explicit HasModelTypesMatcher(ModelTypeSet expected_types)
25 ModelTypeSet model_types,
41 const ModelTypeSet expected_types_;
48 ::testing::Matcher<ModelTypeSet> HasModelTypes(ModelTypeSet expected_types) {
  /external/chromium_org/chrome/browser/sync/
sync_type_preference_provider.h 12 virtual syncer::ModelTypeSet GetPreferredDataTypes() const = 0;
  /external/chromium_org/sync/internal_api/public/
sync_encryption_handler.cc 16 ModelTypeSet SyncEncryptionHandler::SensitiveTypes() {
18 ModelTypeSet types;
data_type_debug_info_listener.h 33 ModelTypeSet high_priority_types_configured_before;
34 ModelTypeSet same_priority_types_configured_before;
  /external/chromium_org/sync/internal_api/public/test/
fake_sync_manager.h 40 FakeSyncManager(ModelTypeSet initial_sync_ended_types,
41 ModelTypeSet progress_marker_types,
42 ModelTypeSet configure_fail_types);
48 ModelTypeSet GetAndResetCleanedTypes();
52 ModelTypeSet GetAndResetDownloadedTypes();
57 ModelTypeSet GetAndResetEnabledTypes();
60 ModelTypeSet GetLastRefreshRequestTypes();
81 virtual ModelTypeSet InitialSyncEndedTypes() OVERRIDE;
82 virtual ModelTypeSet GetTypesWithEmptyProgressMarkerToken(
83 ModelTypeSet types) OVERRIDE
    [all...]
  /external/chromium_org/components/sync_driver/
data_type_encryption_handler.h 24 virtual syncer::ModelTypeSet GetEncryptedDataTypes() const = 0;
data_type_manager_mock.cc 11 : result_(OK, syncer::ModelTypeSet()) {
data_type_status_table.h 35 void ResetPersistenceErrorsFrom(syncer::ModelTypeSet purged_types);
52 syncer::ModelTypeSet GetFailedTypes() const;
55 syncer::ModelTypeSet GetFatalErrorTypes() const;
58 syncer::ModelTypeSet GetCryptoErrorTypes() const;
61 syncer::ModelTypeSet GetPersistenceErrorTypes() const;
64 syncer::ModelTypeSet GetUnreadyErrorTypes() const;
67 syncer::ModelTypeSet GetUnrecoverableErrorTypes() const;
data_type_manager_impl_unittest.cc 23 using syncer::ModelTypeSet;
34 ModelTypeSet AddHighPriorityTypesTo(ModelTypeSet types) {
35 ModelTypeSet result = syncer::ControlTypes();
40 DataTypeStatusTable BuildStatusTable(ModelTypeSet crypto_errors,
41 ModelTypeSet association_errors,
42 ModelTypeSet unready_errors,
43 ModelTypeSet unrecoverable_errors) {
45 for (ModelTypeSet::Iterator iter = crypto_errors.First(); iter.Good();
52 for (ModelTypeSet::Iterator iter = association_errors.First(); iter.Good()
    [all...]
backend_data_type_configurer.cc 11 syncer::ModelTypeSet
14 syncer::ModelTypeSet types;
25 DataTypeConfigState state, syncer::ModelTypeSet types,
27 for (syncer::ModelTypeSet::Iterator it = types.First(); it.Good(); it.Inc()) {
sync_prefs.h 89 syncer::ModelTypeSet GetPreferredDataTypes(
90 syncer::ModelTypeSet registered_types) const;
97 void SetPreferredDataTypes(syncer::ModelTypeSet registered_types,
98 syncer::ModelTypeSet preferred_types);
127 void AcknowledgeSyncedTypes(syncer::ModelTypeSet types);
142 syncer::ModelTypeSet GetAcknowledgeSyncedTypesForTest() const;
154 // Returns a ModelTypeSet based on |types| expanded to include pref groups
156 syncer::ModelTypeSet ResolvePrefGroups(syncer::ModelTypeSet registered_types,
157 syncer::ModelTypeSet types) const
    [all...]
model_association_manager.h 62 void Initialize(syncer::ModelTypeSet desired_types);
70 void StartAssociationAsync(const syncer::ModelTypeSet& types_to_associate);
120 syncer::ModelTypeSet desired_types_;
123 syncer::ModelTypeSet requested_types_;
127 syncer::ModelTypeSet associating_types_;
130 syncer::ModelTypeSet loaded_types_;
134 syncer::ModelTypeSet associated_types_;
backend_data_type_configurer.h 54 const base::Callback<void(syncer::ModelTypeSet,
55 syncer::ModelTypeSet)>& ready_task,
59 static syncer::ModelTypeSet GetDataTypesInState(
75 syncer::ModelTypeSet types,
data_type_manager.h 51 syncer::ModelTypeSet requested_types);
55 syncer::ModelTypeSet requested_types;
76 virtual void Configure(syncer::ModelTypeSet desired_types,
86 virtual void PurgeForMigration(syncer::ModelTypeSet undesired_types,
data_type_manager_impl.h 36 typedef std::queue<syncer::ModelTypeSet> TypeSetPriorityList;
52 virtual void Configure(syncer::ModelTypeSet desired_types,
59 syncer::ModelTypeSet undesired_types,
89 virtual syncer::ModelTypeSet GetPriorityTypes() const;
93 TypeSetPriorityList PrioritizeTypes(const syncer::ModelTypeSet& types);
100 syncer::ModelTypeSet types_to_download,
101 syncer::ModelTypeSet high_priority_types_before,
102 syncer::ModelTypeSet first_sync_types,
103 syncer::ModelTypeSet failed_configuration_types);
115 void ConfigureImpl(syncer::ModelTypeSet desired_types
    [all...]
  /external/chromium_org/sync/internal_api/public/events/
normal_get_updates_request_event.h 41 ModelTypeSet nudged_types,
42 ModelTypeSet notified_types,
43 ModelTypeSet refresh_requested_types,
49 const ModelTypeSet nudged_types_;
50 const ModelTypeSet notified_types_;
51 const ModelTypeSet refresh_requested_types_;
  /external/chromium_org/chrome/browser/sync/test/integration/
migration_watcher.h 25 syncer::ModelTypeSet GetMigratedTypes() const;
41 syncer::ModelTypeSet pending_types_;
45 syncer::ModelTypeSet migrated_types_;
migration_waiter.h 22 MigrationWaiter(syncer::ModelTypeSet expected_types,
42 const syncer::ModelTypeSet expected_types_;
  /external/chromium_org/chrome/browser/sync/glue/
invalidation_helper.h 17 ObjectIdSet ModelTypeSetToObjectIdSet(ModelTypeSet model_types);
  /external/chromium_org/sync/syncable/
transaction_observer.h 19 ModelTypeSet models_with_changes) = 0;
nigori_util.h 39 ModelTypeSet encrypted_types);
49 bool EntryNeedsEncryption(ModelTypeSet encrypted_types,
54 ModelTypeSet encrypted_types,
74 ModelTypeSet encrypted_types,
79 ModelTypeSet GetEncryptedTypesFromNigori(
  /external/chromium_org/sync/tools/
invalidation_helper.h 17 ObjectIdSet ModelTypeSetToObjectIdSet(ModelTypeSet model_types);
  /external/chromium_org/sync/engine/
sync_engine_event_listener.h 35 virtual void OnThrottledTypesChanged(ModelTypeSet throttled_types) = 0;
38 virtual void OnMigrationRequested(ModelTypeSet migration_types) = 0;
  /external/chromium_org/sync/sessions/
test_util.h 20 ModelTypeSet requested_types,
24 ModelTypeSet requested_types,
28 ModelTypeSet requested_types,
32 ModelTypeSet requested_types,
37 void SimulateNormalSuccess(ModelTypeSet requested_types,
40 void SimulateDownloadUpdatesFailed(ModelTypeSet requested_types,
43 void SimulateCommitFailed(ModelTypeSet requested_types,
46 void SimulateConnectionFailure(ModelTypeSet requested_types,
51 void SimulatePollSuccess(ModelTypeSet requested_types,
53 void SimulatePollFailed(ModelTypeSet requested_types
    [all...]

Completed in 219 milliseconds

1 2 3 4 5 6 7 8 9