Home
last modified time | relevance | path

Searched refs:nFieldType (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp480 int nFieldType = GetFieldType(); in IsWidgetAppearanceValid() local
481 switch (nFieldType) { in IsWidgetAppearanceValid()
780 int nFieldType = GetFieldType(); local
782 switch (nFieldType) {
822 int nFieldType = GetFieldType(); local
824 if ((nFieldType == FIELDTYPE_CHECKBOX ||
825 nFieldType == FIELDTYPE_RADIOBUTTON) &&
853 int nFieldType = GetFieldType(); local
854 if (m_pInterForm->IsNeedHighLight(nFieldType)) {
856 FX_COLORREF color = m_pInterForm->GetHighlightColor(nFieldType);
[all …]
Dfsdk_annothandler.cpp654 int nFieldType = pWidget->GetFieldType(); in OnLoad() local
655 if (nFieldType == FIELDTYPE_TEXTFIELD || nFieldType == FIELDTYPE_COMBOBOX) { in OnLoad()
658 if (bFormated && nFieldType == FIELDTYPE_COMBOBOX) { in OnLoad()
Dfsdk_mgr.cpp582 int nFieldType = pWidget->GetFieldType(); in KillFocusAnnot() local
583 if (FIELDTYPE_TEXTFIELD == nFieldType || in KillFocusAnnot()
584 FIELDTYPE_COMBOBOX == nFieldType) { in KillFocusAnnot()
/external/pdfium/fpdfsdk/include/
Dfsdk_baseform.h357 FX_BOOL IsNeedHighLight(int nFieldType);
361 void SetHighlightColor(FX_COLORREF clr, int nFieldType);
362 FX_COLORREF GetHighlightColor(int nFieldType);
/external/pdfium/fpdfsdk/src/javascript/
DField.cpp214 int nFieldType = pFormField->GetFieldType(); in UpdateFormField() local
215 if (nFieldType == FIELDTYPE_COMBOBOX || nFieldType == FIELDTYPE_TEXTFIELD) { in UpdateFormField()
251 int nFieldType = pWidget->GetFieldType(); in UpdateFormControl() local
252 if (nFieldType == FIELDTYPE_COMBOBOX || in UpdateFormControl()
253 nFieldType == FIELDTYPE_TEXTFIELD) { in UpdateFormControl()
1004 int nFieldType = pFormField->GetFieldType(); in SetCurrentValueIndices() local
1005 if (nFieldType == FIELDTYPE_COMBOBOX || nFieldType == FIELDTYPE_LISTBOX) { in SetCurrentValueIndices()
2546 int nFieldType = pFormField->GetFieldType(); in textFont() local
2548 if (nFieldType == FIELDTYPE_PUSHBUTTON || in textFont()
2549 nFieldType == FIELDTYPE_COMBOBOX || nFieldType == FIELDTYPE_LISTBOX || in textFont()
[all …]
DField.h436 int nFieldType,
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_IFormFiller.cpp517 int nFieldType = pWidget->GetFieldType(); in GetFormFiller() local
519 switch (nFieldType) { in GetFormFiller()