Home
last modified time | relevance | path

Searched refs:jumpToSource (Results 1 – 5 of 5) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/resources/pdfjs/web/
H A Dviewer-rstudio.css5 .toolbarButton#jumpToSource::before {
6 content: url(images/toolbarButton-jumpToSource.png);
10 .toolbarButton#jumpToSource::before {
/dports/editors/texworks/texworks-release-0.6.2/src/
H A DPDFDocument.h128 void jumpToSource();
H A DPDFDocument.cpp738 connect(act, SIGNAL(triggered()), this, SLOT(jumpToSource())); in contextMenuEvent()
752 void PDFDocument::jumpToSource() in jumpToSource() function in PDFDocument
/dports/editors/texstudio/texstudio-4.1.2/src/pdfviewer/
H A DPDFDocument.h208 void jumpToSource();
H A DPDFDocument.cpp1289 connect(act, SIGNAL(triggered()), this, SLOT(jumpToSource()));
1346 void PDFWidget::jumpToSource() function in PDFWidget