Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_edit.cpp692 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps, FX_BOOL bSecEnd) : in CFXEU_Delete() argument
700 m_bSecEnd(bSecEnd) in CFXEU_Delete()
3146 FX_BOOL bSecEnd = (m_wpCaret == m_pVT->GetSectionEndPlace(m_wpCaret)); in Delete() local
3153 if (bSecEnd) in Delete()
3155 section.SecProps,section.WordProps,bSecEnd)); in Delete()
3158 section.SecProps,word.WordProps,bSecEnd)); in Delete()
3167 if (bSecEnd) in Delete()
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_edit.h431 const CPVT_SecProps & SecProps, const CPVT_WordProps & WordProps, FX_BOOL bSecEnd);