Searched refs:SetMultipleSelection (Results 1 - 2 of 2) sorted by relevance
/external/pdfium/fpdfsdk/include/javascript/ |
H A D | Field.h | 204 static void SetMultipleSelection(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, bool b);
|
/external/pdfium/fpdfsdk/src/javascript/ |
H A D | Field.cpp | 2061 Field::SetMultipleSelection(m_pDocument, m_FieldName, m_nFormControlIndex, bVP);
2085 void Field::SetMultipleSelection(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, bool b)
function in class:Field 4080 Field::SetMultipleSelection(pDocument, pData->sFieldName, pData->nControlIndex, pData->b);
|
Completed in 53 milliseconds