Home
last modified time | relevance | path

Searched refs:doneChecking (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/kf5-sonnet/sonnet-5.89.0/examples/
H A Ddialogexample.cpp26 connect(dlg, &Dialog::spellCheckDone, this, &TestDialog::doneChecking); in check()
33 void TestDialog::doneChecking(const QString &buf) in doneChecking() function in TestDialog
H A Ddialogexample.h23 void doneChecking(const QString &);
/dports/math/vampire/vampire-4.5.1/Test/
H A DCheckedFwSimplifier.cpp103 void doneChecking() in doneChecking() function
190 _chp->doneChecking(); in perform()
/dports/lang/spidermonkey78/firefox-78.9.0/extensions/spellcheck/src/
H A DmozInlineSpellChecker.cpp1189 bool doneChecking; in DoSpellCheckSelection() local
1196 rv = DoSpellCheck(aWordUtil, aSpellCheckSelection, status, &doneChecking); in DoSpellCheckSelection()
1199 doneChecking, in DoSpellCheckSelection()
1540 bool doneChecking = true; in ResumeCheck() local
1544 rv = DoSpellCheck(wordUtil, spellCheckSelection, aStatus, &doneChecking); in ResumeCheck()
1547 if (!doneChecking) rv = ScheduleSpellCheck(std::move(aStatus)); in ResumeCheck()
/dports/lang/spidermonkey60/firefox-60.9.0/extensions/spellcheck/src/
H A DmozInlineSpellChecker.cpp1221 bool doneChecking; in DoSpellCheckSelection() local
1228 rv = DoSpellCheck(aWordUtil, aSpellCheckSelection, status, &doneChecking); in DoSpellCheckSelection()
1231 doneChecking, in DoSpellCheckSelection()
1500 bool doneChecking = true; in ResumeCheck() local
1504 rv = DoSpellCheck(wordUtil, spellCheckSelection, aStatus, &doneChecking); in ResumeCheck()
1507 if (!doneChecking) rv = ScheduleSpellCheck(Move(aStatus)); in ResumeCheck()
/dports/www/firefox-esr/firefox-91.8.0/extensions/spellcheck/src/
H A DmozInlineSpellChecker.cpp1254 bool doneChecking; in DoSpellCheckSelection() local
1261 rv = DoSpellCheck(aWordUtil, aSpellCheckSelection, status, &doneChecking); in DoSpellCheckSelection()
1264 doneChecking, in DoSpellCheckSelection()
1691 bool doneChecking = true; in ResumeCheck() local
1695 rv = DoSpellCheck(*wordUtil, spellCheckSelection, aStatus, &doneChecking); in ResumeCheck()
1698 if (!doneChecking) rv = ScheduleSpellCheck(std::move(aStatus)); in ResumeCheck()
/dports/www/firefox/firefox-99.0/extensions/spellcheck/src/
H A DmozInlineSpellChecker.cpp1255 bool doneChecking; in DoSpellCheckSelection() local
1262 rv = DoSpellCheck(aWordUtil, aSpellCheckSelection, status, &doneChecking); in DoSpellCheckSelection()
1265 doneChecking, in DoSpellCheckSelection()
1695 bool doneChecking = true; in ResumeCheck() local
1699 rv = DoSpellCheck(*wordUtil, spellCheckSelection, aStatus, &doneChecking); in ResumeCheck()
1702 if (!doneChecking) rv = ScheduleSpellCheck(std::move(aStatus)); in ResumeCheck()
/dports/mail/thunderbird/thunderbird-91.8.0/extensions/spellcheck/src/
H A DmozInlineSpellChecker.cpp1254 bool doneChecking; in DoSpellCheckSelection() local
1261 rv = DoSpellCheck(aWordUtil, aSpellCheckSelection, status, &doneChecking); in DoSpellCheckSelection()
1264 doneChecking, in DoSpellCheckSelection()
1691 bool doneChecking = true; in ResumeCheck() local
1695 rv = DoSpellCheck(*wordUtil, spellCheckSelection, aStatus, &doneChecking); in ResumeCheck()
1698 if (!doneChecking) rv = ScheduleSpellCheck(std::move(aStatus)); in ResumeCheck()
/dports/www/firefox-legacy/firefox-52.8.0esr/extensions/spellcheck/src/
H A DmozInlineSpellChecker.cpp1388 bool doneChecking; in DoSpellCheckSelection() local
1396 &doneChecking); in DoSpellCheckSelection()
1398 MOZ_ASSERT(doneChecking, in DoSpellCheckSelection()
1678 bool doneChecking = true; in ResumeCheck() local
1682 rv = DoSpellCheck(wordUtil, spellCheckSelection, aStatus, &doneChecking); in ResumeCheck()
1685 if (! doneChecking) in ResumeCheck()