Home
last modified time | relevance | path

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

/external/pdfium/xfa/fwl/
Dcfwl_listbox.cpp749 m_hAnchor = pItem; in OnLButtonDown()
751 if (m_hAnchor) in OnLButtonDown()
752 SetSelection(m_hAnchor, pItem, true); in OnLButtonDown()
757 m_hAnchor = pItem; in OnLButtonDown()
810 if (m_hAnchor) in OnVK()
811 SetSelection(m_hAnchor, pItem, true); in OnVK()
816 m_hAnchor = pItem; in OnVK()
Dcfwl_listbox.h130 CFWL_ListItem* m_hAnchor = nullptr; variable