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

  /external/pdfium/xfa/src/fwl/src/core/include/
fwl_formimp.h 18 class CFWL_FormImpDelegate;
167 friend class CFWL_FormImpDelegate;
169 class CFWL_FormImpDelegate : public CFWL_WidgetImpDelegate {
171 CFWL_FormImpDelegate(CFWL_FormImp* pOwner);
  /external/pdfium/xfa/src/fwl/src/core/
fwl_formimp.cpp 109 m_pDelegate = new CFWL_FormImpDelegate(this);
945 CFWL_FormImpDelegate::CFWL_FormImpDelegate(CFWL_FormImp* pOwner)
948 int32_t CFWL_FormImpDelegate::OnProcessMessage(CFWL_Message* pMessage) {
    [all...]

Completed in 2227 milliseconds