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.cpp45 cp.dwFlags |= PLBS_MULTIPLESEL; in GetCreateParam()
82 if (pWnd->HasFlag(PLBS_MULTIPLESEL)) in NewPDFWindow()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Wnd.h69 #define PLBS_MULTIPLESEL 0x0001L macro
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp117 m_pList->SetMultipleSel(HasFlag(PLBS_MULTIPLESEL)); in OnCreated()