Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_impl.h90 void SetMultipleSel(bool bMultiple) { m_bMultiple = bMultiple; } in SetMultipleSel() function
Dcpwl_list_box.cpp82 m_pList->SetMultipleSel(HasFlag(PLBS_MULTIPLESEL)); in OnCreated()