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

  /external/webkit/Source/WebCore/dom/
SelectorNodeList.cpp 49 bool strictParsing = !document->inQuirksMode();
51 CSSStyleSelector::SelectorChecker selectorChecker(document, strictParsing);
53 if (strictParsing && rootNode->inDocument() && onlySelector && onlySelector->m_match == CSSSelector::Id && !document->containsMultipleElementsWithId(onlySelector->value())) {
Node.cpp     [all...]
Element.cpp     [all...]
  /external/webkit/Source/WebCore/html/
HTMLLinkElement.cpp 369 bool strictParsing = !document()->inQuirksMode();
370 bool enforceMIMEType = strictParsing;
389 m_sheet->parseString(sheetText, strictParsing);
402 if (strictParsing && needsSiteSpecificQuirks) {
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.h 93 bool strictParsing, bool matchAuthorAndUserStyles);
259 SelectorChecker(Document*, bool strictParsing);
CSSParser.h 60 CSSParser(bool strictParsing = true);
CSSStyleSelector.cpp 432 bool strictParsing, bool matchAuthorAndUserStyles)
434 , m_checker(document, strictParsing)
    [all...]
CSSParser.cpp 138 CSSParser::CSSParser(bool strictParsing)
139 : m_strict(strictParsing)
    [all...]

Completed in 444 milliseconds