Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/css/
DCSSStyleSelector.h151 float largerFontSize(float size, bool quirksMode) const;
154 float smallerFontSize(float size, bool quirksMode) const;
DCSSStyleSelector.cpp6902 bool quirksMode = document->inQuirksMode(); in fontSizeForKeyword() local
6908 return quirksMode ? quirksFontSizeTable[row][col] : strictFontSizeTable[row][col]; in fontSizeForKeyword()
6933 bool quirksMode = document->inQuirksMode(); in legacyFontSize() local
6937 …return findNearestLegacyFontSize<int>(pixelFontSize, quirksMode ? quirksFontSizeTable[row] : stric… in legacyFontSize()
/external/webkit/Source/WebCore/rendering/
DRenderObject.h608 Color& linethrough, bool quirksMode = false);
DRenderObject.cpp2328 Color& linethrough, bool quirksMode) in getTextDecorationColors() argument
2350 } while (curr && decorations && (!quirksMode || !curr->node() || in getTextDecorationColors()