HomeSort by relevance Sort by last modified time
    Searched refs:iControlNo (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fxjs/
cjs_field.cpp 185 // note: iControlNo = -1, means not a widget.
188 int& iControlNo) {
192 iControlNo = -1;
196 iControlNo = FXSYS_wtoi(suffixal.c_str());
197 if (iControlNo == 0) {
205 iControlNo = -1;
226 int iControlNo = -1;
227 ParseFieldName(swFieldNameTemp.c_str(), strFieldName, iControlNo);
228 if (iControlNo == -1)
232 m_nFormControlIndex = iControlNo;
    [all...]
cjs_field.h 318 int& iControlNo);

Completed in 78 milliseconds