Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssdeclaration.cpp1119 IFDE_CSSPrimitiveValue* pColumnRuleColor = NULL; in ParseColumnRuleProperty() local
1143 if (pColumnRuleColor == NULL) { in ParseColumnRuleProperty()
1144 pColumnRuleColor = NewEnumValue(pStaticStore, pValue->eName); in ParseColumnRuleProperty()
1161 pColumnRuleColor == NULL) { in ParseColumnRuleProperty()
1162 pColumnRuleColor = FDE_NewWith(pStaticStore) in ParseColumnRuleProperty()
1176 if (pColumnRuleColor == NULL && in ParseColumnRuleProperty()
1178 pColumnRuleColor = FDE_NewWith(pStaticStore) in ParseColumnRuleProperty()
1186 if (pColumnRuleColor == NULL && pColumnRuleStyle == NULL && in ParseColumnRuleProperty()
1196 if (pColumnRuleColor == NULL) { in ParseColumnRuleProperty()
1197 pColumnRuleColor = in ParseColumnRuleProperty()
[all …]