Home
last modified time | relevance | path

Searched refs:srcWnd (Results 1 – 3 of 3) sorted by relevance

/dports/devel/kdbg/kdbg-kdbg-3.0.0/kdbg/
H A Dsourcewnd.h137 HighlightCpp(SourceWindow* srcWnd);
H A Dsourcewnd.cpp825 HighlightCpp::HighlightCpp(SourceWindow* srcWnd) : in HighlightCpp() argument
826 QSyntaxHighlighter(srcWnd->document()), in HighlightCpp()
827 m_srcWnd(srcWnd) in HighlightCpp()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/server/remote/
H A DRemoteServer.java3667 final WindowEx srcWnd = sourceWindow.<WindowEx>cast(); in sendRemoteServerRequest() local
3679 if (!srcWnd.isClosed()) in sendRemoteServerRequest()
3686 if (!srcWnd.isClosed()) in sendRemoteServerRequest()