Searched refs:InsertSection (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_variabletext.h | 114 CPVT_WordPlace InsertSection(const CPVT_WordPlace& place,
|
D | cpdf_variabletext.cpp | 305 CPVT_WordPlace CPDF_VariableText::InsertSection( in InsertSection() function in CPDF_VariableText 353 wp = InsertSection(wp, nullptr, nullptr); in InsertText() 361 wp = InsertSection(wp, nullptr, nullptr); in InsertText()
|
/external/pdfium/fpdfsdk/fxedit/ |
D | fxet_edit.cpp | 1890 SetCaret(m_pVT->InsertSection(m_wpCaret, pSecProps, pWordProps)); in InsertReturn() 2183 wp = m_pVT->InsertSection(wp, nullptr, nullptr); in DoInsertText() 2188 wp = m_pVT->InsertSection(wp, nullptr, nullptr); in DoInsertText()
|