Home
last modified time | relevance | path

Searched refs:CustomClientInfo (Results 1 – 9 of 9) sorted by relevance

/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_client.h42 struct CustomClientInfo;
67 const CustomClientInfo* custom_info);
71 const CustomClientInfo* custom_info);
147 CustomClientInfo custom_info_;
Dclient_info.h55 const CustomClientInfo& custom_client_info);
69 const CustomClientInfo& custom_client_info() const { in custom_client_info()
98 CustomClientInfo GetCustomInfo() const;
132 CustomClientInfo custom_client_info_;
Dclient_info.cc44 const CustomClientInfo& custom_client_info) in ClientInfo()
214 CustomClientInfo ClientInfo::GetCustomInfo() const { in GetCustomInfo()
215 CustomClientInfo custom_info; in GetCustomInfo()
Dcrash_generation_client.cc96 const CustomClientInfo* custom_info) in CrashGenerationClient()
116 const CustomClientInfo* custom_info) in CrashGenerationClient()
201 CustomClientInfo custom_info = {NULL, 0}; in RequestUpload()
/external/google-breakpad/src/client/windows/common/
Dipc_protocol.h97 struct CustomClientInfo { struct
124 const CustomClientInfo& custom_info, in ProtocolMessage()
161 CustomClientInfo custom_client_info;
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.h185 const CustomClientInfo* custom_info);
196 const CustomClientInfo* custom_info);
296 const CustomClientInfo* custom_info);
Dexception_handler.cc68 const CustomClientInfo* custom_info) { in ExceptionHandler()
88 const CustomClientInfo* custom_info) { in ExceptionHandler()
149 const CustomClientInfo* custom_info) { in Initialize()
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc234 CustomClientInfo custom_info = client_info->GetCustomInfo(); in ShowClientCrashed()
480 CustomClientInfo custom_info = {kCustomInfoEntries, kCustomInfoCount}; in _tWinMain()
/external/google-breakpad/src/client/windows/unittests/
Dcrash_generation_server_test.cc167 google_breakpad::CustomClientInfo custom_info = {kCustomInfoEntries, in DoFaultyClient()