Searched refs:m_outputStream (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dprocess.h85 wxOutputStream *GetOutputStream() const { return m_outputStream; }
88 void CloseOutput() { delete m_outputStream; m_outputStream = NULL; }
120 wxOutputStream *m_outputStream; member in class:wxProcess
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dprocess.cpp58 m_outputStream = NULL;
89 delete m_outputStream;
120 m_outputStream = outputStream;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dprntdlgg.h113 wxOutputStream *GetOutputStream() { return m_outputStream; }
114 void SetOutputStream( wxOutputStream *output ) { m_outputStream = output; }
127 wxOutputStream *m_outputStream; member in class:wxPostScriptPrintNativeData

Completed in 43 milliseconds