HomeSort by relevance Sort by last modified time
    Searched defs:syncable (Results 26 - 50 of 60) sorted by null

12 3

  /external/chromium/chrome/browser/sync/syncable/
autofill_migration.h 9 namespace syncable { namespace
49 } // namespace syncable
model_type_unittest.cc 5 #include "chrome/browser/sync/syncable/model_type.h"
13 namespace syncable { namespace
30 for (int i = syncable::FIRST_REAL_MODEL_TYPE;
31 i < syncable::MODEL_TYPE_COUNT; ++i) {
44 model_types.set(syncable::BOOKMARKS);
45 model_types.set(syncable::APPS);
58 model_types.insert(syncable::BOOKMARKS);
59 model_types.insert(syncable::APPS);
92 } // namespace syncable
syncable_enum_conversions.cc 5 // Keep this file in sync with syncable.h.
7 #include "chrome/browser/sync/syncable/syncable_enum_conversions.h"
12 namespace syncable { namespace
153 } // namespace syncable
syncable_id.h 18 namespace syncable { namespace
26 namespace syncable { namespace
42 syncable::EntryKernel** kernel);
118 } // namespace syncable
nigori_util.cc 5 #include "chrome/browser/sync/syncable/nigori_util.h"
12 #include "chrome/browser/sync/syncable/syncable.h"
15 namespace syncable { namespace
18 std::string nigori_tag = ModelTypeToRootTag(syncable::NIGORI);
196 } // namespace syncable
directory_backing_store_unittest.cc 19 #include "chrome/browser/sync/syncable/directory_backing_store.h"
20 #include "chrome/browser/sync/syncable/directory_manager.h"
21 #include "chrome/browser/sync/syncable/syncable-inl.h"
22 #include "chrome/browser/sync/syncable/syncable.h"
25 namespace syncable { namespace
    [all...]
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
model_type.h 28 namespace syncable { namespace
85 void AddDefaultExtensionValue(syncable::ModelType datatype,
135 // Returns a string corresponding to the syncable tag for this datatype.
155 } // 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
model_type.cc 5 #include "chrome/browser/sync/syncable/model_type.h"
22 namespace syncable { namespace
24 void AddDefaultExtensionValue(syncable::ModelType datatype,
119 // Note: keep this consistent with GetModelType in syncable.cc!
219 if (model_type >= syncable::FIRST_REAL_MODEL_TYPE) {
221 } else if (model_type == syncable::TOP_LEVEL_FOLDER) {
223 } else if (model_type == syncable::UNSPECIFIED) {
502 } // namespace syncable
directory_backing_store.cc 5 #include "chrome/browser/sync/syncable/directory_backing_store.h"
25 #include "chrome/browser/sync/syncable/syncable-inl.h"
26 #include "chrome/browser/sync/syncable/syncable_columns.h"
39 namespace syncable { namespace
389 const syncable::AutofillMigrationDebugInfo& debug_info =
600 syncable::AutofillMigrationDebugInfo& debug_info =
726 return syncable::UNSPECIFIED;
727 return syncable::GetModelTypeFromSpecifics(specifics);
733 syncable::AddDefaultExtensionValue(model_type, &specifics)
    [all...]
syncable_unittest.cc 5 #include "chrome/browser/sync/syncable/syncable.h"
33 #include "chrome/browser/sync/syncable/directory_backing_store.h"
34 #include "chrome/browser/sync/syncable/directory_manager.h"
46 namespace syncable { namespace
315 // Test suite for syncable::Directory.
959 syncable::Id folder_id;
960 syncable::Id entry_id;
    [all...]
syncable.cc 5 #include "chrome/browser/sync/syncable/syncable.h"
44 #include "chrome/browser/sync/syncable/directory_backing_store.h"
45 #include "chrome/browser/sync/syncable/directory_change_listener.h"
46 #include "chrome/browser/sync/syncable/directory_manager.h"
47 #include "chrome/browser/sync/syncable/model_type.h"
48 #include "chrome/browser/sync/syncable/syncable-inl.h"
49 #include "chrome/browser/sync/syncable/syncable_changes_version.h"
50 #include "chrome/browser/sync/syncable/syncable_columns.h
73 namespace syncable { namespace
    [all...]
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...]
  /external/chromium/chrome/browser/sync/engine/
syncer.h 21 #include "chrome/browser/sync/syncable/directory_event.h"
22 #include "chrome/browser/sync/syncable/model_type.h"
27 namespace syncable { namespace
34 } // namespace syncable
161 void CopyServerFields(syncable::Entry* src, syncable::MutableEntry* dest);
162 void ClearServerData(syncable::MutableEntry* entry);
syncer_types.h 13 #include "chrome/browser/sync/syncable/model_type.h"
15 namespace syncable { namespace
128 typedef std::vector<syncable::Id> ConflictSet;
130 typedef std::map<syncable::Id, ConflictSet*> IdToConflictSetMap;
syncapi.h 52 #include "chrome/browser/sync/syncable/autofill_migration.h"
53 #include "chrome/browser/sync/syncable/model_type.h"
76 namespace syncable { namespace
110 // A UserShare encapsulates the syncable pieces that represent an authenticated
113 // syncable share.
120 scoped_ptr<syncable::DirectoryManager> dir_manager;
135 // BaseNode wraps syncable::Entry, and corresponds to a single object's state.
136 // This, like syncable::Entry, is intended for use on the stack. A valid
138 // Unlike syncable::Entry, a sync API BaseNode is identified primarily by its
150 virtual bool InitByClientTagLookup(syncable::ModelType model_type
    [all...]
  /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_;
session_state.h 26 #include "chrome/browser/sync/syncable/model_type.h"
27 #include "chrome/browser/sync/syncable/model_type_payload_map.h"
28 #include "chrome/browser/sync/syncable/syncable.h"
32 namespace syncable { namespace
46 explicit SyncSourceInfo(const syncable::ModelTypePayloadMap& t);
49 const syncable::ModelTypePayloadMap& t);
56 syncable::ModelTypePayloadMap types;
82 syncable::ModelTypeSet types_needing_local_migration;
107 (&download_progress_markers)[syncable::MODEL_TYPE_COUNT])
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/
CalendarSyncEnablerTest.java 164 int syncable = ContentResolver.getIsSyncable(account, CalendarContract.AUTHORITY); local
169 // assertEquals(message, 1, syncable);
  /external/chromium/chrome/browser/sync/engine/net/
server_connection_manager.h 16 #include "chrome/browser/sync/syncable/syncable_id.h"
21 namespace syncable { namespace
396 syncable::DirectoryManager* manager,
  /external/chromium/chrome/browser/sync/
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...]
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 3376 public boolean syncable; field in class:PackageParser.Provider
    [all...]
  /frameworks/base/core/java/android/content/
SyncStorageEngine.java 179 int syncable; field in class:SyncStorageEngine.AuthorityInfo
190 syncable = -1; // default to "unknown"
222 // Primary list of all syncable authorities. Also our global lock.
440 return authority.syncable;
448 return authority.syncable;
455 public void setIsSyncable(Account account, String providerName, int syncable) {
456 if (syncable > 1) {
457 syncable = 1;
458 } else if (syncable < -1) {
459 syncable = -1
1547 String syncable = parser.getAttributeValue(null, "syncable"); local
    [all...]

Completed in 1321 milliseconds

12 3