HomeSort by relevance Sort by last modified time
    Searched defs:strictParsing (Results 1 - 6 of 6) 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())) {
Element.cpp     [all...]
Node.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/guava/guava/src/com/google/common/cache/
CacheBuilder.java 201 boolean strictParsing = true;
239 strictParsing = false;
413 if (strictParsing) {
    [all...]
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 528 milliseconds