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

  /external/pdfium/core/fpdfdoc/
cpvt_sectioninfo.cpp 24 if (other.pSecProps)
25 pSecProps = pdfium::MakeUnique<CPVT_SecProps>(*other.pSecProps);
27 pSecProps.reset();
cpvt_sectioninfo.h 25 std::unique_ptr<CPVT_SecProps> pSecProps;
cpdf_variabletext.cpp 225 if (pSection->m_SecInfo.pSecProps)
226 section.SecProps = *pSection->m_SecInfo.pSecProps;
236 if (pSection->m_SecInfo.pSecProps)
237 *pSection->m_SecInfo.pSecProps = section.SecProps;
307 const CPVT_SecProps* pSecProps,
    [all...]
cpdf_variabletext.h 115 const CPVT_SecProps* pSecProps,
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.h 202 const CPVT_SecProps* pSecProps,
453 bool InsertReturn(const CPVT_SecProps* pSecProps,
fxet_edit.cpp 413 const CPVT_SecProps* pSecProps,
420 if (pSecProps)
421 m_SecProps = *pSecProps;
    [all...]

Completed in 98 milliseconds