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 | 24 WideString sFieldName; member
|
D | cjs_document.cpp | 425 WideString sFieldName = pRuntime->ToWideString(params[0]); in removeField() local 428 pInterForm->GetWidgets(sFieldName, &widgets); in removeField() 1481 void Document::DoFieldDelay(const WideString& sFieldName, int nControlIndex) { in DoFieldDelay() argument 1486 if ((*old)->sFieldName == sFieldName && in DoFieldDelay()
|
D | cjs_field.cpp | 2643 Field::SetBorderStyle(pFormFillEnv, pData->sFieldName, in DoDelay() 2647 Field::SetCurrentValueIndices(pFormFillEnv, pData->sFieldName, in DoDelay() 2651 Field::SetDisplay(pFormFillEnv, pData->sFieldName, pData->nControlIndex, in DoDelay() 2655 Field::SetHidden(pFormFillEnv, pData->sFieldName, pData->nControlIndex, in DoDelay() 2659 Field::SetLineWidth(pFormFillEnv, pData->sFieldName, pData->nControlIndex, in DoDelay() 2663 Field::SetRect(pFormFillEnv, pData->sFieldName, pData->nControlIndex, in DoDelay() 2667 Field::SetValue(pFormFillEnv, pData->sFieldName, pData->nControlIndex, in DoDelay()
|
D | cjs_document.h | 215 void DoFieldDelay(const WideString& sFieldName, int nControlIndex);
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_interform.cpp | 150 const WideString& sFieldName, in GetWidgets() argument 152 for (int i = 0, sz = m_pInterForm->CountFields(sFieldName); i < sz; ++i) { in GetWidgets() 153 CPDF_FormField* pFormField = m_pInterForm->GetField(i, sFieldName); in GetWidgets()
|
D | cpdfsdk_interform.h | 46 void GetWidgets(const WideString& sFieldName,
|