HomeSort by relevance Sort by last modified time
    Searched refs:bImportant (Results 1 - 4 of 4) sorted by null

  /external/pdfium/core/fxcrt/css/
cfx_csspropertyholder.h 20 bool bImportant;
cfx_cssdeclaration.cpp 290 bool* bImportant) const {
293 *bImportant = p->bImportant;
302 bool bImportant) {
304 pHolder->bImportant = bImportant;
316 bool bImportant = false;
322 bImportant = true;
356 AddPropertyHolder(pTable->eName, pCSSValue, bImportant);
369 ParseFontProperty(pszValue, iValueLen, bImportant);
    [all...]
cfx_cssdeclaration.h 38 bool* bImportant) const;
63 bool bImportant);
70 bool bImportant);
72 bool bImportant,
86 bool bImportant);
cfx_cssstyleselector.cpp 130 if (holder->bImportant)

Completed in 335 milliseconds