Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fdp/src/css/
Dfde_cssdeclaration.cpp10 FX_BOOL& bImportant) const { in GetProperty()
14 bImportant = pHolder->bImportant; in GetProperty()
26 FX_BOOL& bImportant) const { in GetNextProperty()
29 bImportant = pHolder->bImportant; in GetNextProperty()
92 FX_BOOL bImportant) { in AddPropertyHolder() argument
95 pHolder->bImportant = bImportant; in AddPropertyHolder()
110 FX_BOOL bImportant = FALSE; in AddProperty() local
116 bImportant = TRUE; in AddProperty()
158 pCSSValue, bImportant); in AddProperty()
171 return ParseFontProperty(pArgs, pszValue, iValueLen, bImportant); in AddProperty()
[all …]
Dfde_cssdeclaration.h12 int16_t bImportant; member
35 FX_BOOL& bImportant) const;
40 FX_BOOL& bImportant) const;
58 FX_BOOL bImportant);
62 FX_BOOL bImportant);
66 FX_BOOL bImportant);
70 FX_BOOL bImportant);
74 FX_BOOL bImportant);
78 FX_BOOL bImportant);
82 FX_BOOL bImportant);
[all …]
Dfde_cssstyleselector.cpp492 FX_BOOL bImportant; in ApplyDeclarations() local
497 pVal = ppDeclArray[i]->GetProperty(FDE_CSSPROPERTY_FontSize, bImportant); in ApplyDeclarations()
500 } else if (bImportant) { in ApplyDeclarations()
520 pDecl->GetNextProperty(pos, eProp, pVal, bImportant); in ApplyDeclarations()
523 } else if (!bImportant) { in ApplyDeclarations()
536 pDecl->GetNextProperty(pos, eProp, pVal, bImportant); in ApplyDeclarations()
537 if (bImportant && eProp != FDE_CSSPROPERTY_FontSize) { in ApplyDeclarations()
/external/pdfium/xfa/src/fdp/include/
Dfde_css.h373 FX_BOOL& bImportant) const = 0;
378 FX_BOOL& bImportant) const = 0;