Searched refs:wxHtmlTagsCache (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmltag.h24 // wxHtmlTagsCache
30 class WXDLLIMPEXP_HTML wxHtmlTagsCache : public wxObject class in inherits:wxObject
32 DECLARE_DYNAMIC_CLASS(wxHtmlTagsCache)
40 wxHtmlTagsCache() : wxObject() {m_CacheSize = 0; m_Cache = NULL;} function in class:wxHtmlTagsCache
41 wxHtmlTagsCache(const wxString& source);
42 virtual ~wxHtmlTagsCache() {free(m_Cache);}
47 DECLARE_NO_COPY_CLASS(wxHtmlTagsCache)
67 wxHtmlTagsCache *cache,
H A Dhtmlpars.h137 wxHtmlTagsCache *cache);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmltag.cpp30 // wxHtmlTagsCache
51 IMPLEMENT_CLASS(wxHtmlTagsCache,wxObject)
61 wxHtmlTagsCache::wxHtmlTagsCache(const wxString& source) function in class:wxHtmlTagsCache
184 void wxHtmlTagsCache::QueryTag(int at, int* end1, int* end2)
221 wxHtmlTagsCache *cache,
H A Dhtmlpars.cpp135 wxHtmlTagsCache cache(m_Source);
145 wxHtmlTagsCache *cache)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dhttag.tex25 \param{wxHtmlTagsCache* }{cache}, \param{wxHtmlEntitiesParser *}{entParser}}

Completed in 161 milliseconds