Searched refs:quirksMode (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | FontSize.cpp | 123 static int inline rowFromMediumFontSizeInRange(const Settings* settings, bool quirksMode, FixedPitc… in rowFromMediumFontSizeInRange() argument 138 bool quirksMode = document->inQuirksMode(); in fontSizeForKeyword() local 140 int row = rowFromMediumFontSizeInRange(settings, quirksMode, fixedPitchFontType, mediumSize); in fontSizeForKeyword() 143 return quirksMode ? quirksFontSizeTable[row][col] : strictFontSizeTable[row][col]; in fontSizeForKeyword() 170 bool quirksMode = document->inQuirksMode(); in legacyFontSize() local 172 int row = rowFromMediumFontSizeInRange(settings, quirksMode, fixedPitchFontType, mediumSize); in legacyFontSize() 174 …return findNearestLegacyFontSize<int>(pixelFontSize, quirksMode ? quirksFontSizeTable[row] : stric… in legacyFontSize()
|
D | StyleSheetContents.cpp | 323 bool quirksMode = isQuirksModeBehavior(m_parserContext.mode()); in parseAuthorStyleSheet() local 325 bool enforceMIMEType = !quirksMode; in parseAuthorStyleSheet()
|
/external/chromium_org/third_party/WebKit/Source/core/css/parser/ |
D | BisonCSSParser-in.cpp | 231 bool quirksMode = isQuirksModeBehavior(cssParserMode); in parseColorValue() local 243 … || (quirksMode && valueID >= CSSValueWebkitFocusRingColor && valueID < CSSValueWebkitText)) { in parseColorValue() 253 if (!CSSPropertyParser::fastParseColor(color, string, !quirksMode && string[0] != '#')) in parseColorValue() 345 bool quirksMode = isQuirksModeBehavior(cssParserMode); in parseSimpleLengthValue() local 346 if (number && !quirksMode) in parseSimpleLengthValue()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderObject.cpp | 2766 …liedTextDecoration& overline, AppliedTextDecoration& linethrough, bool quirksMode, bool firstlineS… in getTextDecorations() argument 2802 …} while (curr && decorations && (!quirksMode || !curr->node() || (!isHTMLAnchorElement(*curr->node… in getTextDecorations()
|
D | RenderObject.h | 834 …liedTextDecoration& overline, AppliedTextDecoration& linethrough, bool quirksMode = false, bool fi…
|