Home
last modified time | relevance | path

Searched refs:m_pFaxModule (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxcodec/
Dfx_codec.h68 CCodec_FaxModule* GetFaxModule() const { return m_pFaxModule.get(); } in GetFaxModule()
97 std::unique_ptr<CCodec_FaxModule> m_pFaxModule; variable
/external/pdfium/core/fxcodec/codec/
Dfx_codec.cpp22 m_pFaxModule(new CCodec_FaxModule), in CCodec_ModuleMgr()