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

  /external/webkit/Source/WebCore/css/
CSSStyleSheet.h 99 void setStrictParsing(bool b) { m_strictParsing = b; }
CSSMutableStyleDeclaration.h 135 void setStrictParsing(bool b) { m_strictParsing = b; }
CSSStyleSheet.cpp 202 setStrictParsing(strict);
CSSMutableStyleDeclaration.cpp 660 setStrictParsing(false);
662 setStrictParsing(parseMode);
    [all...]
CSSStyleSelector.cpp 415 leftToRightDecl->setStrictParsing(false);
425 rightToLeftDecl->setStrictParsing(false);
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLTableElement.cpp 460 decl->setStrictParsing(false); // Mapped attributes are just always quirky.
518 decl->setStrictParsing(false); // Mapped attributes are just always quirky.
577 m_paddingDecl->setStrictParsing(false); // Mapped attributes are just always quirky.
604 decl->setStrictParsing(false); // Mapped attributes are just always quirky.
HTMLBodyElement.cpp 72 m_linkDecl->setStrictParsing(!document()->inQuirksMode());
  /external/webkit/Source/WebCore/dom/
StyledElement.cpp 133 m_inlineStyleDecl->setStrictParsing(isHTMLElement() && !document()->inQuirksMode());
398 decl->setStrictParsing(false); // Mapped attributes are just always quirky.
  /external/webkit/Source/WebCore/svg/
SVGFontFaceElement.cpp 55 m_styleDeclaration->setStrictParsing(true);

Completed in 822 milliseconds