Home
last modified time | relevance | path

Searched refs:GetTopItem (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/fxedit/
Dfxet_list.h243 int32_t GetTopItem() const;
Dfxet_list.cpp607 int32_t CFX_ListCtrl::GetTopItem() const { in GetTopItem() function in CFX_ListCtrl
/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ListBox.cpp424 return m_pList->GetTopItem(); in GetTopVisibleIndex()