Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dxfa_ffimageedit.cpp27 CFWL_PictureBox* pPictureBox = new CFWL_PictureBox(GetFWLApp()); in LoadWidget() local
28 m_pNormalWidget = pPictureBox; in LoadWidget()
35 m_pOldDelegate = pPictureBox->GetDelegate(); in LoadWidget()
36 pPictureBox->SetDelegate(this); in LoadWidget()