Home
last modified time | relevance | path

Searched refs:GetVisibleWordRange (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Label.cpp91 CPVT_WordRange wrRange = m_pEdit->GetVisibleWordRange(); in DrawThisAppearance()
DPWL_Edit.cpp306 (HasFlag(PES_TEXTOVERFLOW) ? wrWhole : m_pEdit->GetVisibleWordRange()); in GetThisAppearanceStream()
444 CPVT_WordRange wrRange = m_pEdit->GetVisibleWordRange(); in DrawThisAppearance()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1657 CPVT_WordRange CFX_Edit::GetVisibleWordRange() const { in GetVisibleWordRange() function in CFX_Edit
1734 CPVT_WordRange wrVisible = GetVisibleWordRange(); in SelectAll()
1970 RefreshPushLineRects(GetVisibleWordRange()); in Refresh()
2521 CPVT_WordRange wr(m_wpOldCaret, GetVisibleWordRange().EndPos); in InsertReturn()
2576 GetVisibleWordRange().EndPos); in Backspace()
2640 GetVisibleWordRange().EndPos); in Delete()
2727 CPVT_WordRange wr(m_wpOldCaret, GetVisibleWordRange().EndPos); in Clear()
/external/pdfium/fpdfsdk/include/fxedit/
Dfx_edit.h305 virtual CPVT_WordRange GetVisibleWordRange() const = 0;
Dfxet_edit.h639 CPVT_WordRange GetVisibleWordRange() const override;