Searched refs:NewEnumValue (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/xfa/src/fdp/src/css/ |
D | fde_cssdeclaration.cpp | 84 inline IFDE_CSSPrimitiveValue* CFDE_CSSDeclaration::NewEnumValue( in NewEnumValue() function in CFDE_CSSDeclaration 297 return pValue ? NewEnumValue(pArgs->pStaticStore, pValue->eName) : NULL; in ParseEnum() 370 NewEnumValue(pArgs->pStaticStore, pPropertyValue->eName)); in ParseFunction() 427 list.Add(NewEnumValue(pStaticStore, pValue->eName)); in ParseContentProperty() 436 list.Add(NewEnumValue(pStaticStore, pValue->eName)); in ParseContentProperty() 555 list.Add(NewEnumValue(pStaticStore, pValue->eName)); in ParseValueListProperty() 707 pWidth = NewEnumValue(pStaticStore, pValue->eName); in ParseBorderPropoerty() 721 pStyle = NewEnumValue(pStaticStore, pValue->eName); in ParseBorderPropoerty() 736 pStyle = NewEnumValue(pStaticStore, FDE_CSSPROPERTYVALUE_None); in ParseBorderPropoerty() 781 pImage = NewEnumValue(pStaticStore, pValue->eName); in ParseListStyleProperty() [all …]
|
D | fde_cssdeclaration.h | 144 IFDE_CSSPrimitiveValue* NewEnumValue(IFX_MEMAllocator* pStaticStore,
|