Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dicodec_gifmodule.h62 void SetDelegate(Delegate* pDelegate) { m_pDelegate = pDelegate; } in SetDelegate()
Dicodec_bmpmodule.h45 void SetDelegate(Delegate* pDelegate) { m_pDelegate = pDelegate; } in SetDelegate()
/external/pdfium/xfa/fwl/
Dcfwl_eventtarget.cpp23 IFWL_WidgetDelegate* pDelegate = m_pListener->GetDelegate(); in ProcessEvent() local
Dcfwl_notedriver.cpp94 if (IFWL_WidgetDelegate* pDelegate = pPrev->GetDelegate()) { in SetFocus() local
106 if (IFWL_WidgetDelegate* pDelegate = pFocus->GetDelegate()) { in SetFocus() local
241 if (IFWL_WidgetDelegate* pDelegate = pMessage->m_pDstTarget->GetDelegate()) in DispatchMessage() local
Dcfwl_widgetmgr.cpp498 if (IFWL_WidgetDelegate* pDelegate = child->GetDelegate()) { in DrawChild() local
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPFXParserAPI.cpp80PVRTPFXEffectDelegate* pDelegate, unsigned int& uiUnknownUniforms, CPVRTString *pReturnError) in Load()
153 EPVRTError CPVRTPFXEffect::LoadTexturesForEffect(PVRTPFXEffectDelegate* pDelegate, CPVRTString *pRe… in LoadTexturesForEffect()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffapp.cpp147 CFWL_WidgetMgrDelegate* pDelegate) { in GetWidgetMgr()