OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:strictParsing
(Results
1 - 4
of
4
) 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) {
Completed in 878 milliseconds