Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.cpp290 bool* bImportant) const { in GetProperty()
293 *bImportant = p->bImportant; in GetProperty()
302 bool bImportant) { in AddPropertyHolder() argument
304 pHolder->bImportant = bImportant; in AddPropertyHolder()
316 bool bImportant = false; in AddProperty() local
322 bImportant = true; in AddProperty()
356 AddPropertyHolder(pTable->eName, pCSSValue, bImportant); in AddProperty()
369 ParseFontProperty(pszValue, iValueLen, bImportant); in AddProperty()
374 bImportant); in AddProperty()
376 bImportant); in AddProperty()
[all …]
Dcfx_cssdeclaration.h38 bool* bImportant) const;
63 bool bImportant);
70 bool bImportant);
72 bool bImportant,
86 bool bImportant);
Dcfx_csspropertyholder.h20 bool bImportant; variable
Dcfx_cssstyleselector.cpp130 if (holder->bImportant) in ExtractValues()