/external/chromium/chrome/browser/sync/sessions/ |
ordered_commit_set.cc | 22 const syncable::Id& commit_id, 23 syncable::ModelType type) { 78 = routes_.find(syncable::BOOKMARKS); 86 if (types_[proj->second[i]] == syncable::BOOKMARKS)
|
sync_session_context.cc | 16 syncable::DirectoryManager* directory_manager,
|
/external/chromium/chrome/browser/sync/syncable/ |
directory_manager.cc | 5 #include "chrome/browser/sync/syncable/directory_manager.h" 15 #include "chrome/browser/sync/syncable/syncable.h" 20 namespace syncable { namespace 58 return syncable::OPENED == result; 78 return syncable::OPENED; 83 if (syncable::OPENED == result) { 151 } // namespace syncable
|
/external/chromium_org/sync/android/java/src/org/chromium/sync/notifier/ |
SyncContentResolverDelegate.java | 30 void setIsSyncable(Account account, String authority, int syncable);
|
SystemSyncContentResolverDelegate.java | 45 public void setIsSyncable(Account account, String authority, int syncable) { 46 ContentResolver.setIsSyncable(account, authority, syncable);
|
/external/chromium_org/sync/internal_api/public/ |
write_node.h | 36 namespace syncable { namespace in namespace:syncer 42 // syncable::MutableEntry. A WriteTransaction is needed to create a WriteNode. 186 virtual const syncable::Entry* GetEntry() const OVERRIDE; 190 syncable::MutableEntry* GetMutableEntryForTest(); 204 // The underlying syncable object which this class wraps. 205 syncable::MutableEntry* entry_;
|
/external/chromium_org/sync/sessions/ |
sync_session_context.h | 38 namespace syncable { namespace in namespace:syncer 51 syncable::Directory* directory, 66 syncable::Directory* directory() { 153 syncable::Directory* const directory_;
|
/external/chromium_org/sync/syncable/ |
in_memory_directory_backing_store.cc | 5 #include "sync/syncable/in_memory_directory_backing_store.h" 8 namespace syncable { namespace in namespace:syncer 49 } // namespace syncable
|
on_disk_directory_backing_store.h | 10 #include "sync/syncable/directory_backing_store.h" 13 namespace syncable { namespace in namespace:syncer 48 } // namespace syncable
|
parent_child_index_unittest.cc | 5 #include "sync/syncable/parent_child_index.h" 11 #include "sync/syncable/entry_kernel.h" 12 #include "sync/syncable/syncable_util.h" 16 namespace syncable { namespace in namespace:syncer 33 static syncable::Id GetBookmarkRootId() { 34 return syncable::Id::CreateFromServerId("bookmark_folder"); 37 static syncable::Id GetBookmarkId(int n) { 38 return syncable::Id::CreateFromServerId("b" + base::IntToString(n)); 41 static syncable::Id GetClientUniqueId(int n) { 42 return syncable::Id::CreateFromServerId("c" + base::IntToString(n)) [all...] |
syncable_enum_conversions.h | 11 #include "sync/syncable/entry_kernel.h" 13 // Utility functions to get the string equivalent for some syncable 17 namespace syncable { namespace in namespace:syncer 49 } // namespace syncable
|
syncable_write_transaction.h | 9 #include "sync/syncable/entry_kernel.h" 10 #include "sync/syncable/syncable_base_write_transaction.h" 13 namespace syncable { namespace in namespace:syncer 65 } // namespace syncable
|
model_neutral_mutable_entry.h | 10 #include "sync/syncable/entry.h" 15 namespace syncable { namespace in namespace:syncer 96 syncable::MetahandleSet* GetDirtyIndexHelper(); 113 } // namespace syncable
|
/external/chromium_org/sync/test/ |
test_directory_backing_store.cc | 11 namespace syncable { namespace in namespace:syncer 47 } // namespace syncable
|
/external/chromium/chrome/browser/sync/notifier/ |
chrome_invalidation_client.cc | 15 #include "chrome/browser/sync/syncable/model_type.h" 107 const syncable::ModelTypeSet& types) { 122 syncable::ModelType model_type; 141 std::map<syncable::ModelType, int64>::const_iterator it = 157 syncable::ModelTypeSet types; 179 const syncable::ModelTypeSet& types, const std::string& payload) { 183 syncable::ModelTypePayloadMap type_payloads = 184 syncable::ModelTypePayloadMapFromBitSet( 185 syncable::ModelTypeBitSetFromSet(types), payload); 201 syncable::ModelType model_type [all...] |
invalidation_notifier.h | 26 #include "chrome/browser/sync/syncable/model_type.h" 52 const syncable::ModelTypeSet& types) OVERRIDE; 61 const syncable::ModelTypePayloadMap& type_payloads) OVERRIDE;
|
/external/chromium/chrome/browser/sync/ |
test_profile_sync_service.cc | 13 #include "chrome/browser/sync/syncable/directory_manager.h" 14 #include "chrome/browser/sync/syncable/syncable.h" 22 using syncable::DirectoryManager; 23 using syncable::ModelType; 24 using syncable::ScopedDirLookup; 47 const syncable::ModelTypeSet& types, 49 SetAutofillMigrationState(syncable::MIGRATED); 57 syncable::ModelTypeBitSet sync_ended; 60 std::string download_progress_markers[syncable::MODEL_TYPE_COUNT] [all...] |
profile_sync_service_typed_url_unittest.cc | 28 #include "chrome/browser/sync/syncable/directory_manager.h" 52 using syncable::BASE_VERSION; 53 using syncable::CREATE; 54 using syncable::DirectoryManager; 55 using syncable::IS_DEL; 56 using syncable::IS_DIR; 57 using syncable::IS_UNAPPLIED_UPDATE; 58 using syncable::IS_UNSYNCED; 59 using syncable::MutableEntry; 60 using syncable::SERVER_IS_DIR [all...] |
/external/chromium_org/sync/engine/ |
apply_control_data_updates_unittest.cc | 15 #include "sync/syncable/directory.h" 16 #include "sync/syncable/mutable_entry.h" 17 #include "sync/syncable/nigori_util.h" 18 #include "sync/syncable/syncable_read_transaction.h" 19 #include "sync/syncable/syncable_util.h" 20 #include "sync/syncable/syncable_write_transaction.h" 30 using syncable::MutableEntry; 31 using syncable::UNITTEST; 32 using syncable::Id; 49 syncable::Directory* directory() [all...] |
/external/chromium_org/sync/internal_api/ |
sync_manager_impl_unittest.cc | 6 // functionality is provided by the Syncable layer, which has its own 60 #include "sync/syncable/directory.h" 61 #include "sync/syncable/entry.h" 62 #include "sync/syncable/mutable_entry.h" 63 #include "sync/syncable/nigori_util.h" 64 #include "sync/syncable/syncable_id.h" 65 #include "sync/syncable/syncable_read_transaction.h" 66 #include "sync/syncable/syncable_util.h" 67 #include "sync/syncable/syncable_write_transaction.h" 91 using syncable::GET_BY_HANDLE [all...] |
base_node.cc | 23 #include "sync/syncable/directory.h" 24 #include "sync/syncable/entry.h" 25 #include "sync/syncable/syncable_id.h" 32 using syncable::SPECIFICS; 36 static int64 IdToMetahandle(syncable::BaseTransaction* trans, 37 const syncable::Id& id) { 38 syncable::Entry entry(trans, syncable::GET_BY_ID, id); 129 const syncable::Entry* entry) const { 192 syncable::Directory* dir = GetTransaction()->GetDirectory() [all...] |
sync_manager_impl.cc | 46 #include "sync/syncable/directory.h" 47 #include "sync/syncable/entry.h" 48 #include "sync/syncable/in_memory_directory_backing_store.h" 49 #include "sync/syncable/on_disk_directory_backing_store.h" 57 using syncable::ImmutableWriteTransactionInfo; 58 using syncable::SPECIFICS; 59 using syncable::UNIQUE_POSITION; 229 const syncable::EntryKernelMutation& mutation) const { 230 const syncable::EntryKernel& a = mutation.original; 231 const syncable::EntryKernel& b = mutation.mutated [all...] |
/external/chromium/chrome/browser/sync/engine/ |
syncer_thread2_unittest.cc | 31 using syncable::ModelTypeBitSet; 69 virtual void SetUpWithTypes(syncable::ModelTypeBitSet types) { 111 syncable::ModelTypeBitSet nudge_types; 154 const syncable::ModelTypeBitSet& lhs, 155 const syncable::ModelTypePayloadMap& rhs) { 157 for (syncable::ModelTypePayloadMap::const_iterator i = rhs.begin(); 206 syncable::ModelTypeBitSet model_types; 207 model_types[syncable::BOOKMARKS] = true; 225 model_types[syncable::BOOKMARKS] = false; 226 model_types[syncable::AUTOFILL] = true [all...] |
/external/chromium/chrome/browser/sync/glue/ |
bookmark_data_type_controller.cc | 61 syncable::ModelType BookmarkDataTypeController::type() const { 62 return syncable::BOOKMARKS;
|
bookmark_model_associator.h | 39 static syncable::ModelType model_type() { return syncable::BOOKMARKS; }
|