Home
last modified time | relevance | path

Searched refs:PLBS_HOVERSEL (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp93 SetHoverSel(HasFlag(PLBS_HOVERSEL)); in OnCreated()
97 m_bHoverSel = HasFlag(PLBS_HOVERSEL); in OnCreated()
DPWL_ComboBox.cpp332 PWS_CHILD | PWS_BORDER | PWS_BACKGROUND | PLBS_HOVERSEL | PWS_VSCROLL; in CreateListBox()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h57 #define PLBS_HOVERSEL 0x0008L macro