Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpvt_sectioninfo.cpp24 if (other.pSecProps) in operator =()
25 pSecProps = pdfium::MakeUnique<CPVT_SecProps>(*other.pSecProps); in operator =()
27 pSecProps.reset(); in operator =()
Dcpvt_sectioninfo.h25 std::unique_ptr<CPVT_SecProps> pSecProps; member
Dcpdf_variabletext.cpp225 if (pSection->m_SecInfo.pSecProps) in GetSection()
226 section.SecProps = *pSection->m_SecInfo.pSecProps; in GetSection()
236 if (pSection->m_SecInfo.pSecProps) in SetSection()
237 *pSection->m_SecInfo.pSecProps = section.SecProps; in SetSection()
307 const CPVT_SecProps* pSecProps, in InsertSection() argument
Dcpdf_variabletext.h115 const CPVT_SecProps* pSecProps,
/external/pdfium/fpdfsdk/fxedit/
Dfxet_edit.h202 const CPVT_SecProps* pSecProps,
453 bool InsertReturn(const CPVT_SecProps* pSecProps,
Dfxet_edit.cpp413 const CPVT_SecProps* pSecProps, in CFXEU_InsertReturn() argument
420 if (pSecProps) in CFXEU_InsertReturn()
421 m_SecProps = *pSecProps; in CFXEU_InsertReturn()
1882 bool CFX_Edit::InsertReturn(const CPVT_SecProps* pSecProps, in InsertReturn() argument
1890 SetCaret(m_pVT->InsertSection(m_wpCaret, pSecProps, pWordProps)); in InsertReturn()
1897 this, m_wpOldCaret, m_wpCaret, pSecProps, pWordProps)); in InsertReturn()