Home
last modified time | relevance | path

Searched refs:client_item_id (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
Dsyncer_util.cc213 syncable::Id client_item_id = syncable::Id::CreateFromClientString( in FindLocalIdToUpdate() local
215 DCHECK(!client_item_id.ServerKnows()); in FindLocalIdToUpdate()
216 syncable::Entry local_entry(trans, GET_BY_ID, client_item_id); in FindLocalIdToUpdate()
/external/chromium/net/tools/testserver/
Dchromiumsync.py337 def _ClientIdToId(self, client_guid, client_item_id): argument
353 return '<server ID originally>%s/%s' % (client_guid, client_item_id)