HomeSort by relevance Sort by last modified time
    Searched refs:pDelegate (Results 1 - 11 of 11) sorted by null

  /external/pdfium/xfa/fwl/
cfwl_eventtarget.cpp 23 IFWL_WidgetDelegate* pDelegate = m_pListener->GetDelegate();
24 if (!pDelegate)
29 pDelegate->OnProcessEvent(pEvent);
cfwl_notedriver.cpp 94 if (IFWL_WidgetDelegate* pDelegate = pPrev->GetDelegate()) {
96 pDelegate->OnProcessMessage(&ms);
106 if (IFWL_WidgetDelegate* pDelegate = pFocus->GetDelegate()) {
108 pDelegate->OnProcessMessage(&ms);
241 if (IFWL_WidgetDelegate* pDelegate = pMessage->m_pDstTarget->GetDelegate())
242 pDelegate->OnProcessMessage(pMessage);
cfwl_widgetmgr.cpp 498 if (IFWL_WidgetDelegate* pDelegate = child->GetDelegate()) {
500 pDelegate->OnDrawWidget(pGraphics, &widgetMatrix);
  /external/pdfium/core/fxcodec/codec/
icodec_bmpmodule.h 45 void SetDelegate(Delegate* pDelegate) { m_pDelegate = pDelegate; }
icodec_gifmodule.h 62 void SetDelegate(Delegate* pDelegate) { m_pDelegate = pDelegate; }
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPFXParserAPI.h 104 @param[in] pDelegate A delegate which will receive callbacks
110 PVRTPFXEffectDelegate* pDelegate, unsigned int& uiUnknownUniforms, CPVRTString *pReturnError);
212 EPVRTError LoadTexturesForEffect(PVRTPFXEffectDelegate* pDelegate, CPVRTString *pReturnError);
PVRTPFXParserAPI.cpp 80 PVRTPFXEffectDelegate* pDelegate, unsigned int& uiUnknownUniforms, CPVRTString *pReturnError)
136 if(pDelegate)
138 if(LoadTexturesForEffect(pDelegate, pReturnError) != PVR_SUCCESS)
153 EPVRTError CPVRTPFXEffect::LoadTexturesForEffect(PVRTPFXEffectDelegate* pDelegate, CPVRTString *pReturnError)
173 if(pDelegate->PVRTPFXOnLoadTexture(pTexDesc->FileName, uiHandle, uiFlags) != PVR_SUCCESS)
  /external/pdfium/xfa/fxfa/app/
xfa_ffapp.cpp 147 CFWL_WidgetMgrDelegate* pDelegate) {
150 pDelegate->OnSetCapability(FWL_WGTMGR_DisableForm);
151 m_pWidgetMgrDelegate = pDelegate;
  /frameworks/compile/mclinker/lib/MC/
InputBuilder.cpp 35 bool pDelegate)
43 m_bOwnFactory(pDelegate) {
  /external/pdfium/xfa/fxfa/
xfa_ffapp.h 43 CXFA_FWLAdapterWidgetMgr* GetWidgetMgr(CFWL_WidgetMgrDelegate* pDelegate);
  /frameworks/compile/mclinker/include/mcld/MC/
InputBuilder.h 40 bool pDelegate = true);

Completed in 1035 milliseconds