Searched refs:wxHtmlSearchEngine (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhelpdata.h125 // wxHtmlSearchEngine
130 class WXDLLIMPEXP_HTML wxHtmlSearchEngine : public wxObject class in inherits:wxObject
133 wxHtmlSearchEngine() : wxObject() {} function in class:wxHtmlSearchEngine
134 virtual ~wxHtmlSearchEngine() {}
148 DECLARE_NO_COPY_CLASS(wxHtmlSearchEngine)
177 wxHtmlSearchEngine m_Engine;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhelpdata.cpp968 // wxHtmlSearchEngine
971 void wxHtmlSearchEngine::LookFor(const wxString& keyword, bool case_sensitive, bool whole_words_only)
1016 bool wxHtmlSearchEngine::Scan(const wxFSFile& file)
1018 wxASSERT_MSG(!m_Keyword.empty(), wxT("wxHtmlSearchEngine::LookFor must be called before scanning!"));

Completed in 66 milliseconds