OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:client_guid
(Results
1 - 13
of
13
) 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_org/sync/test/fake_server/
bookmark_entity.cc
34
const string&
client_guid
) {
40
string originator_cache_guid =
client_guid
;
bookmark_entity.h
28
const std::string&
client_guid
);
fake_server.h
106
// The client that sent the commit is identified via |
client_guid
|. The
113
std::string
client_guid
,
fake_server.cc
318
string
client_guid
,
348
entity = BookmarkEntity::CreateNew(client_entity, parent_id,
client_guid
);
/external/chromium_org/chrome/app/
chrome_crash_reporter_client.h
21
const std::string&
client_guid
) OVERRIDE;
chrome_crash_reporter_client.cc
84
const std::string&
client_guid
) {
85
crash_keys::SetCrashClientIdFromGUID(
client_guid
);
/external/chromium_org/chrome/common/
crash_keys.h
24
// Sets the ID (based on |
client_guid
| which may either be a full GUID or a
28
void SetCrashClientIdFromGUID(const std::string&
client_guid
);
crash_keys.cc
230
void SetCrashClientIdFromGUID(const std::string&
client_guid
) {
231
std::string stripped_guid(
client_guid
);
/external/chromium_org/components/crash/app/
crash_reporter_client.cc
31
const std::string&
client_guid
) {
crash_reporter_client.h
50
// |
client_guid
| may either be a full GUID or a GUID that was already stripped
52
virtual void SetCrashReporterClientIdFromGUID(const std::string&
client_guid
);
/external/chromium_org/sync/tools/testserver/
chromiumsync.py
647
def _ClientIdToId(self, datatype,
client_guid
, client_item_id):
655
client_guid
: A globally unique ID that identifies the client which
665
'<server ID originally>%s/%s' % (
client_guid
, client_item_id))
[
all
...]
Completed in 99 milliseconds