/external/chromium/chrome/browser/sync/glue/ |
autofill_model_associator.cc | 82 if (node.InitByClientTagLookup(syncable::AUTOFILL, tag)) { 93 if (!write_node.InitByClientTagLookup(syncable::AUTOFILL, tag)) { 103 if (!node.InitUniqueByCreation(syncable::AUTOFILL, 188 syncable::MIGRATED) { 189 syncable::AutofillMigrationDebugInfo debug_info; 193 syncable::AutofillMigrationDebugInfo::ENTRIES_ADDED, 539 syncable::AutofillMigrationState autofill_migration_state = 542 DCHECK_NE(autofill_migration_state, syncable::NOT_DETERMINED); 544 if (autofill_migration_state== syncable::NOT_DETERMINED) { 549 if (autofill_migration_state == syncable::NOT_MIGRATED) [all...] |
password_model_associator.h | 51 static syncable::ModelType model_type() { return syncable::PASSWORDS; }
|
theme_change_processor.cc | 38 if (!node.InitByClientTagLookup(syncable::THEMES, 99 DCHECK_EQ(node.GetModelType(), syncable::THEMES);
|
typed_url_model_associator.h | 56 static syncable::ModelType model_type() { return syncable::TYPED_URLS; }
|
data_type_manager_impl.h | 66 std::map<syncable::ModelType, int> start_order_;
|
extension_model_associator.cc | 14 #include "chrome/browser/sync/syncable/nigori_util.h" 63 const syncable::ModelTypeSet& encrypted_types =
|
frontend_data_type_controller.h | 30 // syncable::ModelType type() const 50 virtual syncable::ModelType type() const = 0;
|
password_data_type_controller.h | 44 virtual syncable::ModelType type() const;
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service_password_unittest.cc | 26 #include "chrome/browser/sync/syncable/directory_manager.h" 27 #include "chrome/browser/sync/syncable/syncable.h" 48 using syncable::BASE_VERSION; 49 using syncable::CREATE; 50 using syncable::DirectoryManager; 51 using syncable::IS_DEL; 52 using syncable::IS_DIR; 53 using syncable::IS_UNAPPLIED_UPDATE; 54 using syncable::IS_UNSYNCED [all...] |
profile_sync_service_preference_unittest.cc | 21 #include "chrome/browser/sync/syncable/model_type.h" 146 if (tag_node.InitByClientTagLookup(syncable::PREFERENCES, name)) 148 if (node.InitUniqueByCreation(syncable::PREFERENCES, root, name)) 199 if (!test_->CreateRoot(syncable::PREFERENCES)) 219 CreateRootTask task(this, syncable::PREFERENCES); 227 EXPECT_TRUE(node.InitByClientTagLookup(syncable::PREFERENCES, 245 CreateRootTask task(this, syncable::PREFERENCES); 262 CreateRootTask task(this, syncable::PREFERENCES); 335 CreateRootTask task(this, syncable::PREFERENCES); 349 CreateRootTask task(this, syncable::PREFERENCES) [all...] |
sync_setup_flow.cc | 36 syncable::ModelTypeSet types; 38 types.erase(syncable::PASSWORDS); 117 syncable::ModelTypeSet registered_types; 120 registered_types.count(syncable::PASSWORDS) > 0); 122 registered_types.count(syncable::AUTOFILL) > 0); 124 registered_types.count(syncable::EXTENSIONS) > 0); 126 registered_types.count(syncable::TYPED_URLS) > 0); 128 registered_types.count(syncable::APPS) > 0); 130 registered_types.count(syncable::SESSIONS) > 0);
|
backend_migrator.cc | 17 using syncable::ModelTypeSet; 41 void BackendMigrator::MigrateTypes(const syncable::ModelTypeSet& types) { 166 std::ostream_iterator<syncable::ModelType>(ss, ","));
|
sync_setup_wizard_unittest.cc | 56 const syncable::ModelTypeSet& chosen_types) { 101 syncable::ModelTypeSet chosen_data_types_; 322 EXPECT_EQ(service_->chosen_data_types_.count(syncable::BOOKMARKS), 1U); 323 EXPECT_EQ(service_->chosen_data_types_.count(syncable::PREFERENCES), 1U); 324 EXPECT_EQ(service_->chosen_data_types_.count(syncable::THEMES), 0U); 325 EXPECT_EQ(service_->chosen_data_types_.count(syncable::PASSWORDS), 0U); 326 EXPECT_EQ(service_->chosen_data_types_.count(syncable::AUTOFILL), 0U); 327 EXPECT_EQ(service_->chosen_data_types_.count(syncable::EXTENSIONS), 0U); 328 EXPECT_EQ(service_->chosen_data_types_.count(syncable::TYPED_URLS), 1U); 329 EXPECT_EQ(service_->chosen_data_types_.count(syncable::APPS), 1U) [all...] |
/external/chromium_org/sync/engine/ |
download.cc | 15 #include "sync/syncable/directory.h" 16 #include "sync/syncable/nigori_handler.h" 17 #include "sync/syncable/syncable_read_transaction.h" 34 syncable::Directory* dir) { 40 syncable::ReadTransaction trans(FROM_HERE, dir); 41 syncable::NigoriHandler* nigori_handler = dir->GetNigoriHandler(); 75 syncable::Directory* dir = context->directory(); 76 syncable::ReadTransaction trans(FROM_HERE, dir); 77 syncable::NigoriHandler* nigori_handler = dir->GetNigoriHandler(); 374 syncable::Directory* dir = session->context()->directory() [all...] |
/external/chromium/chrome/browser/sync/notifier/ |
non_blocking_invalidation_notifier.cc | 34 void UpdateEnabledTypes(const syncable::ModelTypeSet& types); 39 const syncable::ModelTypePayloadMap& type_payloads); 107 const syncable::ModelTypeSet& types) { 113 const syncable::ModelTypePayloadMap& type_payloads) { 191 const syncable::ModelTypeSet& types) {
|
invalidation_notifier.cc | 11 #include "chrome/browser/sync/syncable/model_type_payload_map.h" 81 const syncable::ModelTypeSet& types) { 116 const syncable::ModelTypePayloadMap& type_payloads) {
|
/external/chromium/chrome/browser/extensions/ |
extension_webstore_private_browsertest.cc | 46 virtual void ChangePreferredDataTypes(const syncable::ModelTypeSet& types) { 49 virtual void GetPreferredDataTypes(syncable::ModelTypeSet* types) const { 58 syncable::ModelTypeSet types_;
|
/external/chromium_org/sync/syncable/ |
syncable_write_transaction.cc | 5 #include "sync/syncable/syncable_write_transaction.h" 7 #include "sync/syncable/directory.h" 8 #include "sync/syncable/directory_change_delegate.h" 9 #include "sync/syncable/mutable_entry.h" 10 #include "sync/syncable/transaction_observer.h" 11 #include "sync/syncable/write_transaction_info.h" 14 namespace syncable { namespace in namespace:syncer 49 for (syncable::EntryKernelMutationMap::iterator it = mutations_.begin(); 98 if (writer_ == syncable::SYNCAPI) { 187 } // namespace syncable [all...] |
directory.h | 20 #include "sync/syncable/dir_open_result.h" 21 #include "sync/syncable/entry_kernel.h" 22 #include "sync/syncable/metahandle_set.h" 23 #include "sync/syncable/parent_child_index.h" 24 #include "sync/syncable/syncable_delete_journal.h" 32 namespace syncable { namespace in namespace:syncer 176 syncable::Id NextId(); 281 syncable::Id GetPredecessorId(EntryKernel*); 282 syncable::Id GetSuccessorId(EntryKernel*); 341 syncable::BaseTransaction* trans [all...] |
syncable_util.cc | 5 #include "sync/syncable/syncable_util.h" 11 #include "sync/syncable/directory.h" 12 #include "sync/syncable/entry.h" 13 #include "sync/syncable/mutable_entry.h" 14 #include "sync/syncable/syncable_id.h" 15 #include "sync/syncable/syncable_write_transaction.h" 18 namespace syncable { namespace in namespace:syncer 78 // Function to handle runtime failures on syncable code. Rather than crashing, 111 return syncable::GenerateSyncableHash( 115 } // namespace syncable [all...] |
/external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/ |
MockSyncContentResolverDelegate.java | 98 " is not syncable for authority " + authority + 111 public void setIsSyncable(Account account, String authority, int syncable) { 115 switch (syncable) { 132 throw new IllegalArgumentException("Unable to understand syncable argument: " + 133 syncable);
|
/external/chromium/chrome/browser/sync/engine/ |
syncer_proto_util_unittest.cc | 11 #include "chrome/browser/sync/syncable/blob.h" 12 #include "chrome/browser/sync/syncable/directory_manager.h" 13 #include "chrome/browser/sync/syncable/syncable.h" 19 using syncable::Blob; 20 using syncable::ScopedDirLookup; 21 using syncable::SyncName; 30 syncable::Blob test_blob1, test_blob2, test_blob3;
|
syncer_thread.h | 21 #include "chrome/browser/sync/syncable/model_type_payload_map.h" 69 const syncable::ModelTypeBitSet& types, 73 const syncable::ModelTypePayloadMap& types_with_payloads, 75 void ScheduleConfig(const syncable::ModelTypeBitSet& types); 251 const syncable::ModelTypePayloadMap& types_with_payloads,
|
/external/chromium/chrome/browser/sync/syncable/ |
syncable.h | 24 #include "chrome/browser/sync/syncable/autofill_migration.h" 25 #include "chrome/browser/sync/syncable/blob.h" 26 #include "chrome/browser/sync/syncable/dir_open_result.h" 27 #include "chrome/browser/sync/syncable/directory_event.h" 28 #include "chrome/browser/sync/syncable/syncable_id.h" 29 #include "chrome/browser/sync/syncable/model_type.h" 42 namespace syncable { namespace 239 inline void mark_dirty(syncable::MetahandleSet* dirty_index) { 250 inline void clear_dirty(syncable::MetahandleSet* dirty_index) { 515 syncable::MetahandleSet* GetDirtyIndexHelper() [all...] |
syncable_enum_conversions_unittest.cc | 5 // Keep this file in sync with syncable.h. 7 #include "chrome/browser/sync/syncable/syncable_enum_conversions.h" 13 namespace syncable { namespace 80 } // namespace syncable
|