HomeSort by relevance Sort by last modified time
    Searched refs:quirksMode (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
FontSize.cpp 129 bool quirksMode = document->inQuirksMode();
135 return quirksMode ? quirksFontSizeTable[row][col] : strictFontSizeTable[row][col];
162 bool quirksMode = document->inQuirksMode();
166 return findNearestLegacyFontSize<int>(pixelFontSize, quirksMode ? quirksFontSizeTable[row] : strictFontSizeTable[row], 1);
StyleSheetContents.cpp 323 bool quirksMode = isQuirksModeBehavior(m_parserContext.mode());
325 bool enforceMIMEType = !quirksMode;
  /external/chromium_org/third_party/WebKit/Source/core/css/parser/
BisonCSSParser-in.cpp 233 bool quirksMode = isQuirksModeBehavior(cssParserMode);
245 || (quirksMode && valueID >= CSSValueWebkitFocusRingColor && valueID < CSSValueWebkitText)) {
255 if (!CSSPropertyParser::fastParseColor(color, string, !quirksMode && string[0] != '#'))
347 bool quirksMode = isQuirksModeBehavior(cssParserMode);
348 if (number && !quirksMode)
    [all...]
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
jsoup-1.7.2.jar 
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h     [all...]
RenderObject.cpp     [all...]

Completed in 286 milliseconds