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

  /external/chromium_org/content/browser/
safe_util_win.h 45 // |client_guid|: the GUID to be set in the IAttachmentExecute client slot.
50 const GUID& client_guid);
safe_util_win.cc 56 const GUID& client_guid) {
71 if (!IsEqualGUID(client_guid, GUID_NULL)) {
72 hr = attachment_services->SetClientGuid(client_guid);
  /external/chromium/net/tools/testserver/
chromiumsync.py 337 def _ClientIdToId(self, client_guid, client_item_id):
344 client_guid: A globally unique ID that identifies the client which
353 return '<server ID originally>%s/%s' % (client_guid, client_item_id)
    [all...]
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py 604 def _ClientIdToId(self, datatype, client_guid, client_item_id):
612 client_guid: A globally unique ID that identifies the client which
622 '<server ID originally>%s/%s' % (client_guid, client_item_id))
    [all...]

Completed in 253 milliseconds