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

  /external/webkit/WebCore/dom/
ClassNodeList.cpp 40 , m_classNames(classNames, m_rootNode->document()->inCompatMode())
NamedMappedAttrMap.cpp 84 m_classNames.set(classStr, element()->document()->inCompatMode());
SelectorNodeList.cpp 48 bool strictParsing = !document->inCompatMode();
OptionElement.cpp 76 if (!document->inCompatMode())
StyleElement.cpp 107 m_sheet->parseString(text, !document->inCompatMode());
Element.cpp 344 bool inCompatMode = document()->inCompatMode();
345 if ((!inCompatMode && document()->documentElement() == this) ||
346 (inCompatMode && isHTMLElement() && document()->body() == this)) {
364 bool inCompatMode = document()->inCompatMode();
366 if ((!inCompatMode && document()->documentElement() == this) ||
367 (inCompatMode && isHTMLElement() && document()->body() == this)) {
    [all...]
StyledElement.cpp 134 m_inlineStyleDecl->setStrictParsing(isHTMLElement() && !document()->inCompatMode());
243 else if (document()->inCompatMode())
Document.cpp     [all...]
Document.h 542 bool inCompatMode() const { return m_parseMode == Compat; }
    [all...]
Node.cpp     [all...]
  /external/webkit/WebCore/html/
HTMLParagraphElement.cpp 44 return inInlineTagList(newChild) || (document()->inCompatMode() && newChild->hasTagName(tableTag));
HTMLDocument.cpp 141 return inCompatMode() ? "BackCompat" : "CSS1Compat";
361 bool wasInCompatMode = inCompatMode();
401 if (inCompatMode() != wasInCompatMode) {
HTMLLinkElement.cpp 291 bool strictParsing = !document()->inCompatMode();
HTMLBodyElement.cpp 66 m_linkDecl->setStrictParsing(!document()->inCompatMode());
HTMLParser.cpp 245 if (t->isCloseTag(brTag) && m_document->inCompatMode()) {
895 if (m_document->inCompatMode())
    [all...]
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
  /external/webkit/WebCore/css/
CSSStyleSelector.cpp     [all...]

Completed in 120 milliseconds