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

  /external/pdfium/fpdfsdk/src/javascript/
Field.cpp 129 m_nFormControlIndex(-1),
200 m_nFormControlIndex = iControlNo;
205 m_nFormControlIndex = -1;
369 if(!pFormField->CountControls() || m_nFormControlIndex>=pFormField->CountControls()) return NULL;
371 if (m_nFormControlIndex<0)
374 return pFormField->GetControl(m_nFormControlIndex);
396 Field::SetAlignment(m_pDocument, m_FieldName, m_nFormControlIndex, alignStr);
456 Field::SetBorderStyle(m_pDocument, m_FieldName, m_nFormControlIndex, strType);
577 Field::SetButtonAlignX(m_pDocument, m_FieldName, m_nFormControlIndex, nVP);
628 Field::SetButtonAlignY(m_pDocument, m_FieldName, m_nFormControlIndex, nVP)
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
Field.h 261 int m_nFormControlIndex;

Completed in 130 milliseconds