Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp147 bool* bImportant) const { in GetProperty()
150 *bImportant = p->bImportant; in GetProperty()
159 bool bImportant) { in AddPropertyHolder() argument
161 pHolder->bImportant = bImportant; in AddPropertyHolder()
173 bool bImportant = false; in AddProperty() local
179 bImportant = true; in AddProperty()
213 AddPropertyHolder(property->eName, pCSSValue, bImportant); in AddProperty()
226 ParseFontProperty(pszValue, iValueLen, bImportant); in AddProperty()
231 bImportant); in AddProperty()
233 bImportant); in AddProperty()
[all …]
Dcfx_cssdeclaration.h37 bool* bImportant) const;
61 bool bImportant);
68 bool bImportant);
70 bool bImportant,
84 bool bImportant);
Dcfx_csspropertyholder.h20 bool bImportant; variable
Dcfx_cssstyleselector.cpp131 if (holder->bImportant) in ExtractValues()