Home
last modified time | relevance | path

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

/external/pdfium/xfa/fde/css/
Dcfde_cssdeclaration.cpp138 bool* bImportant) const { in GetProperty()
141 *bImportant = p->bImportant; in GetProperty()
150 bool bImportant) { in AddPropertyHolder() argument
152 pHolder->bImportant = bImportant; in AddPropertyHolder()
165 bool bImportant = false; in AddProperty() local
171 bImportant = true; in AddProperty()
205 AddPropertyHolder(pTable->eName, pCSSValue, bImportant); in AddProperty()
217 ParseFontProperty(pszValue, iValueLen, bImportant); in AddProperty()
222 bImportant); in AddProperty()
224 bImportant); in AddProperty()
[all …]
Dcfde_cssdeclaration.h38 bool* bImportant) const;
63 bool bImportant);
70 bool bImportant);
72 bool bImportant,
87 bool bImportant);
Dcfde_csspropertyholder.h20 bool bImportant; variable
Dcfde_cssstyleselector.cpp131 if (holder->bImportant) in ExtractValues()