Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_ListBox.cpp31 cp.dwFlags |= PLBS_MULTIPLESEL; in GetCreateParam()
58 if (pWnd->HasFlag(PLBS_MULTIPLESEL)) { in NewPDFWindow()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h56 #define PLBS_MULTIPLESEL 0x0001L macro
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp94 m_pList->SetMultipleSel(HasFlag(PLBS_MULTIPLESEL)); in OnCreated()