Home
last modified time | relevance | path

Searched refs:bSecEnd (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp675 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps, FX_BOOL bSecEnd) : in CFXEU_Delete() argument
683 m_bSecEnd(bSecEnd) in CFXEU_Delete()
3129 FX_BOOL bSecEnd = (m_wpCaret == m_pVT->GetSectionEndPlace(m_wpCaret)); in Delete() local
3136 if (bSecEnd) in Delete()
3138 section.SecProps,section.WordProps,bSecEnd)); in Delete()
3141 section.SecProps,word.WordProps,bSecEnd)); in Delete()
3150 if (bSecEnd) in Delete()
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h427 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps, FX_BOOL bSecEnd);