Home
last modified time | relevance | path

Searched refs:m_hAnchor (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_listbox.cpp36 m_hAnchor(nullptr), in CFWL_ListBox()
755 m_hAnchor = pItem; in OnLButtonDown()
757 if (m_hAnchor) in OnLButtonDown()
758 SetSelection(m_hAnchor, pItem, true); in OnLButtonDown()
763 m_hAnchor = pItem; in OnLButtonDown()
816 if (m_hAnchor) in OnVK()
817 SetSelection(m_hAnchor, pItem, true); in OnVK()
822 m_hAnchor = pItem; in OnVK()
Dcfwl_listbox.h127 CFWL_ListItem* m_hAnchor; variable