Home
last modified time | relevance | path

Searched defs:GetFocusedItem (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/lzma/CPP/Windows/Control/
H A DListView.h79 int GetFocusedItem() const { return GetNextItem(-1, LVNI_FOCUSED); } in GetFocusedItem() function
/aosp_15_r20/external/pdfium/xfa/fwl/
H A Dcfwl_listbox.cpp243 CFWL_ListBox::Item* CFWL_ListBox::GetFocusedItem() { in GetFocusedItem() function in CFWL_ListBox