Home
last modified time | relevance | path

Searched refs:sFieldName (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fxjs/
Dcjs_delaydata.cpp10 : eProp(prop), nControlIndex(idx), sFieldName(name) {} in CJS_DelayData()
Dcjs_delaydata.h23 WideString sFieldName; member
Dcjs_document.cpp468 WideString sFieldName = pRuntime->ToWideString(params[0]); in removeField() local
471 pInteractiveForm->GetWidgets(sFieldName, &widgets); in removeField()
1398 void CJS_Document::DoFieldDelay(const WideString& sFieldName, in DoFieldDelay() argument
1404 if ((*old)->sFieldName == sFieldName && in DoFieldDelay()
Dcjs_field.cpp2633 SetBorderStyle(pFormFillEnv, pData->sFieldName, pData->nControlIndex, in DoDelay()
2637 SetCurrentValueIndices(pFormFillEnv, pData->sFieldName, in DoDelay()
2641 SetDisplay(pFormFillEnv, pData->sFieldName, pData->nControlIndex, in DoDelay()
2645 SetHidden(pFormFillEnv, pData->sFieldName, pData->nControlIndex, in DoDelay()
2649 SetLineWidth(pFormFillEnv, pData->sFieldName, pData->nControlIndex, in DoDelay()
2653 SetRect(pFormFillEnv, pData->sFieldName, pData->nControlIndex, in DoDelay()
2657 SetFieldValue(pFormFillEnv, pData->sFieldName, pData->nControlIndex, in DoDelay()
Dcjs_document.h36 void DoFieldDelay(const WideString& sFieldName, int nControlIndex);
/external/pdfium/fpdfsdk/
Dcpdfsdk_interactiveform.cpp156 const WideString& sFieldName, in GetWidgets() argument
158 for (int i = 0, sz = m_pInteractiveForm->CountFields(sFieldName); i < sz; in GetWidgets()
160 CPDF_FormField* pFormField = m_pInteractiveForm->GetField(i, sFieldName); in GetWidgets()
Dcpdfsdk_interactiveform.h41 void GetWidgets(const WideString& sFieldName,