Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_notedriver.cpp69 if (IFWL_WidgetDelegate* pDelegate = pPrev->GetDelegate()) { in SetFocus() local
75 if (IFWL_WidgetDelegate* pDelegate = pFocus->GetDelegate()) { in SetFocus() local
146 IFWL_WidgetDelegate* pDelegate = pMessage->GetDstTarget()->GetDelegate(); in DispatchMessage() local
Dcfwl_eventtarget.cpp23 IFWL_WidgetDelegate* pDelegate = m_pListener->GetDelegate(); in ProcessEvent() local
Dcfwl_widgetmgr.cpp368 if (IFWL_WidgetDelegate* pDelegate = child->GetDelegate()) in DrawChild() local
/external/pdfium/core/fxcodec/bmp/
Dcfx_bmpcontext.cpp12 BmpModule::Delegate* pDelegate) in CFX_BmpContext()
Dbmpmodule.cpp23 std::unique_ptr<ModuleIface::Context> BmpModule::Start(Delegate* pDelegate) { in Start()
/external/pdfium/core/fxcodec/png/
Dpngmodule.cpp175 CPngContext::CPngContext(PngModule::Delegate* pDelegate) in CPngContext()
191 std::unique_ptr<ModuleIface::Context> PngModule::Start(Delegate* pDelegate) { in Start()
/external/pdfium/core/fxcodec/gif/
Dgifmodule.cpp22 std::unique_ptr<ModuleIface::Context> GifModule::Start(Delegate* pDelegate) { in Start()
/external/pdfium/fxjs/
Dcfx_globaldata.cpp90 CFX_GlobalData* CFX_GlobalData::GetRetainedInstance(Delegate* pDelegate) { in GetRetainedInstance()
107 CFX_GlobalData::CFX_GlobalData(Delegate* pDelegate) : m_pDelegate(pDelegate) { in CFX_GlobalData()