Searched defs:sync_api (Results 1 - 24 of 24) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
H A Dhttp_post_provider_factory.h9 namespace sync_api { namespace
32 } // namespace sync_api
H A Dhttp_post_provider_interface.h11 namespace sync_api { namespace
64 } // namespace sync_api
H A Dchange_reorder_buffer.h20 namespace sync_api { namespace
120 } // namespace sync_api
H A Dchange_reorder_buffer.cc21 namespace sync_api { namespace
216 } // namespace sync_api
H A Dsyncapi.h103 namespace sync_api { namespace
1017 } // namespace sync_api
H A Dsyncapi_unittest.cc65 namespace sync_api { namespace
H A Dsyncapi.cc110 // We manage the lifetime of sync_api::SyncManager::SyncInternal ourselves.
111 DISABLE_RUNNABLE_METHOD_REFCOUNT(sync_api::SyncManager::SyncInternal);
113 namespace sync_api { namespace
2055 sync_api::ReadTransaction* trans,
2484 sync_api::ReadTransaction trans(GetUserShare());
2485 sync_api::ReadNode node(&trans);
2824 sync_api::ReadTransaction trans(GetUserShare());
2842 } // namespace sync_api
/external/chromium/chrome/browser/sync/glue/
H A Dextension_sync.h20 namespace sync_api { namespace
22 } // namespace sync_api
42 sync_api::UserShare* user_share,
51 sync_api::UserShare* user_share,
63 sync_api::UserShare* user_share);
71 sync_api::UserShare* user_share,
77 sync_api::UserShare* user_share);
H A Dextension_model_associator.h16 namespace sync_api { namespace
18 } // namespace sync_api
29 sync_api::UserShare* user_share);
47 sync_api::UserShare* const user_share_;
H A Dmodel_associator.h12 namespace sync_api { namespace
67 // Returns sync_api::kInvalidId if the sync node is not found for the given
79 sync_api::BaseNode* sync_node) = 0;
H A Dautofill_model_associator.h28 namespace sync_api { namespace
77 sync_api::BaseNode* sync_node);
79 // Returns the sync id for the given autofill name, or sync_api::kInvalidId
109 virtual bool HasNotMigratedYet(const sync_api::BaseTransaction* trans);
133 sync_api::WriteTransaction* write_trans,
134 const sync_api::ReadNode& autofill_root,
139 sync_api::WriteTransaction* write_trans,
140 const sync_api::ReadNode& autofill_root,
148 sync_api::WriteTransaction* write_trans,
149 const sync_api
[all...]
H A Dpreference_model_associator.h21 namespace sync_api { namespace
51 bool InitPrefNodeAndAssociate(sync_api::WriteTransaction* trans,
52 const sync_api::BaseNode& root,
80 sync_api::BaseNode* sync_node);
82 // Returns the sync id for the given preference name, or sync_api::kInvalidId
109 sync_api::WriteNode* node);
H A Dbookmark_model_associator.h21 namespace sync_api { namespace
42 sync_api::UserShare* user_share,
64 // Returns sync_api::kInvalidId if the sync node is not found for the given
76 sync_api::BaseNode* sync_node);
126 const sync_api::BaseNode* sync_node) const;
129 sync_api::UserShare* user_share_;
H A Dextension_sync_traits.h14 namespace sync_api { namespace
17 } // namespace sync_api
33 const sync_api::BaseNode&);
38 const sync_pb::ExtensionSpecifics&, sync_api::WriteNode*);
H A Dpassword_model_associator.h29 namespace sync_api { namespace
62 bool DeleteAllNodes(sync_api::WriteTransaction* trans);
82 sync_api::BaseNode* sync_node);
84 // Returns the sync id for the given password name, or sync_api::kInvalidId
117 sync_api::WriteNode* node);
H A Dautofill_profile_model_associator.h28 namespace sync_api { namespace
81 sync_api::BaseNode* sync_node);
83 // Returns the sync id for the given autofill name, or sync_api::kInvalidId
106 sync_api::WriteTransaction* write_trans,
107 const sync_api::ReadNode& autofill_root,
119 const sync_api::ReadNode& node);
125 sync_api::WriteTransaction* trans,
126 const sync_api::BaseNode& autofill_root,
135 sync_api::WriteTransaction* write_trans,
136 const sync_api
[all...]
H A Dtyped_url_model_associator.h29 namespace sync_api { namespace
67 bool DeleteAllNodes(sync_api::WriteTransaction* trans);
85 sync_api::BaseNode* sync_node);
87 // Returns the sync id for the given typed_url name, or sync_api::kInvalidId
122 sync_api::WriteNode* node);
H A Dsession_model_associator.h35 namespace sync_api { namespace
39 } // namespace sync_api
75 // Returns sync_api::kInvalidId if the sync node is not found for the given
80 // Returns sync_api::kInvalidId if the sync node is not found for the given
89 sync_api::BaseNode* sync_node);
125 sync_api::BaseNode* sync_node);
238 // - a sync_id: an int64 used in |sync_api::InitByIdLookup|
315 void InitializeCurrentMachineTag(sync_api::WriteTransaction* trans);
324 bool UpdateAssociationsFromSyncModel(const sync_api::ReadNode& root,
325 const sync_api
[all...]
/external/chromium/chrome/browser/sync/engine/net/
H A Dsyncapi_server_connection_manager.h14 namespace sync_api { namespace
66 } // namespace sync_api
H A Dsyncapi_server_connection_manager.cc14 namespace sync_api { namespace
99 } // namespace sync_api
/external/chromium/chrome/browser/sync/
H A Dabstract_profile_sync_service_test.h27 namespace sync_api { namespace
29 } // namespace sync_api
36 sync_api::UserShare* service,
H A Dprofile_sync_service.h52 namespace sync_api { namespace
344 sync_api::UserShare* GetUserShare() const;
420 const sync_api::BaseTransaction* trans) const;
479 sync_api::SyncCredentials GetCredentials();
/external/chromium/chrome/browser/sync/syncable/
H A Ddirectory_manager.h27 namespace sync_api { class BaseTransaction; } namespace
81 const sync_api::BaseTransaction* trans) const { return cryptographer(); }
124 friend class sync_api::BaseTransaction;
H A Dsyncable.h36 namespace sync_api { namespace
438 friend class sync_api::ReadNode;
520 friend class sync_api::WriteNode;
1128 friend class sync_api::ReadTransaction;

Completed in 189 milliseconds