Home
last modified time | relevance | path

Searched refs:eName (Results 1 – 25 of 32) sorted by relevance

12

/external/pdfium/xfa/fde/css/
Dcfde_cssdeclaration.cpp205 AddPropertyHolder(pTable->eName, pCSSValue, bImportant); in AddProperty()
215 switch (pTable->eName) { in AddProperty()
294 return pValue ? pdfium::MakeRetain<CFDE_CSSEnumValue>(pValue->eName) in ParseEnum()
327 (pTable->eName == FDE_CSSProperty::FontFamily) ? ',' : ' '; in ParseValueListProperty()
358 pdfium::MakeRetain<CFDE_CSSEnumValue>(pValue->eName)); in ParseValueListProperty()
382 switch (pTable->eName) { in ParseValueListProperty()
403 AddPropertyHolder(pTable->eName, pList, bImportant); in ParseValueListProperty()
477 switch (pValue->eName) { in ParseBorderProperty()
482 pWidth = pdfium::MakeRetain<CFDE_CSSEnumValue>(pValue->eName); in ParseBorderProperty()
517 switch (pValue->eName) { in ParseFontProperty()
[all …]
Dfde_cssdatatable.h22 FDE_CSSProperty eName; member
29 FDE_CSSPropertyValue eName; member
46 const FDE_CSSPropertyTable* FDE_GetCSSPropertyByEnum(FDE_CSSProperty eName);
Dfde_cssdatatable.cpp220 const FDE_CSSPropertyTable* FDE_GetCSSPropertyByEnum(FDE_CSSProperty eName) { in FDE_GetCSSPropertyByEnum() argument
221 return g_FDE_CSSProperties + static_cast<int>(eName); in FDE_GetCSSPropertyByEnum()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_validate.cpp19 XFA_ATTRIBUTEENUM eName) { in SetTestValue() argument
23 eName = pInfo->eName; in SetTestValue()
25 m_pNode->SetEnum((XFA_ATTRIBUTE)iType, eName, false); in SetTestValue()
Dxfa_utils.cpp333 return prop.eName == eProperty; in XFA_GetPropertyOfElement()
366 const XFA_ELEMENTINFO* XFA_GetElementByID(XFA_Element eName) { in XFA_GetElementByID() argument
367 return eName != XFA_Element::Unknown in XFA_GetElementByID()
368 ? g_XFAElementData + static_cast<int32_t>(eName) in XFA_GetElementByID()
383 return pInfo->eName; in XFA_GetElementTypeForName()
443 const XFA_ATTRIBUTEINFO* XFA_GetAttributeByID(XFA_ATTRIBUTE eName) { in XFA_GetAttributeByID() argument
444 return (eName < g_iXFAAttributeCount) ? (g_XFAAttributeData + eName) in XFA_GetAttributeByID()
477 uint32_t dwFind = (g_XFAPacketData + iMid)->eName; in XFA_GetPacketByID()
Dcxfa_dataexporter.cpp80 XFA_ATTRIBUTE eName, in SaveAttribute() argument
85 if ((!bProto && !pNode->HasAttribute((XFA_ATTRIBUTE)eName, bProto)) || in SaveAttribute()
86 !pNode->GetAttribute((XFA_ATTRIBUTE)eName, wsValue, false)) { in SaveAttribute()
165 if (pAttr->eName == XFA_ATTRIBUTE_Name || in RegenerateFormFile_Changed()
166 (AttributeSaveInDataModel(pNode, pAttr->eName) && !bSaveXML)) { in RegenerateFormFile_Changed()
170 SaveAttribute(pNode, pAttr->eName, pAttr->pName, bSaveXML, wsAttr); in RegenerateFormFile_Changed()
351 if (pAttr->eName == XFA_ATTRIBUTE_Name) in RegenerateFormFile_Container()
355 SaveAttribute(pNode, pAttr->eName, pAttr->pName, false, wsAttr); in RegenerateFormFile_Container()
Dxfa_utils.h196 const XFA_ELEMENTINFO* XFA_GetElementByID(XFA_Element eName);
207 const XFA_ATTRIBUTEINFO* XFA_GetAttributeByID(XFA_ATTRIBUTE eName);
Dcxfa_validate.h41 XFA_ATTRIBUTEENUM eName);
Dcxfa_document.cpp232 if (pElement && (pElement->dwPackets & pPacket->eName)) { in CreateNode()
234 new CXFA_Node(this, pPacket->eName, pElement->eObjectType, in CreateNode()
235 pElement->eName, pElement->pName); in CreateNode()
Dcxfa_node.cpp469 const XFA_ATTRIBUTEENUMINFO* GetAttributeEnumByID(XFA_ATTRIBUTEENUM eName) { in GetAttributeEnumByID() argument
470 return g_XFAEnumData + eName; in GetAttributeEnumByID()
678 m_pDocument->CreateNode(pPacket, pProperty[i].eName); in GetNodeList()
1281 bHas = HasAttribute(pAttributeInfo->eName); in Script_NodeClass_IsPropertySpecified()
1287 bHas = m_pParent->HasAttribute(pAttributeInfo->eName); in Script_NodeClass_IsPropertySpecified()
3618 XFA_GetNotsureAttribute(GetElementType(), pAttr->eName); in SetAttribute()
3624 return SetEnum(pAttr->eName, in SetAttribute()
3625 pEnum ? pEnum->eName in SetAttribute()
3630 return SetCData(pAttr->eName, CFX_WideString(wsValue), bNotify); in SetAttribute()
3632 return SetBoolean(pAttr->eName, wsValue != L"0", bNotify); in SetAttribute()
[all …]
Dcxfa_simple_parser.cpp541 pPacketInfo ? pPacketInfo->eName : XFA_XDPPACKET_USER; in ParseAsXDPPacket_XDP()
921 if (!bUseAttribute && lpAttrInfo->eName != XFA_ATTRIBUTE_Name && in NormalLoader()
922 lpAttrInfo->eName != XFA_ATTRIBUTE_Save) { in NormalLoader()
925 pXFAChild->SetAttribute(lpAttrInfo->eName, wsAttrValue.AsStringC()); in NormalLoader()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffbarcode.cpp216 if (pBarcodeTypeInfo->eName == XFA_BARCODETYPE_code3Of9 || in UpdateWidgetProperty()
217 pBarcodeTypeInfo->eName == XFA_BARCODETYPE_ean8 || in UpdateWidgetProperty()
218 pBarcodeTypeInfo->eName == XFA_BARCODETYPE_ean13 || in UpdateWidgetProperty()
219 pBarcodeTypeInfo->eName == XFA_BARCODETYPE_upcA) { in UpdateWidgetProperty()
Dxfa_ffbarcode.h97 XFA_BARCODETYPEENUM eName; member
/external/pdfium/xfa/fxfa/
Dfxfa_basic.h94 XFA_XDPPACKET eName; member
932 XFA_Element eName; member
948 XFA_ATTRIBUTE eName; member
970 XFA_Element eName; member
978 XFA_ATTRIBUTEENUM eName; member
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DTransformerHandlerImpl.java968 String eName, String aName, String type, String valueDefault, String value) in attributeDecl() argument
973 System.out.println("TransformerHandlerImpl#attributeDecl: " + eName in attributeDecl()
978 m_declHandler.attributeDecl(eName, aName, type, valueDefault, value); in attributeDecl()
DTransformerIdentityImpl.java1369 public void attributeDecl (String eName, in attributeDecl() argument
1377 … m_resultDeclHandler.attributeDecl(eName, aName, type, valueDefault, value); in attributeDecl()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToStream.java844 String eName, in attributeDecl() argument
860 writer.write(eName); in attributeDecl()
DToHTMLStream.java1883 String eName, in attributeDecl() argument
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM.java2273 String eName, String aName, String type, String valueDefault, String value) in attributeDecl() argument
/external/owasp/sanitizer/tools/findbugs/lib/
Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/guice/extensions/persist/lib/
Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...

12