Home
last modified time | relevance | path

Searched refs:setStrictParsing (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/html/
DHTMLTableElement.cpp474 decl->setStrictParsing(false); // Mapped attributes are just always quirky. in additionalAttributeStyleDecls()
532 decl->setStrictParsing(false); // Mapped attributes are just always quirky. in addSharedCellBordersDecl()
591 m_paddingDecl->setStrictParsing(false); // Mapped attributes are just always quirky. in addSharedCellPaddingDecl()
618 decl->setStrictParsing(false); // Mapped attributes are just always quirky. in addSharedGroupDecls()
DHTMLBodyElement.cpp66 m_linkDecl->setStrictParsing(!document()->inCompatMode()); in createLinkDecl()
/external/webkit/WebCore/dom/
DStyledElement.cpp134 m_inlineStyleDecl->setStrictParsing(isHTMLElement() && !document()->inCompatMode()); in createInlineStyleDecl()
411 decl->setStrictParsing(false); // Mapped attributes are just always quirky. in createMappedDecl()
/external/webkit/WebCore/css/
DCSSStyleSheet.h97 void setStrictParsing(bool b) { m_strictParsing = b; } in setStrictParsing() function
DCSSMutableStyleDeclaration.h132 void setStrictParsing(bool b) { m_strictParsing = b; } in setStrictParsing() function
DCSSStyleSheet.cpp171 setStrictParsing(strict); in parseString()
DCSSMutableStyleDeclaration.cpp625 setStrictParsing(false); in setLengthProperty()
627 setStrictParsing(parseMode); in setLengthProperty()
/external/webkit/WebCore/svg/
DSVGFontFaceElement.cpp56 m_styleDeclaration->setStrictParsing(true); in SVGFontFaceElement()
/external/webkit/WebCore/
DChangeLog-2006-05-1020383 (CSSStyleSheetImpl::parseString): Use setStrictParsing instead of going at the
DChangeLog-2005-12-199272 (DOM::StyleBaseImpl::setStrictParsing):
DChangeLog-2009-06-1668482 (WebCore::CSSMutableStyleDeclaration::setStrictParsing):
68488 (WebCore::CSSStyleSheet::setStrictParsing):