HomeSort by relevance Sort by last modified time
    Searched defs:pPictureBox (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_pictureboximp.cpp 17 IFWL_PictureBox* pPictureBox = new IFWL_PictureBox;
20 pPictureBox->SetImpl(pPictureBoxImpl);
21 pPictureBoxImpl->SetInterface(pPictureBox);
22 return pPictureBox;
  /external/pdfium/xfa/src/fxfa/src/app/
xfa_ffimageedit.cpp 22 CFWL_PictureBox* pPictureBox = new CFWL_PictureBox;
23 if (pPictureBox) {
24 pPictureBox->Initialize();
26 m_pNormalWidget = (CFWL_Widget*)pPictureBox;
31 m_pOldDelegate = pPictureBox->SetDelegate(this);

Completed in 90 milliseconds