Home
last modified time | relevance | path

Searched refs:nControlIndex (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/include/javascript/
DField.h88 int nControlIndex; member
187 …t(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, const CFX_Byt…
188 …e(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, const CFX_Byt…
189 …gnX(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, int number);
190 …gnY(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, int number);
191 …tBounds(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, bool b);
192 …ion(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, int number);
193 …How(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, int number);
194 …hen(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, int number);
195 …dex(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, int number);
[all …]
DDocument.h168 … DoFieldDelay(const CFX_WideString& sFieldName, int nControlIndex);
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp433 …d::SetAlignment(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, in SetAlignment() argument
499 …:SetBorderStyle(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, in SetBorderStyle() argument
526 if (nControlIndex < 0) in SetBorderStyle()
544 if(nControlIndex >= pFormField->CountControls()) return; in SetBorderStyle()
545 if (CPDF_FormControl* pFormControl = pFormField->GetControl(nControlIndex)) in SetBorderStyle()
606 …ignX(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, int number) in SetButtonAlignX() argument
657 …ignY(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, int number) in SetButtonAlignY() argument
704 …itBounds(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, bool b) in SetButtonFitBounds() argument
749 …tion(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, int number) in SetButtonPosition() argument
799 …eHow(CPDFSDK_Document* pDocument, const CFX_WideString& swFieldName, int nControlIndex, int number) in SetButtonScaleHow() argument
[all …]
DDocument.cpp1937 void Document::DoFieldDelay(const CFX_WideString& sFieldName, int nControlIndex) in DoFieldDelay() argument
1946 if (pData->sFieldName == sFieldName && pData->nControlIndex == nControlIndex) in DoFieldDelay()