Lines Matching refs:BreakpadRef
597 BreakpadRef BreakpadCreate(NSDictionary *parameters) {
650 return (BreakpadRef)breakpad;
676 void BreakpadRelease(BreakpadRef ref) {
711 void BreakpadSetKeyValue(BreakpadRef ref, NSString *key, NSString *value) {
726 void BreakpadAddUploadParameter(BreakpadRef ref,
749 void BreakpadRemoveUploadParameter(BreakpadRef ref,
767 NSString *BreakpadKeyValue(BreakpadRef ref, NSString *key) {
788 void BreakpadRemoveKeyValue(BreakpadRef ref, NSString *key) {
804 int BreakpadGetCrashReportCount(BreakpadRef ref) {
819 void BreakpadUploadNextReport(BreakpadRef ref) {
824 NSDictionary *BreakpadGetNextReportConfiguration(BreakpadRef ref) {
837 BreakpadRef ref,
853 void BreakpadUploadNextReportWithParameters(BreakpadRef ref,
870 void BreakpadHandleNetworkResponse(BreakpadRef ref,
886 void BreakpadUploadData(BreakpadRef ref, NSData *data, NSString *name,
901 NSDictionary *BreakpadGenerateReport(BreakpadRef ref,