Searched refs:eValueType (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_basic_data.h | 26 XFA_ScriptType eValueType; member 31 XFA_ScriptType eValueType; member
|
D | cxfa_localevalue.h | 54 XFA_VALUEPICTURE eValueType) const; 73 XFA_VALUEPICTURE eValueType) const;
|
D | xfa_basic_data.cpp | 160 result.eValueType = elem->script_type; in XFA_GetAttributeByName() 202 result.eValueType = attr.value().eValueType; in XFA_GetScriptAttributeByName()
|
D | cxfa_localevalue.cpp | 261 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()
|
D | cxfa_node.h | 369 bool SetValue(XFA_VALUEPICTURE eValueType, const WideString& wsValue); 370 WideString GetValue(XFA_VALUEPICTURE eValueType);
|
D | cxfa_node.cpp | 4639 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/ |
D | cjx_tree.cpp | 68 resolveNodeRS.script_attribute.eValueType != XFA_ScriptType::Object) { in resolveNode() 218 resolveNodeRS.script_attribute.eValueType == XFA_ScriptType::Object) { in ResolveNodeList()
|
D | cfxjse_formcalc_context.cpp | 5526 resolveNodeRS.script_attribute.eValueType == XFA_ScriptType::Object) { in ParseResolveResult()
|