HomeSort by relevance Sort by last modified time
    Searched defs:sync_api (Results 1 - 24 of 24) sorted by null

  /external/chromium/chrome/browser/sync/engine/
http_post_provider_factory.h 9 namespace sync_api { namespace
32 } // namespace sync_api
http_post_provider_interface.h 11 namespace sync_api { namespace
64 } // namespace sync_api
change_reorder_buffer.cc 21 namespace sync_api { namespace
216 } // namespace sync_api
change_reorder_buffer.h 20 namespace sync_api { namespace
120 } // namespace sync_api
syncapi.h 103 namespace sync_api { namespace
    [all...]
syncapi_unittest.cc 65 namespace sync_api { namespace
    [all...]
syncapi.cc 110 // We manage the lifetime of sync_api::SyncManager::SyncInternal ourselves.
111 DISABLE_RUNNABLE_METHOD_REFCOUNT(sync_api::SyncManager::SyncInternal);
113 namespace sync_api { namespace
    [all...]
  /external/chromium/chrome/browser/sync/glue/
extension_sync.h 20 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);
extension_model_associator.h 16 namespace sync_api { namespace
18 } // namespace sync_api
29 sync_api::UserShare* user_share);
47 sync_api::UserShare* const user_share_;
model_associator.h 12 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;
autofill_model_associator.h 28 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::ReadNode& autofill_root
    [all...]
preference_model_associator.h 21 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);
bookmark_model_associator.h 21 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_;
extension_sync_traits.h 14 namespace sync_api { namespace
17 } // namespace sync_api
33 const sync_api::BaseNode&);
38 const sync_pb::ExtensionSpecifics&, sync_api::WriteNode*);
password_model_associator.h 29 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);
autofill_profile_model_associator.h 28 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::ReadNode& autofill_root
    [all...]
typed_url_model_associator.h 29 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);
session_model_associator.h 35 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::BaseTransaction* trans)
    [all...]
  /external/chromium/chrome/browser/sync/engine/net/
syncapi_server_connection_manager.h 14 namespace sync_api { namespace
66 } // namespace sync_api
syncapi_server_connection_manager.cc 14 namespace sync_api { namespace
99 } // namespace sync_api
  /external/chromium/chrome/browser/sync/
abstract_profile_sync_service_test.h 27 namespace sync_api { namespace
29 } // namespace sync_api
36 sync_api::UserShare* service,
profile_sync_service.h 52 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/
directory_manager.h 27 namespace sync_api { class BaseTransaction; } namespace
81 const sync_api::BaseTransaction* trans) const { return cryptographer(); }
124 friend class sync_api::BaseTransaction;
syncable.h 36 namespace sync_api { namespace
438 friend class sync_api::ReadNode;
520 friend class sync_api::WriteNode;
    [all...]

Completed in 970 milliseconds