Searched refs:GetLineBeginPlace (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h428 virtual CPVT_WordPlace GetLineBeginPlace(const CPVT_WordPlace & place) const = 0;
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp2782 if (m_wpCaret == m_pVT->GetLineBeginPlace(m_wpCaret) &&
2816 if (m_wpCaret == m_pVT->GetLineBeginPlace(m_wpCaret) &&
2893 SetCaret(m_pVT->GetLineBeginPlace(m_wpCaret));
2923 SetCaret(m_pVT->GetLineBeginPlace(m_wpCaret));
3106 wr = CPVT_WordRange(m_pVT->GetLineBeginPlace(m_wpCaret),m_pVT->GetSectionEndPlace(m_wpCaret));
3170 wr = CPVT_WordRange(m_pVT->GetLineBeginPlace(m_wpCaret),m_pVT->GetSectionEndPlace(m_wpCaret));
3320 wr = CPVT_WordRange(m_pVT->GetLineBeginPlace(wpOld),m_pVT->GetSectionEndPlace(wpNew));
3424 CPVT_WordPlace CFX_Edit::GetLineBeginPlace(const CPVT_WordPlace & place) const function in class:CFX_Edit
3426 return m_pVT->GetLineBeginPlace(place);
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfx_edit.h337 virtual CPVT_WordPlace GetLineBeginPlace(const CPVT_WordPlace & place) const = 0;
H A Dfxet_edit.h644 CPVT_WordPlace GetLineBeginPlace(const CPVT_WordPlace & place) const;
/external/pdfium/core/src/fpdfdoc/
H A Dpdf_vt.h528 CPVT_WordPlace GetLineBeginPlace(const CPVT_WordPlace & place) const;
H A Ddoc_vt.cpp1239 CPVT_WordPlace CPDF_VariableText::GetLineBeginPlace(const CPVT_WordPlace & place) const function in class:CPDF_VariableText

Completed in 100 milliseconds