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

/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_ap.cpp183 if (pRange && pRange->IsExist()) {
H A Dfxet_edit.cpp934 if (m_SelState.IsExist()) {
951 if (m_SelState.IsExist()) {
1742 if (m_SelState.IsExist()) {
1751 return m_SelState.IsExist();
2146 m_pNotify->IOnSetCaret(!m_SelState.IsExist(), VTToEdit(ptHead),
2235 if (m_SelState.IsExist())
2260 if (m_SelState.IsExist())
2289 if (m_SelState.IsExist())
2301 if (m_SelState.IsExist()) {
2334 if (m_SelState.IsExist())
[all...]
H A Dfxet_pageobjs.cpp201 if (wrSelect.IsExist()) {
332 if (wrSelect.IsExist()) {
H A Dfxet_list.cpp366 FX_BOOL CPLST_Select::IsExist(int32_t nItemIndex) const { function in class:CPLST_Select
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h127 FX_BOOL IsExist() const { return BeginPos != EndPos; } function in struct:CPVT_WordRange
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h268 FX_BOOL IsExist(int32_t nItemIndex) const;
H A Dfxet_edit.h199 FX_BOOL IsExist() const { return BeginPos != EndPos; } function in class:CFX_Edit_Select
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Utils.cpp511 if (pRange && pRange->IsExist()) {

Completed in 220 milliseconds