Searched refs:sFieldName (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_delaydata.cpp | 10 : eProp(prop), nControlIndex(idx), sFieldName(name) {} in CJS_DelayData()
|
D | cjs_delaydata.h | 23 WideString sFieldName; member
|
D | cjs_document.cpp | 468 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()
|
D | cjs_field.cpp | 2633 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()
|
D | cjs_document.h | 36 void DoFieldDelay(const WideString& sFieldName, int nControlIndex);
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_interactiveform.cpp | 156 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()
|
D | cpdfsdk_interactiveform.h | 41 void GetWidgets(const WideString& sFieldName,
|