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

  /external/chromium/net/tools/testserver/
chromiumsync.py 337 def _ClientIdToId(self, client_guid, client_item_id):
346 client_item_id: An ID that uniquely identifies this item on the client
353 return '<server ID originally>%s/%s' % (client_guid, client_item_id)
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_util.cc 213 syncable::Id client_item_id = syncable::Id::CreateFromClientString( local
215 DCHECK(!client_item_id.ServerKnows());
216 syncable::Entry local_entry(trans, GET_BY_ID, client_item_id);
    [all...]

Completed in 53 milliseconds