Searched refs:quirksMode (Results 1 – 4 of 4) sorted by relevance
151 float largerFontSize(float size, bool quirksMode) const;154 float smallerFontSize(float size, bool quirksMode) const;
6902 bool quirksMode = document->inQuirksMode(); in fontSizeForKeyword() local6908 return quirksMode ? quirksFontSizeTable[row][col] : strictFontSizeTable[row][col]; in fontSizeForKeyword()6933 bool quirksMode = document->inQuirksMode(); in legacyFontSize() local6937 …return findNearestLegacyFontSize<int>(pixelFontSize, quirksMode ? quirksFontSizeTable[row] : stric… in legacyFontSize()
608 Color& linethrough, bool quirksMode = false);
2328 Color& linethrough, bool quirksMode) in getTextDecorationColors() argument2350 } while (curr && decorations && (!quirksMode || !curr->node() || in getTextDecorationColors()