Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssdeclaration.cpp1118 IFDE_CSSPrimitiveValue* pColumnRuleStyle = NULL; in ParseColumnRuleProperty() local
1138 if (pColumnRuleStyle == NULL) { in ParseColumnRuleProperty()
1139 pColumnRuleStyle = NewEnumValue(pStaticStore, pValue->eName); in ParseColumnRuleProperty()
1186 if (pColumnRuleColor == NULL && pColumnRuleStyle == NULL && in ParseColumnRuleProperty()
1190 if (pColumnRuleStyle == NULL) { in ParseColumnRuleProperty()
1191 pColumnRuleStyle = NewEnumValue(pStaticStore, FDE_CSSPROPERTYVALUE_None); in ParseColumnRuleProperty()
1201 pColumnRuleStyle, bImportant); in ParseColumnRuleProperty()