HomeSort by relevance Sort by last modified time
    Searched defs:bImportant (Results 1 - 2 of 2) 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...]

Completed in 529 milliseconds