Searched defs:custom_info (Results 1 – 6 of 6) sorted by relevance
96 const CustomClientInfo* custom_info) in CrashGenerationClient()116 const CustomClientInfo* custom_info) in CrashGenerationClient()201 CustomClientInfo custom_info = {NULL, 0}; in RequestUpload() local
215 CustomClientInfo custom_info; in GetCustomInfo() local
234 CustomClientInfo custom_info = client_info->GetCustomInfo(); in ShowClientCrashed() local480 CustomClientInfo custom_info = {kCustomInfoEntries, kCustomInfoCount}; in _tWinMain() local
67 const CustomClientInfo* custom_info) { in ExceptionHandler()87 const CustomClientInfo* custom_info) { in ExceptionHandler()148 const CustomClientInfo* custom_info) { in Initialize()
164 google_breakpad::CustomClientInfo custom_info = {kCustomInfoEntries, in DoFaultyClient() local
172 def _CollectInfo(self, testdir, custom_info): argument