| /external/chromium_org/sync/engine/ |
| syncer_proto_util_unittest.cc | 20 #include "sync/syncable/blob.h" 21 #include "sync/syncable/directory.h" 35 using syncable::Blob; 86 syncable::Blob test_blob1, test_blob2, test_blob3; 195 syncable::Directory* directory() {
|
| sync_thread_sync_entity_unittest.cc | 11 #include "sync/syncable/syncable_util.h" 31 kClientTagHash(syncable::GenerateSyncableHash(PREFERENCES, kClientTag)),
|
| non_blocking_type_processor.cc | 13 #include "sync/syncable/syncable_util.h" 103 syncable::GenerateSyncableHash(type_, client_tag)); 121 syncable::GenerateSyncableHash(type_, client_tag));
|
| model_thread_sync_entity.cc | 6 #include "sync/syncable/syncable_util.h" 21 syncable::GenerateSyncableHash(GetModelTypeFromSpecifics(specifics),
|
| model_thread_sync_entity_unittest.cc | 11 #include "sync/syncable/syncable_util.h" 31 kClientTagHash(syncable::GenerateSyncableHash(PREFERENCES, kClientTag)),
|
| /external/chromium_org/sync/syncable/ |
| nigori_util.cc | 5 #include "sync/syncable/nigori_util.h" 12 #include "sync/syncable/directory.h" 13 #include "sync/syncable/entry.h" 14 #include "sync/syncable/nigori_handler.h" 15 #include "sync/syncable/mutable_entry.h" 16 #include "sync/syncable/syncable_util.h" 17 #include "sync/syncable/syncable_write_transaction.h" 21 namespace syncable { namespace in namespace:syncer 151 syncable::MutableEntry* entry) { 238 syncable::MarkForSyncing(entry) [all...] |
| directory_backing_store.h | 16 #include "sync/syncable/dir_open_result.h" 17 #include "sync/syncable/directory.h" 18 #include "sync/syncable/metahandle_set.h" 25 namespace syncable { namespace in namespace:syncer 31 // Interface that provides persistence for a syncable::Directory object. You can 32 // load all the persisted data to prime a syncable::Directory on startup by 65 // transaction. Does NOT open any syncable transactions as this would cause 194 } // namespace syncable
|
| syncable_id_unittest.cc | 5 #include "sync/syncable/syncable_id.h" 16 namespace syncable { namespace in namespace:syncer 95 } // namespace syncable
|
| directory.cc | 5 #include "sync/syncable/directory.h" 16 #include "sync/syncable/entry.h" 17 #include "sync/syncable/entry_kernel.h" 18 #include "sync/syncable/in_memory_directory_backing_store.h" 19 #include "sync/syncable/on_disk_directory_backing_store.h" 20 #include "sync/syncable/scoped_kernel_lock.h" 21 #include "sync/syncable/scoped_parent_child_index_updater.h" 22 #include "sync/syncable/syncable-inl.h" 23 #include "sync/syncable/syncable_base_transaction.h 32 namespace syncable { namespace in namespace:syncer [all...] |
| syncable_delete_journal.cc | 5 #include "sync/syncable/syncable_delete_journal.h" 11 namespace syncable { namespace in namespace:syncer 142 } // namespace syncable
|
| syncable_enum_conversions.cc | 7 #include "sync/syncable/syncable_enum_conversions.h" 13 namespace syncable { namespace in namespace:syncer 191 } // namespace syncable
|
| mutable_entry.cc | 5 #include "sync/syncable/mutable_entry.h" 9 #include "sync/syncable/directory.h" 10 #include "sync/syncable/scoped_kernel_lock.h" 11 #include "sync/syncable/scoped_parent_child_index_updater.h" 12 #include "sync/syncable/syncable-inl.h" 13 #include "sync/syncable/syncable_changes_version.h" 14 #include "sync/syncable/syncable_util.h" 15 #include "sync/syncable/syncable_write_transaction.h" 20 namespace syncable { namespace in namespace:syncer [all...] |
| directory_backing_store.cc | 5 #include "sync/syncable/directory_backing_store.h" 23 #include "sync/syncable/syncable-inl.h" 24 #include "sync/syncable/syncable_columns.h" 25 #include "sync/syncable/syncable_util.h" 31 namespace syncable { namespace in namespace:syncer [all...] |
| entry.cc | 5 #include "sync/syncable/entry.h" 11 #include "sync/syncable/blob.h" 12 #include "sync/syncable/directory.h" 13 #include "sync/syncable/syncable_base_transaction.h" 14 #include "sync/syncable/syncable_columns.h" 19 namespace syncable { namespace in namespace:syncer 181 } // namespace syncable
|
| entry.h | 9 #include "sync/syncable/entry_kernel.h" 15 namespace syncable { namespace in namespace:syncer 280 } // namespace syncable
|
| entry_kernel.cc | 5 #include "sync/syncable/entry_kernel.h" 9 #include "sync/syncable/syncable_enum_conversions.h" 13 namespace syncable { namespace in namespace:syncer 229 } // namespace syncable
|
| /sdk/eclipse/scripts/ |
| _mk_icons.sh | 36 icon S green syncable
|
| /external/chromium_org/chrome/browser/sync/ |
| profile_sync_service_autofill_unittest.cc | 63 #include "sync/syncable/mutable_entry.h" 64 #include "sync/syncable/syncable_write_transaction.h" 89 using syncer::syncable::BASE_VERSION; 90 using syncer::syncable::CREATE; 91 using syncer::syncable::GET_TYPE_ROOT; 92 using syncer::syncable::MutableEntry; 93 using syncer::syncable::SERVER_SPECIFICS; 94 using syncer::syncable::SPECIFICS; 95 using syncer::syncable::UNITTEST; 96 using syncer::syncable::WriterTag 106 namespace syncable { namespace [all...] |
| /external/chromium_org/sync/sessions/ |
| model_type_registry_unittest.cc | 35 syncable::Directory* directory(); 71 syncable::Directory* ModelTypeRegistryTest::directory() {
|
| /frameworks/base/core/java/android/content/ |
| IContentService.aidl | 118 * Check if this account/provider is syncable. 119 * @return >0 if it is syncable, 0 if not, and <0 if the state isn't known yet. 125 * Set whether this account/provider is syncable. 126 * @param syncable, >0 denotes syncable, 0 means not syncable, <0 means unknown 128 void setIsSyncable(in Account account, String providerName, int syncable);
|
| /external/chromium_org/sync/engine/net/ |
| server_connection_manager.h | 20 #include "sync/syncable/syncable_id.h" 30 namespace syncable { namespace in namespace:syncer
|
| /external/chromium_org/chrome/browser/sync/glue/ |
| bookmark_change_processor.cc | 33 #include "sync/syncable/entry.h" // TODO(tim): Investigating bug 121587. 34 #include "sync/syncable/syncable_write_transaction.h" 117 syncer::syncable::kInvalidTransactionVersion; 140 int64 new_version = syncer::syncable::kInvalidTransactionVersion; 214 int64 new_version = syncer::syncable::kInvalidTransactionVersion; 351 int64 new_version = syncer::syncable::kInvalidTransactionVersion; 384 int64 new_version = syncer::syncable::kInvalidTransactionVersion; 696 if (new_version != syncer::syncable::kInvalidTransactionVersion) {
|
| bookmark_model_associator.cc | 35 #include "sync/syncable/syncable_write_transaction.h" 714 int64 new_version = syncer::syncable::kInvalidTransactionVersion; 757 if (native_version != syncer::syncable::kInvalidTransactionVersion) { 772 syncer::syncable::kInvalidTransactionVersion);
|
| /external/chromium_org/sync/android/javatests/src/org/chromium/sync/notifier/signin/ |
| SyncStatusHelperTest.java | 49 public void setIsSyncable(Account account, String authority, int syncable) { 51 super.setIsSyncable(account, authority, syncable);
|
| /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
| ShadowContentResolver.java | 182 public static void setIsSyncable(Account account, String authority, int syncable) { 183 getStatus(account, authority, true).state = syncable;
|