Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp28 CFX_CSSPropertyValue eName; member
356 AddPropertyHolder(pTable->eName, pCSSValue, bImportant); in AddProperty()
367 switch (pTable->eName) { in AddProperty()
444 return pValue ? pdfium::MakeRetain<CFX_CSSEnumValue>(pValue->eName) : nullptr; in ParseEnum()
474 (pTable->eName == CFX_CSSProperty::FontFamily) ? ',' : ' '; in ParseValueListProperty()
503 list.push_back(pdfium::MakeRetain<CFX_CSSEnumValue>(pValue->eName)); in ParseValueListProperty()
527 switch (pTable->eName) { in ParseValueListProperty()
548 AddPropertyHolder(pTable->eName, pList, bImportant); in ParseValueListProperty()
622 switch (pValue->eName) { in ParseBorderProperty()
627 pWidth = pdfium::MakeRetain<CFX_CSSEnumValue>(pValue->eName); in ParseBorderProperty()
[all …]
Dcfx_cssdatatable.h19 CFX_CSSProperty eName; member
27 const CFX_CSSPropertyTable* CFX_GetCSSPropertyByEnum(CFX_CSSProperty eName);
Dcfx_cssdatatable.cpp145 const CFX_CSSPropertyTable* CFX_GetCSSPropertyByEnum(CFX_CSSProperty eName) { in CFX_GetCSSPropertyByEnum() argument
146 return g_CFX_CSSProperties + static_cast<int>(eName); in CFX_GetCSSPropertyByEnum()
/external/pdfium/xfa/fxfa/
Dcxfa_ffbarcode_unittest.cpp16 EXPECT_EQ(BarcodeType::ean13, data->eName); in TEST()
20 EXPECT_EQ(BarcodeType::pdf417, data->eName); in TEST()
24 EXPECT_EQ(BarcodeType::code3Of9, data->eName); in TEST()
Dcxfa_ffbarcode.cpp218 if (info->eName == BarcodeType::code3Of9 || in UpdateWidgetProperty()
219 info->eName == BarcodeType::ean8 || info->eName == BarcodeType::ean13 || in UpdateWidgetProperty()
220 info->eName == BarcodeType::upcA) { in UpdateWidgetProperty()
Dcxfa_ffbarcode.h82 BarcodeType eName; member
Dfxfa_basic.h951 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/pdfium/xfa/fxfa/parser/
Dxfa_utils.cpp155 XFA_Attribute eName, in SaveAttribute() argument
159 if (!bProto && !pNode->JSObject()->HasAttribute(eName)) in SaveAttribute()
162 Optional<WideString> value = pNode->JSObject()->TryAttribute(eName, false); in SaveAttribute()
Dcxfa_node.cpp171 return {it->eName}; in NameToAttributeEnum()
/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