Home
last modified time | relevance | path

Searched refs:GetMatchCase (Results 1 – 21 of 21) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dfindreplacebase.h27 virtual bool GetMatchCase() const = 0;
H A Dfindreplacedlg.h30 bool GetMatchCase() const override;
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/find/
H A DnsFindService.cpp73 NS_IMETHODIMP nsFindService::GetMatchCase(bool *aMatchCase) { in GetMatchCase() function in nsFindService
H A DnsWebBrowserFind.cpp309 nsWebBrowserFind::GetMatchCase(bool* aMatchCase) { in GetMatchCase() function in nsWebBrowserFind
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/find/
H A DnsFindService.cpp90 NS_IMETHODIMP nsFindService::GetMatchCase(bool *aMatchCase) in GetMatchCase() function in nsFindService
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/ThreadSearch/
H A DThreadSearchFindData.h60 bool GetMatchCase() const {return m_MatchCase;} in GetMatchCase() function
H A DThreadSearchThread.cpp46 findData.GetMatchCase(), in ThreadSearchThread()
H A DThreadSearchConfPanel.cpp210 m_pChkMatchCase->SetValue(findData.GetMatchCase()); in set_properties()
H A DThreadSearch.cpp544 pCfg->Write(wxT("/MatchCase"), m_FindData.GetMatchCase()); in SaveConfig()
H A DThreadSearchView.cpp328 event.Check(findData.GetMatchCase()); in OnQuickOptionsUpdateUI()
/dports/www/firefox/firefox-99.0/toolkit/components/find/
H A DnsFindService.cpp73 NS_IMETHODIMP nsFindService::GetMatchCase(bool* aMatchCase) { in GetMatchCase() function in nsFindService
H A DnsWebBrowserFind.cpp280 nsWebBrowserFind::GetMatchCase(bool* aMatchCase) { in GetMatchCase() function in nsWebBrowserFind
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/find/
H A DnsFindService.cpp73 NS_IMETHODIMP nsFindService::GetMatchCase(bool* aMatchCase) { in GetMatchCase() function in nsFindService
H A DnsWebBrowserFind.cpp280 nsWebBrowserFind::GetMatchCase(bool* aMatchCase) { in GetMatchCase() function in nsWebBrowserFind
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/find/
H A DnsFindService.cpp73 NS_IMETHODIMP nsFindService::GetMatchCase(bool* aMatchCase) { in GetMatchCase() function in nsFindService
H A DnsWebBrowserFind.cpp280 nsWebBrowserFind::GetMatchCase(bool* aMatchCase) { in GetMatchCase() function in nsWebBrowserFind
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/find/
H A DnsFindService.cpp73 NS_IMETHODIMP nsFindService::GetMatchCase(bool* aMatchCase) { in GetMatchCase() function in nsFindService
H A DnsWebBrowserFind.cpp278 nsWebBrowserFind::GetMatchCase(bool* aMatchCase) { in GetMatchCase() function in nsWebBrowserFind
/dports/www/firefox-legacy/firefox-52.8.0esr/embedding/components/find/
H A DnsWebBrowserFind.cpp324 nsWebBrowserFind::GetMatchCase(bool* aMatchCase) in GetMatchCase() function in nsWebBrowserFind
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dfindreplacedlg.cpp436 bool FindReplaceDlg::GetMatchCase() const in GetMatchCase() function in FindReplaceDlg
/dports/devel/codeblocks/codeblocks-20.03/src/src/
H A Dfind_replace.cpp248 m_LastFindReplaceData->matchCase = dlg->GetMatchCase(); in ShowFindDialog()