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

  /external/chromium_org/sync/engine/
syncer_util.cc 162 syncable::Id client_item_id = syncable::Id::CreateFromClientString( local
164 DCHECK(!client_item_id.ServerKnows());
165 syncable::Entry local_entry(trans, GET_BY_ID, client_item_id);
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py 647 def _ClientIdToId(self, datatype, client_guid, client_item_id):
657 client_item_id: An ID that uniquely identifies this item on the client
665 '<server ID originally>%s/%s' % (client_guid, client_item_id))
    [all...]

Completed in 29 milliseconds