Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dxfa_basic_data.h26 XFA_ScriptType eValueType; member
31 XFA_ScriptType eValueType; member
Dcxfa_localevalue.h54 XFA_VALUEPICTURE eValueType) const;
73 XFA_VALUEPICTURE eValueType) const;
Dxfa_basic_data.cpp160 result.eValueType = elem->script_type; in XFA_GetAttributeByName()
202 result.eValueType = attr.value().eValueType; in XFA_GetScriptAttributeByName()
Dcxfa_localevalue.cpp261 XFA_VALUEPICTURE eValueType) const { in FormatPatterns()
264 if (FormatSinglePattern(wsResult, pattern, pLocale, eValueType)) in FormatPatterns()
273 XFA_VALUEPICTURE eValueType) const { in FormatSinglePattern()
316 eValueType != XFA_VALUEPICTURE_Display)) { in FormatSinglePattern()
Dcxfa_node.h369 bool SetValue(XFA_VALUEPICTURE eValueType, const WideString& wsValue);
370 WideString GetValue(XFA_VALUEPICTURE eValueType);
Dcxfa_node.cpp4639 bool CXFA_Node::SetValue(XFA_VALUEPICTURE eValueType, in SetValue() argument
4650 WideString wsPicture = GetPictureContent(eValueType); in SetValue()
4765 WideString CXFA_Node::GetValue(XFA_VALUEPICTURE eValueType) { in GetValue() argument
4768 if (eValueType == XFA_VALUEPICTURE_Display) in GetValue()
4771 WideString wsPicture = GetPictureContent(eValueType); in GetValue()
4778 if (eValueType == XFA_VALUEPICTURE_Display) { in GetValue()
4789 if (eValueType != XFA_VALUEPICTURE_Raw && wsPicture.IsEmpty()) { in GetValue()
4791 if (eValueType == XFA_VALUEPICTURE_Display && pLocale) in GetValue()
4809 if (date.FormatPatterns(wsValue, wsPicture, pLocale, eValueType)) in GetValue()
4818 if (time.FormatPatterns(wsValue, wsPicture, pLocale, eValueType)) in GetValue()
[all …]
/external/pdfium/fxjs/xfa/
Dcjx_tree.cpp68 resolveNodeRS.script_attribute.eValueType != XFA_ScriptType::Object) { in resolveNode()
218 resolveNodeRS.script_attribute.eValueType == XFA_ScriptType::Object) { in ResolveNodeList()
Dcfxjse_formcalc_context.cpp5526 resolveNodeRS.script_attribute.eValueType == XFA_ScriptType::Object) { in ParseResolveResult()