Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/include/javascript/
DField.h202 …static void SetDoNotScroll(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nCo…
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp1238 Field::SetDoNotScroll(m_pDocument, m_FieldName, m_nFormControlIndex, bVP); in doNotScroll()
1262 void Field::SetDoNotScroll(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nCon… in SetDoNotScroll() function in Field
4046 Field::SetDoNotScroll(pDocument, pData->sFieldName, pData->nControlIndex, pData->b); in DoDelay()