Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_listbox.cpp29 cp.dwFlags |= PLBS_MULTIPLESEL; in GetCreateParam()
53 if (pWnd->HasFlag(PLBS_MULTIPLESEL)) { in NewPWLWindow()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.h57 #define PLBS_MULTIPLESEL 0x0001L macro
Dcpwl_list_box.cpp82 m_pList->SetMultipleSel(HasFlag(PLBS_MULTIPLESEL)); in OnCreated()