Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/core/
Dfwl_panelimp.cpp16 IFWL_Panel* pPanel = new IFWL_Panel; in Create() local
18 pPanel->SetImpl(pPanelImpl); in Create()
19 pPanelImpl->SetInterface(pPanel); in Create()
20 return pPanel; in Create()