Searched refs:sync_tag (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sync/api/
H A Dsync_data.h47 // |sync_tag| Must be a string unique to this datatype and is used as a node
54 // the same as |sync_tag|) must be specfied. Note: |non_unique_title| is
60 const std::string& sync_tag,
63 const std::string& sync_tag,
67 const std::string& sync_tag,
H A Dsync_change_processor.h54 // Retrieves the SyncData identified by |type| and |sync_tag| and invokes
60 // Refer to sync_data.h for a description of |sync_tag|.
66 const std::string& sync_tag,
65 GetSyncData(const ModelType& type, const std::string& sync_tag, const GetSyncDataCallback& callback) const argument
H A Dsync_data.cc80 SyncData SyncData::CreateLocalDelete(const std::string& sync_tag, argument
84 return CreateLocalData(sync_tag, std::string(), specifics);
88 SyncData SyncData::CreateLocalData(const std::string& sync_tag, argument
93 sync_tag, non_unique_title, specifics, attachment_ids);
98 const std::string& sync_tag,
104 entity.set_client_defined_unique_tag(sync_tag);
97 CreateLocalDataWithAttachments( const std::string& sync_tag, const std::string& non_unique_title, const sync_pb::EntitySpecifics& specifics, const AttachmentIdList& attachment_ids) argument
/external/chromium_org/chrome/browser/history/
H A Ddelete_directive_handler.cc367 std::string sync_tag = RandASCIIString(8); local
373 sync_tag, sync_tag, entity_specifics);

Completed in 785 milliseconds