Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssdeclaration.cpp1117 IFDE_CSSPrimitiveValue* pColumnRuleWidth = NULL; in ParseColumnRuleProperty() local
1150 if (pColumnRuleWidth == NULL) { in ParseColumnRuleProperty()
1151 pColumnRuleWidth = NewEnumValue(pStaticStore, pValue->eName); in ParseColumnRuleProperty()
1170 pColumnRuleWidth == NULL) { in ParseColumnRuleProperty()
1171 pColumnRuleWidth = NewNumberValue(pStaticStore, eType, fValue); in ParseColumnRuleProperty()
1187 pColumnRuleWidth == NULL) { in ParseColumnRuleProperty()
1193 if (pColumnRuleWidth == NULL) { in ParseColumnRuleProperty()
1194 pColumnRuleWidth = NewEnumValue(pStaticStore, FDE_CSSPROPERTYVALUE_Medium); in ParseColumnRuleProperty()
1203 pColumnRuleWidth, bImportant); in ParseColumnRuleProperty()