Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp1186 if (m_SelState.IsExist()) in SetSel()
1208 if (m_SelState.IsExist()) in GetSel()
2123 if (m_SelState.IsExist()) in SelectNone()
2134 return m_SelState.IsExist(); in IsSelected()
2623 m_pNotify->IOnSetCaret(!m_SelState.IsExist(),VTToEdit(ptHead),VTToEdit(ptFoot), m_wpCaret); in SetCaretInfo()
2722 if (m_SelState.IsExist()) in OnVK_UP()
2753 if (m_SelState.IsExist()) in OnVK_DOWN()
2788 if (m_SelState.IsExist()) in OnVK_LEFT()
2803 if (m_SelState.IsExist()) in OnVK_LEFT()
2842 if (m_SelState.IsExist()) in OnVK_RIGHT()
[all …]
Dfxet_ap.cpp197 if (pRange && pRange->IsExist()) in GetSelectAppearanceStream()
Dfxet_pageobjs.cpp185 if (wrSelect.IsExist()) in DrawEdit()
326 if (wrSelect.IsExist()) in DrawRichEdit()
Dfxet_list.cpp449 FX_BOOL CPLST_Select::IsExist(FX_INT32 nItemIndex) const in IsExist() function in CPLST_Select
/external/pdfium/core/include/fpdfdoc/
Dfpdf_vt.h140 FX_BOOL IsExist() const in IsExist() function
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h286 FX_BOOL IsExist(FX_INT32 nItemIndex) const;
Dfxet_edit.h269 FX_BOOL IsExist() const in IsExist() function
/external/chromium_org/third_party/skia/experimental/webtry/
Dwebtry.go323 if _, err := os.Stat(filename); os.IsExist(err) {
/external/skia/experimental/webtry/
Dwebtry.go316 if _, err := os.Stat(filename); os.IsExist(err) {
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Utils.cpp566 if (pRange && pRange->IsExist()) in GetSpellCheckAppStream()