Searched refs:pSecProps (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpvt_sectioninfo.cpp | 24 if (other.pSecProps) in operator =() 25 pSecProps = pdfium::MakeUnique<CPVT_SecProps>(*other.pSecProps); in operator =() 27 pSecProps.reset(); in operator =()
|
D | cpvt_sectioninfo.h | 25 std::unique_ptr<CPVT_SecProps> pSecProps; member
|
D | cpdf_variabletext.cpp | 225 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
|
D | cpdf_variabletext.h | 115 const CPVT_SecProps* pSecProps,
|
/external/pdfium/fpdfsdk/fxedit/ |
D | fxet_edit.h | 202 const CPVT_SecProps* pSecProps, 453 bool InsertReturn(const CPVT_SecProps* pSecProps,
|
D | fxet_edit.cpp | 413 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()
|