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

  /external/webkit/WebCore/css/
CSSStyleSheet.h 97 void setStrictParsing(bool b) { m_strictParsing = b; }
CSSMutableStyleDeclaration.h 132 void setStrictParsing(bool b) { m_strictParsing = b; }
CSSStyleSheet.cpp 171 setStrictParsing(strict);
CSSMutableStyleDeclaration.cpp 625 setStrictParsing(false);
627 setStrictParsing(parseMode);
    [all...]
  /external/webkit/WebCore/dom/
StyledElement.cpp 134 m_inlineStyleDecl->setStrictParsing(isHTMLElement() && !document()->inCompatMode());
411 decl->setStrictParsing(false); // Mapped attributes are just always quirky.
  /external/webkit/WebCore/html/
HTMLTableElement.cpp 474 decl->setStrictParsing(false); // Mapped attributes are just always quirky.
532 decl->setStrictParsing(false); // Mapped attributes are just always quirky.
591 m_paddingDecl->setStrictParsing(false); // Mapped attributes are just always quirky.
618 decl->setStrictParsing(false); // Mapped attributes are just always quirky.
HTMLBodyElement.cpp 66 m_linkDecl->setStrictParsing(!document()->inCompatMode());
  /external/webkit/WebCore/svg/
SVGFontFaceElement.cpp 56 m_styleDeclaration->setStrictParsing(true);

Completed in 699 milliseconds