Searched defs:client_guid (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/content/browser/
H A Dsafe_util_win.cc56 const GUID& client_guid) {
71 if (!IsEqualGUID(client_guid, GUID_NULL)) {
72 hr = attachment_services->SetClientGuid(client_guid);
54 AVScanFile(const base::FilePath& full_path, const std::string& source_url, const GUID& client_guid) argument
/external/chromium_org/sync/test/fake_server/
H A Dbookmark_entity.cc34 const string& client_guid) {
40 string originator_cache_guid = client_guid;
31 CreateNew( const sync_pb::SyncEntity& client_entity, const string& parent_id, const string& client_guid) argument
H A Dfake_server.cc318 string client_guid,
348 entity = BookmarkEntity::CreateNew(client_entity, parent_id, client_guid);
315 CommitEntity( const sync_pb::SyncEntity& client_entity, sync_pb::CommitResponse_EntryResponse* entry_response, string client_guid, string parent_id) argument
/external/chromium_org/chrome/app/
H A Dchrome_crash_reporter_client.cc84 const std::string& client_guid) {
85 crash_keys::SetCrashClientIdFromGUID(client_guid);
83 SetCrashReporterClientIdFromGUID( const std::string& client_guid) argument
/external/chromium_org/components/crash/app/
H A Dcrash_reporter_client.cc31 const std::string& client_guid) {
30 SetCrashReporterClientIdFromGUID( const std::string& client_guid) argument
/external/chromium_org/chrome/common/
H A Dcrash_keys.cc230 void SetCrashClientIdFromGUID(const std::string& client_guid) { argument
231 std::string stripped_guid(client_guid);

Completed in 167 milliseconds