Home
last modified time | relevance | path

Searched refs:m_nFormControlIndex (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fxjs/
Dcjs_field.cpp630 m_nFormControlIndex = iControlNo; in AttachField()
635 m_nFormControlIndex = -1; in AttachField()
651 m_nFormControlIndex >= pFormField->CountControls()) in GetSmartFieldControl()
653 if (m_nFormControlIndex < 0) in GetSmartFieldControl()
655 return pFormField->GetControl(m_nFormControlIndex); in GetSmartFieldControl()
729 SetBorderStyle(m_pFormFillEnv.Get(), m_FieldName, m_nFormControlIndex, in set_border_style()
1042 m_nFormControlIndex, array); in set_current_value_indices()
1131 m_pJSDoc->DoFieldDelay(m_FieldName, m_nFormControlIndex); in SetDelay()
1179 SetDisplay(m_pFormFillEnv.Get(), m_FieldName, m_nFormControlIndex, in set_display()
1221 if (m_nFormControlIndex < 0) { in get_export_values()
[all …]
Dcjs_field.h370 int m_nFormControlIndex = -1; variable