Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssdeclaration.cpp1215 CFDE_CSSValueArray arrEmphasisStyle; in ParseTextEmphasisProperty() local
1224 arrEmphasisStyle.Add(NewEnumValue(pStaticStore, pValue->eName)); in ParseTextEmphasisProperty()
1234 arrEmphasisStyle.Add(FDE_NewWith(pStaticStore) CFDE_CSSPrimitiveValue( in ParseTextEmphasisProperty()
1248 if (arrEmphasisStyle.GetSize() != 0) { in ParseTextEmphasisProperty()
1251 CFDE_CSSValueList(pStaticStore, arrEmphasisStyle), in ParseTextEmphasisProperty()