HomeSort by relevance Sort by last modified time
    Searched refs:sync_tag (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/sync/api/
sync_change_processor.h 54 // 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,
sync_data.h 47 // |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,
sync_data.cc 98 SyncData SyncData::CreateLocalDelete(const std::string& sync_tag,
102 return CreateLocalData(sync_tag, std::string(), specifics);
106 SyncData SyncData::CreateLocalData(const std::string& sync_tag,
111 sync_tag, non_unique_title, specifics, attachments);
116 const std::string& sync_tag,
122 entity.set_client_defined_unique_tag(sync_tag);
  /external/chromium_org/chrome/browser/history/
delete_directive_handler.cc 366 std::string sync_tag = RandASCIIString(8); local
372 sync_tag, sync_tag, entity_specifics);

Completed in 67 milliseconds