Searched defs:iControlNo (Results 1 - 1 of 1) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
H A DField.cpp186 // note: iControlNo = -1, means not a widget.
189 int& iControlNo) {
193 iControlNo = -1;
197 iControlNo = FXSYS_wtoi(suffixal.c_str());
198 if (iControlNo == 0) {
206 iControlNo = -1;
228 int iControlNo = -1; local
229 ParseFieldName(swFieldNameTemp.c_str(), strFieldName, iControlNo);
230 if (iControlNo == -1)
234 m_nFormControlIndex = iControlNo;
187 ParseFieldName(const std::wstring& strFieldNameParsed, std::wstring& strFieldName, int& iControlNo) argument
[all...]

Completed in 64 milliseconds