Lines Matching refs:BreakpadRef
778 BreakpadRef BreakpadCreate(NSDictionary *parameters) {
831 return (BreakpadRef)breakpad;
857 void BreakpadRelease(BreakpadRef ref) {
892 void BreakpadSetKeyValue(BreakpadRef ref, NSString *key, NSString *value) {
907 void BreakpadAddUploadParameter(BreakpadRef ref,
930 void BreakpadRemoveUploadParameter(BreakpadRef ref,
948 NSString *BreakpadKeyValue(BreakpadRef ref, NSString *key) {
969 void BreakpadRemoveKeyValue(BreakpadRef ref, NSString *key) {
985 void BreakpadGenerateAndSendReport(BreakpadRef ref) {
1002 void BreakpadSetFilterCallback(BreakpadRef ref,
1021 void BreakpadAddLogFile(BreakpadRef ref, NSString *logPathname) {