Home
last modified time | relevance | path

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

/external/pdfium/xfa/include/fwl/lightwidget/
Dlistbox.h31 FWL_ERR SetFocusItem(FWL_HLISTITEM hItem);
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_listboximp.h52 void SetFocusItem(FWL_HLISTITEM hItem);
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_listboximp.cpp276 SetFocusItem(NULL); in SetSelItem()
440 void CFWL_ListBoxImp::SetFocusItem(FWL_HLISTITEM hItem) { in SetFocusItem() function in CFWL_ListBoxImp
1107 m_pOwner->SetFocusItem(hItem); in OnLButtonDown()
1170 m_pOwner->SetFocusItem(hItem); in OnVK()
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dlistbox.cpp121 FWL_ERR CFWL_ListBox::SetFocusItem(FWL_HLISTITEM hItem) { in SetFocusItem() function in CFWL_ListBox