Home
last modified time | relevance | path

Searched defs:pDelegate (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/core/fxcodec/bmp/
Dcfx_bmpcontext.cpp11 CFX_BmpContext::CFX_BmpContext(BmpDecoder::Delegate* pDelegate) in CFX_BmpContext()
Dbmp_decoder.cpp22 Delegate* pDelegate) { in StartDecode()
/external/pdfium/core/fxcodec/png/
Dpng_decoder.cpp174 CPngContext::CPngContext(PngDecoder::Delegate* pDelegate) in CPngContext()
186 Delegate* pDelegate) { in StartDecode()
/external/pdfium/xfa/fwl/
Dcfwl_notedriver.cpp137 IFWL_WidgetDelegate* pDelegate = pMessage->GetDstTarget()->GetDelegate(); in DispatchMessage() local
271 IFWL_WidgetDelegate* pDelegate = m_pListener->GetDelegate(); in ProcessEvent() local
Dcfwl_widgetmgr.cpp229 if (IFWL_WidgetDelegate* pDelegate = child->GetDelegate()) in DrawChildren() local
/external/pdfium/core/fxcodec/gif/
Dgif_decoder.cpp17 Delegate* pDelegate) { in StartDecode()
/external/pdfium/fxjs/
Dcfx_globaldata.cpp87 CFX_GlobalData* CFX_GlobalData::GetRetainedInstance(Delegate* pDelegate) { in GetRetainedInstance()
104 CFX_GlobalData::CFX_GlobalData(Delegate* pDelegate) : m_pDelegate(pDelegate) { in CFX_GlobalData()