Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetimp.cpp1068 IFWL_Custom* pCustom = new IFWL_Custom; in Create() local
1070 pCustom->SetImpl(pCustomImpl); in Create()
1071 pCustomImpl->SetInterface(pCustom); in Create()
1072 return pCustom; in Create()