Home
last modified time | relevance | path

Searched refs:IsExist (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp934 if (m_SelState.IsExist()) { in SetSel()
951 if (m_SelState.IsExist()) { in GetSel()
1742 if (m_SelState.IsExist()) { in SelectNone()
1751 return m_SelState.IsExist(); in IsSelected()
2146 m_pNotify->IOnSetCaret(!m_SelState.IsExist(), VTToEdit(ptHead), in SetCaretInfo()
2235 if (m_SelState.IsExist()) in OnVK_UP()
2260 if (m_SelState.IsExist()) in OnVK_DOWN()
2289 if (m_SelState.IsExist()) in OnVK_LEFT()
2301 if (m_SelState.IsExist()) { in OnVK_LEFT()
2334 if (m_SelState.IsExist()) in OnVK_RIGHT()
[all …]
Dfxet_ap.cpp183 if (pRange && pRange->IsExist()) { in GetSelectAppearanceStream()
Dfxet_pageobjs.cpp201 if (wrSelect.IsExist()) { in DrawEdit()
332 if (wrSelect.IsExist()) { in DrawRichEdit()
Dfxet_list.cpp366 FX_BOOL CPLST_Select::IsExist(int32_t nItemIndex) const { in IsExist() function in CPLST_Select
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h127 FX_BOOL IsExist() const { return BeginPos != EndPos; } in IsExist() function
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h268 FX_BOOL IsExist(int32_t nItemIndex) const;
Dfxet_edit.h199 FX_BOOL IsExist() const { return BeginPos != EndPos; } in IsExist() function
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Utils.cpp511 if (pRange && pRange->IsExist()) { in GetSpellCheckAppStream()