Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffimageedit.cpp36 CFWL_PictureBox* pPictureBox = pNew.get(); in LoadWidget() local
38 pPictureBox->SetAdapterIface(this); in LoadWidget()
40 CFWL_NoteDriver* pNoteDriver = pPictureBox->GetOwnerApp()->GetNoteDriver(); in LoadWidget()
41 pNoteDriver->RegisterEventTarget(pPictureBox, pPictureBox); in LoadWidget()
42 m_pOldDelegate = pPictureBox->GetDelegate(); in LoadWidget()
43 pPictureBox->SetDelegate(this); in LoadWidget()