Searched refs:nControlIndex (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_field.cpp | 463 int nControlIndex, in SetBorderStyle() argument 484 if (nControlIndex < 0) { in SetBorderStyle() 498 if (nControlIndex >= pFormField->CountControls()) in SetBorderStyle() 501 pFormField->GetControl(nControlIndex)) { in SetBorderStyle() 829 int nControlIndex, in SetCurrentValueIndices() argument 991 int nControlIndex, in SetDisplay() argument 997 if (nControlIndex < 0) { in SetDisplay() 1011 if (nControlIndex >= pFormField->CountControls()) in SetDisplay() 1014 CPDF_FormControl* pFormControl = pFormField->GetControl(nControlIndex); in SetDisplay() 1212 int nControlIndex, in SetHidden() argument [all …]
|
D | cjs_field.h | 267 int nControlIndex, 271 int nControlIndex, 275 int nControlIndex, 279 int nControlIndex, 283 int nControlIndex, 287 int nControlIndex, 291 int nControlIndex, 295 int nControlIndex,
|
D | cjs_delaydata.cpp | 10 : eProp(prop), nControlIndex(idx), sFieldName(name) {} in CJS_DelayData()
|
D | cjs_delaydata.h | 23 int nControlIndex; member
|
D | cjs_document.cpp | 1481 void Document::DoFieldDelay(const WideString& sFieldName, int nControlIndex) { in DoFieldDelay() argument 1487 (*old)->nControlIndex == nControlIndex) { in DoFieldDelay()
|
D | cjs_document.h | 215 void DoFieldDelay(const WideString& sFieldName, int nControlIndex);
|