Lines Matching refs:BreakpadRef
48 typedef void *BreakpadRef; typedef
229 BreakpadRef BreakpadCreate(NSDictionary *parameters);
232 void BreakpadRelease(BreakpadRef ref);
239 void BreakpadSetFilterCallback(BreakpadRef ref,
262 void BreakpadSetKeyValue(BreakpadRef ref, NSString *key, NSString *value);
263 NSString *BreakpadKeyValue(BreakpadRef ref, NSString *key);
264 void BreakpadRemoveKeyValue(BreakpadRef ref, NSString *key);
270 void BreakpadAddUploadParameter(BreakpadRef ref, NSString *key,
275 void BreakpadRemoveUploadParameter(BreakpadRef ref, NSString *key);
278 void BreakpadAddLogFile(BreakpadRef ref, NSString *logPathname);
281 void BreakpadGenerateAndSendReport(BreakpadRef ref);