Searched defs:strictParsing (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DSelectorNodeList.cpp49 bool strictParsing = !document->inQuirksMode(); local
51 CSSStyleSelector::SelectorChecker selectorChecker(document, strictParsing);
53 if (strictParsing && rootNode->inDocument() && onlySelector && onlySelector->m_match == CSSSelector::Id && !document->containsMultipleElementsWithId(onlySelector->value())) {
H A DElement.cpp1787 bool strictParsing = !document()->inQuirksMode(); local
1788 CSSParser p(strictParsing);
1804 CSSStyleSelector::SelectorChecker selectorChecker(document(), strictParsing); local
H A DNode.cpp1769 bool strictParsing = !document()->inQuirksMode(); local
1770 CSSParser p(strictParsing);
1786 CSSStyleSelector::SelectorChecker selectorChecker(document(), strictParsing); local
1789 if (strictParsing && inDocument() && querySelectorList.hasOneSelector() && querySelectorList.first()->m_match == CSSSelector::Id) {
1816 bool strictParsing = !document()->inQuirksMode(); local
1817 CSSParser p(strictParsing);
/external/webkit/Source/WebCore/html/
H A DHTMLLinkElement.cpp369 bool strictParsing = !document()->inQuirksMode(); local
370 bool enforceMIMEType = strictParsing;
389 m_sheet->parseString(sheetText, strictParsing);
402 if (strictParsing && needsSiteSpecificQuirks) {
/external/guava/guava/src/com/google/common/cache/
H A DCacheBuilder.java201 boolean strictParsing = true; field in class:CacheBuilder
239 strictParsing = false;
413 if (strictParsing) {
768 if (strictParsing) {
/external/webkit/Source/WebCore/css/
H A DCSSParser.cpp134 CSSParser::CSSParser(bool strictParsing) argument
135 : m_strict(strictParsing)
H A DCSSStyleSelector.cpp432 bool strictParsing, bool matchAuthorAndUserStyles)
434 , m_checker(document, strictParsing)
877 CSSStyleSelector::SelectorChecker::SelectorChecker(Document* document, bool strictParsing) argument
879 , m_strictParsing(strictParsing)
430 CSSStyleSelector(Document* document, StyleSheetList* styleSheets, CSSStyleSheet* mappedElementSheet, CSSStyleSheet* pageUserSheet, const Vector<RefPtr<CSSStyleSheet> >* pageGroupUserSheets, bool strictParsing, bool matchAuthorAndUserStyles) argument

Completed in 745 milliseconds