Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.h52 XFA_VALUEPICTURE eValueType) const;
72 XFA_VALUEPICTURE eValueType) const;
Dcxfa_localevalue.cpp322 XFA_VALUEPICTURE eValueType) const { in FormatPatterns()
329 if (FormatSinglePattern(wsResult, wsPatterns[i], pLocale, eValueType)) in FormatPatterns()
338 XFA_VALUEPICTURE eValueType) const { in FormatSinglePattern()
380 eValueType != XFA_VALUEPICTURE_Display)) { in FormatSinglePattern()
/external/pdfium/xfa/fxfa/
Dcxfa_widgetacc.cpp374 XFA_Element eValueType = in CreateUIChild() local
376 switch (eValueType) { in CreateUIChild()
403 eWidgetType = eValueType; in CreateUIChild()
472 eValueType = XFA_Element::Text; in CreateUIChild()
477 eValueType = pItem->GetElementType(); in CreateUIChild()
483 eValueType = XFA_Element::DateTime; in CreateUIChild()
486 eValueType = XFA_Element::Image; in CreateUIChild()
489 eValueType = XFA_Element::Float; in CreateUIChild()
492 eValueType = (pUIChild->JSObject()->GetEnum(XFA_Attribute::Open) == in CreateUIChild()
504 eValueType = XFA_Element::Text; in CreateUIChild()
[all …]
Dcxfa_widgetacc.h166 bool SetValue(XFA_VALUEPICTURE eValueType, const WideString& wsValue);
167 WideString GetValue(XFA_VALUEPICTURE eValueType);
Dfxfa_basic.h980 XFA_ScriptType eValueType; member
/external/pdfium/fxjs/xfa/
Dcjx_tree.cpp70 lpAttributeInfo->eValueType != XFA_ScriptType::Object) { in resolveNode()
224 resolveNodeRS.pScriptAttribute->eValueType == XFA_ScriptType::Object) { in ResolveNodeList()
/external/pdfium/fxjs/
Dcfxjse_formcalc_context.cpp6002 resolveNodeRS.pScriptAttribute->eValueType == XFA_ScriptType::Object) { in ParseResolveResult()