Searched refs:CPLST_Select_Item (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp317 m_aItems.Add(new CPLST_Select_Item(nItemIndex, 1));
319 if (CPLST_Select_Item* pItem = m_aItems.GetAt(nIndex)) {
338 if (CPLST_Select_Item* pItem = m_aItems.GetAt(i))
357 if (CPLST_Select_Item* pItem = m_aItems.GetAt(i)) {
376 if (CPLST_Select_Item* pItem = m_aItems.GetAt(nIndex))
384 if (CPLST_Select_Item* pItem = m_aItems.GetAt(nIndex))
392 if (CPLST_Select_Item* pItem = m_aItems.GetAt(i)) {
400 if (CPLST_Select_Item* pItem = m_aItems.GetAt(i)) {
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_list.h248 struct CPLST_Select_Item { struct
249 CPLST_Select_Item(int32_t other_nItemIndex, int32_t other_nState) { function in struct:CPLST_Select_Item
277 CFX_ArrayTemplate<CPLST_Select_Item*> m_aItems;

Completed in 45 milliseconds