Searched defs:CPLST_Select (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp372 /* ------------------------------------ CPLST_Select ---------------------------------- */
374 CPLST_Select::CPLST_Select() function in class:CPLST_Select
378 CPLST_Select::~CPLST_Select()
386 void CPLST_Select::Add(FX_INT32 nItemIndex)
401 void CPLST_Select::Add(FX_INT32 nBeginIndex, FX_INT32 nEndIndex)
413 void CPLST_Select::Sub(FX_INT32 nItemIndex)
423 void CPLST_Select::Sub(FX_INT32 nBeginIndex, FX_INT32 nEndIndex)
435 FX_INT32 CPLST_Select
[all...]
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h275 class CPLST_Select class
278 CPLST_Select();
279 virtual ~CPLST_Select();
355 CPLST_Select m_aSelItems; //for multiple

Completed in 25 milliseconds