Home
last modified time | relevance | path

Searched refs:hscope (Results 1 – 7 of 7) sorted by relevance

/dports/editors/texstudio/texstudio-4.1.2/src/qcodeedit/lib/document/
H A Dqdocumentsearch.cpp85 QDocumentCursor hscope = subHighlightScope; in searchMatches() local
86 if (!hscope.isValid() || !hscope.hasSelection() || hscope.document()!=d){ in searchMatches()
89 if (hscope.document()!=d) hscope=d->cursor(0,0); in searchMatches()
94 hscope = m_scope.intersect(hscope); in searchMatches()
95 if (!hscope.isValid() || !hscope.hasSelection()) return; in searchMatches()
99hscope = hscope.intersect(currentDocument()->cursor(m_editor->getFirstVisibleLine(), 0, m_editor->… in searchMatches()
101 if (!hscope.hasSelection()) return; in searchMatches()
104 QDocumentCursor hss = hscope.selectionStart(); in searchMatches()
105 QDocumentCursor hse = hscope.selectionEnd(); in searchMatches()
131 } else m_searchedScope = QDocumentCursor(hscope.selectionStart(), hscope.selectionEnd()); in searchMatches()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fxjs/xfa/
H A Dcfxjse_class.cpp132 v8::HandleScope hscope(pIsolate); in DynPropGetterAdapter() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fxjs/xfa/
H A Dcfxjse_class.cpp131 v8::HandleScope hscope(pIsolate); in DynPropGetterAdapter() local
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fxjs/
H A Dcfxjse_class.cpp163 v8::HandleScope hscope(pIsolate); in DynPropGetterAdapter() local
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fxjs/
H A Dcfxjse_class.cpp161 v8::HandleScope hscope(pIsolate); in DynPropGetterAdapter() local
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-serialize.cc3648 v8::HandleScope hscope(isolate); in UNINITIALIZED_TEST() local
/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-heap.cc4931 v8::HandleScope hscope(isolate); in TEST() local