Searched refs:m_BasePath (Results 1 - 4 of 4) 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.h38 m_BasePath = basepath;
47 wxString GetBasePath() const { return m_BasePath; }
58 void SetBasePath(const wxString& path) { m_BasePath = path; }
68 wxString m_BasePath; member in class:wxHtmlBookRecord
H A Dhtmprint.h186 wxString m_Document, m_BasePath; member in class:wxHtmlPrintout
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmprint.cpp164 m_Document = m_BasePath = wxEmptyString; m_BasePathIsDir = true;
246 m_Renderer->SetHtmlText(m_Document, m_BasePath, m_BasePathIsDir);
294 m_BasePath = basepath;
H A Dhelpdata.cpp251 return m_BasePath + page;

Completed in 72 milliseconds