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

  /external/webkit/WebCore/dom/
SelectorNodeList.cpp 48 bool strictParsing = !document->inCompatMode();
50 CSSStyleSelector::SelectorChecker selectorChecker(document, strictParsing);
52 if (strictParsing && rootNode->inDocument() && onlySelector && onlySelector->m_match == CSSSelector::Id && !document->containsMultipleElementsWithId(onlySelector->m_value)) {
Node.cpp     [all...]
Element.cpp     [all...]
  /external/webkit/WebCore/html/
HTMLLinkElement.cpp 291 bool strictParsing = !document()->inCompatMode();
292 bool enforceMIMEType = strictParsing;
311 m_sheet->parseString(sheetText, strictParsing);
324 if (strictParsing && needsSiteSpecificQuirks) {
  /external/webkit/WebCore/css/
CSSStyleSelector.h 85 bool strictParsing, bool matchAuthorAndUserStyles);
196 SelectorChecker(Document*, bool strictParsing);
CSSParser.h 55 CSSParser(bool strictParsing = true);
CSSStyleSelector.cpp 411 bool strictParsing, bool matchAuthorAndUserStyles)
413 , m_checker(doc, strictParsing)
873 CSSStyleSelector::SelectorChecker::SelectorChecker(Document* document, bool strictParsing)
875 , m_strictParsing(strictParsing)
    [all...]
CSSParser.cpp 132 CSSParser::CSSParser(bool strictParsing)
133 : m_strict(strictParsing)
    [all...]

Completed in 56 milliseconds