Searched refs:strBufferName (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/
H A Dtextfile.h39 virtual bool OnOpen(const wxString &strBufferName,
H A Dmemtext.h33 virtual bool OnOpen(const wxString & WXUNUSED(strBufferName),
H A Dtextbuf.h81 bool Create(const wxString& strBufferName);
87 bool Open(const wxString& strBufferName, const wxMBConv& conv = wxConvAuto());
178 wxTextBuffer(const wxString& strBufferName);
184 virtual bool OnOpen(const wxString &strBufferName,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtextbuf.cpp141 wxTextBuffer::wxTextBuffer(const wxString& strBufferName) argument
142 : m_strBufferName(strBufferName)
162 bool wxTextBuffer::Create(const wxString& strBufferName) argument
164 m_strBufferName = strBufferName;
184 bool wxTextBuffer::Open(const wxString& strBufferName, const wxMBConv& conv) argument
186 m_strBufferName = strBufferName;
H A Dtextfile.cpp60 bool wxTextFile::OnOpen(const wxString &strBufferName, wxTextBufferOpenMode OpenMode) argument
79 return m_file.Open(strBufferName.c_str(), FileOpenMode);

Completed in 67 milliseconds