Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h307 int32_t GetTopItem() const override;
Dfx_edit.h540 virtual int32_t GetTopItem() const = 0;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp478 return m_pList->GetTopItem(); in GetTopVisibleIndex()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp793 int32_t CFX_ListCtrl::GetTopItem() const { in GetTopItem() function in CFX_ListCtrl