/external/chromium/chrome/browser/sync/glue/ |
theme_model_associator.cc | 50 if (node.InitByClientTagLookup(syncable::THEMES, kCurrentThemeClientTag)) { 62 if (!node.InitUniqueByCreation(syncable::THEMES, root, 99 syncable::ModelTypeSet encrypted_types; 101 return encrypted_types.count(syncable::THEMES) == 0 ||
|
sync_backend_host.cc | 32 #include "chrome/browser/sync/syncable/directory_manager.h" // Cryptographer. 33 #include "chrome/browser/sync/syncable/model_type.h" 34 #include "chrome/browser/sync/syncable/nigori_util.h" 89 const syncable::ModelTypeSet& types, 110 switches::kEnableSyncTypedUrls) || types.count(syncable::TYPED_URLS)) { 121 for (syncable::ModelTypeSet::const_iterator it = types.begin(); 132 LOG_IF(WARNING, types.count(syncable::PASSWORDS) > 0) << "Password store " 134 registrar_.routing_info.erase(syncable::PASSWORDS); 138 registrar_.routing_info[syncable::NIGORI] = GROUP_PASSIVE; 172 return registrar_.routing_info.find(syncable::NIGORI) ! [all...] |
bookmark_data_type_controller.h | 32 virtual syncable::ModelType type() const;
|
/external/chromium/chrome/browser/sync/notifier/ |
invalidation_util.cc | 16 bool RealModelTypeToObjectId(syncable::ModelType model_type, 19 if (!syncable::RealModelTypeToNotificationType( 28 syncable::ModelType* model_type) { 30 syncable::NotificationTypeToRealModelType(
|
p2p_notifier.cc | 10 #include "chrome/browser/sync/syncable/model_type_payload_map.h" 85 void P2PNotifier::UpdateEnabledTypes(const syncable::ModelTypeSet& types) { 134 syncable::ModelTypePayloadMap type_payloads = 135 syncable::ModelTypePayloadMapFromBitSet( 136 syncable::ModelTypeBitSetFromSet(enabled_types_), std::string());
|
/external/chromium/chrome/browser/sync/sessions/ |
sync_session.h | 5 // A class representing an attempt to synchronize the local syncable data 31 #include "chrome/browser/sync/syncable/model_type.h" 34 namespace syncable { namespace 110 syncable::WriteTransaction* write_transaction() { return write_transaction_; } 145 syncable::WriteTransaction* write_transaction_; 171 syncable::WriteTransaction* trans)
|
sync_session_context.h | 28 namespace syncable { namespace 50 syncable::DirectoryManager* directory_manager, 59 syncable::DirectoryManager* directory_manager() { 113 syncable::DirectoryManager* const directory_manager_;
|
/external/chromium/chrome/browser/sync/syncable/ |
model_type_payload_map.h | 15 #include "chrome/browser/sync/syncable/model_type.h" 19 namespace syncable { namespace 48 } // namespace syncable
|
syncable_enum_conversions.h | 9 // Keep this file in sync with syncable.h. 11 #include "chrome/browser/sync/syncable/syncable.h" 13 // Utility functions to get the string equivalent for some syncable 16 namespace syncable { namespace 41 } // namespace syncable
|
directory_manager.h | 22 #include "chrome/browser/sync/syncable/dir_open_result.h" 23 #include "chrome/browser/sync/syncable/syncable.h" 28 namespace syncable { class BaseTransaction; } namespace 30 namespace syncable { namespace 83 const syncable::BaseTransaction* trans) const { return cryptographer(); } 135 } // namespace syncable
|
syncable_id.h | 18 namespace syncable { namespace 26 namespace syncable { namespace 42 syncable::EntryKernel** kernel); 118 } // namespace syncable
|
/external/chromium_org/sync/engine/ |
sync_engine_event.h | 14 namespace syncable { namespace
|
syncer_unittest.cc | 40 #include "sync/syncable/mutable_entry.h" 41 #include "sync/syncable/nigori_util.h" 42 #include "sync/syncable/syncable_delete_journal.h" 43 #include "sync/syncable/syncable_read_transaction.h" 44 #include "sync/syncable/syncable_util.h" 45 #include "sync/syncable/syncable_write_transaction.h" 70 using syncable::BaseTransaction; 71 using syncable::Blob; 72 using syncable::CountEntriesWithName; 73 using syncable::Directory [all...] |
/external/chromium_org/sync/syncable/ |
directory_change_delegate.h | 10 #include "sync/syncable/write_transaction_info.h" 13 namespace syncable { namespace in namespace:syncer 16 // the releasing of the syncable transaction. The delegate performs work to 48 } // namespace syncable
|
write_transaction_info.h | 8 #include "sync/syncable/entry_kernel.h" 9 #include "sync/syncable/syncable_base_transaction.h" 12 namespace syncable { namespace in namespace:syncer 38 } // namespace syncable
|
/external/chromium_org/sync/test/ |
null_directory_change_delegate.h | 9 #include "sync/syncable/directory_change_delegate.h" 12 namespace syncable { namespace in namespace:syncer 34 } // namespace syncable
|
/external/chromium/chrome/browser/sync/engine/ |
clear_data_command.cc | 13 #include "chrome/browser/sync/syncable/directory_manager.h" 15 using syncable::ScopedDirLookup; 22 using syncable::FIRST_REAL_MODEL_TYPE; 23 using syncable::MODEL_TYPE_COUNT;
|
mock_model_safe_workers.h | 13 #include "chrome/browser/sync/syncable/model_type.h" 34 const syncable::ModelTypeBitSet& set);
|
syncer_command.cc | 9 #include "chrome/browser/sync/syncable/directory_manager.h" 24 syncable::ScopedDirLookup dir(session->context()->directory_manager(),
|
/external/chromium/chrome/browser/sync/ |
profile_sync_service.cc | 198 if (data_type_controllers_.find(syncable::SESSIONS) == 200 data_type_controllers_.find(syncable::SESSIONS)->second->state() != 206 syncable::SESSIONS)->second.get())->GetModelAssociator(); 310 syncable::ModelTypeSet types; 441 syncable::ModelType data_type) { 443 case syncable::BOOKMARKS: 445 case syncable::PASSWORDS: 447 case syncable::PREFERENCES: 449 case syncable::AUTOFILL: 451 case syncable::AUTOFILL_PROFILE [all...] |
profile_sync_service_mock.h | 15 #include "chrome/browser/sync/syncable/model_type.h" 51 void(const syncable::ModelTypeSet& preferred_types)); 53 void(syncable::ModelTypeSet* preferred_types)); 55 void(syncable::ModelTypeSet* registered_types));
|
profile_sync_service_autofill_unittest.cc | 35 #include "chrome/browser/sync/syncable/autofill_migration.h" 36 #include "chrome/browser/sync/syncable/directory_manager.h" 37 #include "chrome/browser/sync/syncable/model_type.h" 38 #include "chrome/browser/sync/syncable/syncable.h" 65 using syncable::CREATE_NEW_UPDATE_ITEM; 66 using syncable::AUTOFILL; 67 using syncable::BASE_VERSION; 68 using syncable::CREATE; 69 using syncable::GET_BY_SERVER_TAG 90 namespace syncable { namespace [all...] |
/external/chromium_org/sync/internal_api/public/ |
internal_components_factory.h | 33 namespace syncable { namespace in namespace:syncer 84 syncable::Directory* directory, 92 virtual scoped_ptr<syncable::DirectoryBackingStore>
|
/external/chromium_org/sync/internal_api/ |
sync_manager_impl.h | 28 #include "sync/syncable/directory_change_delegate.h" 42 // SyncManager encapsulates syncable::Directory and serves as the parent of all 57 public syncable::DirectoryChangeDelegate, 152 // This listener is called upon completion of a syncable transaction, and 158 const syncable::ImmutableWriteTransactionInfo& write_transaction_info, 159 syncable::BaseTransaction* trans) OVERRIDE; 161 const syncable::ImmutableWriteTransactionInfo& write_transaction_info, 162 syncable::BaseTransaction* trans, 165 const syncable::ImmutableWriteTransactionInfo& write_transaction_info, 166 syncable::BaseTransaction* trans [all...] |
/external/chromium_org/sync/test/engine/ |
mock_connection_manager.h | 36 MockConnectionManager(syncable::Directory*, 62 syncable::Id id, 63 syncable::Id parent_id, 69 sync_pb::SyncEntity* AddUpdateBookmark(syncable::Id id, 70 syncable::Id parent_id, 149 void AddUpdateTombstone(const syncable::Id& id); 179 void SetTransientErrorId(syncable::Id); 181 const std::vector<syncable::Id>& committed_ids() const { 266 sync_pb::SyncEntity* AddUpdateFull(syncable::Id id, syncable::Id parentid [all...] |