Home
last modified time | relevance | path

Searched refs:copyReport (Results 1 – 11 of 11) sorted by relevance

/dports/www/otter-browser/otter-browser-1.0.03/src/ui/
H A DReportDialog.cpp41 …tr("Copy"), QDialogButtonBox::ActionRole), &QPushButton::clicked, this, &ReportDialog::copyReport); in ReportDialog()
59 void ReportDialog::copyReport() in copyReport() function in Otter::ReportDialog
H A DReportDialog.h46 void copyReport();
/dports/databases/akonadi/akonadi-21.12.3/src/widgets/
H A Dselftestdialog.h46 void copyReport();
H A Dselftestdialog.cpp83 connect(user2Button, &QPushButton::clicked, this, &SelfTestDialog::copyReport); in SelfTestDialog()
658 void SelfTestDialog::copyReport() in copyReport() function in SelfTestDialog
/dports/www/firefox-esr/firefox-91.8.0/js/src/
H A Djsexn.cpp699 UniquePtr<JSErrorReport> copyReport; in CopyErrorObject() local
701 copyReport = CopyErrorReport(cx, errorReport); in CopyErrorObject()
702 if (!copyReport) { in CopyErrorObject()
734 lineNumber, columnNumber, std::move(copyReport), in CopyErrorObject()
/dports/www/firefox/firefox-99.0/js/src/
H A Djsexn.cpp700 UniquePtr<JSErrorReport> copyReport; in CopyErrorObject() local
702 copyReport = CopyErrorReport(cx, errorReport); in CopyErrorObject()
703 if (!copyReport) { in CopyErrorObject()
735 lineNumber, columnNumber, std::move(copyReport), in CopyErrorObject()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/
H A Djsexn.cpp699 UniquePtr<JSErrorReport> copyReport; in CopyErrorObject() local
701 copyReport = CopyErrorReport(cx, errorReport); in CopyErrorObject()
702 if (!copyReport) { in CopyErrorObject()
734 lineNumber, columnNumber, std::move(copyReport), in CopyErrorObject()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/
H A Djsexn.cpp687 UniquePtr<JSErrorReport> copyReport; in CopyErrorObject() local
689 copyReport = CopyErrorReport(cx, errorReport); in CopyErrorObject()
690 if (!copyReport) { in CopyErrorObject()
714 lineNumber, columnNumber, std::move(copyReport), in CopyErrorObject()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsexn.cpp926 js::ScopedJSFreePtr<JSErrorReport> copyReport; in CopyErrorObject() local
928 copyReport = CopyErrorReport(cx, errorReport); in CopyErrorObject()
929 if (!copyReport) in CopyErrorObject()
948 lineNumber, columnNumber, &copyReport, message); in CopyErrorObject()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsexn.cpp942 js::ScopedJSFreePtr<JSErrorReport> copyReport; in CopyErrorObject() local
944 copyReport = CopyErrorReport(cx, errorReport); in CopyErrorObject()
945 if (!copyReport) in CopyErrorObject()
964 lineNumber, columnNumber, &copyReport, message); in CopyErrorObject()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsexn.cpp916 js::ScopedJSFreePtr<JSErrorReport> copyReport; in CopyErrorObject() local
918 copyReport = CopyErrorReport(cx, errorReport); in CopyErrorObject()
919 if (!copyReport) return nullptr; in CopyErrorObject()
934 columnNumber, &copyReport, message); in CopyErrorObject()