HomeSort by relevance Sort by last modified time
    Searched refs:inQuirksMode (Results 1 - 25 of 26) sorted by null

1 2

  /external/webkit/Source/WebCore/dom/
ClassNodeList.cpp 40 , m_classNames(classNames, m_rootNode->document()->inQuirksMode())
SelectorNodeList.cpp 49 bool strictParsing = !document->inQuirksMode();
OptionElement.cpp 76 if (!document->inQuirksMode())
TreeScope.cpp 155 if (document()->inQuirksMode()) {
StyleElement.cpp 151 m_sheet->parseStringAtLine(text, !document->inQuirksMode(), startLineNumber);
Element.cpp 423 bool inQuirksMode = document()->inQuirksMode();
424 if ((!inQuirksMode && document()->documentElement() == this) ||
425 (inQuirksMode && isHTMLElement() && document()->body() == this)) {
443 bool inQuirksMode = document()->inQuirksMode();
445 if ((!inQuirksMode && document()->documentElement() == this) ||
446 (inQuirksMode && isHTMLElement() && document()->body() == this)) {
780 else if (document()->inQuirksMode())
    [all...]
NamedNodeMap.cpp 306 m_classNames.set(classStr, element()->document()->inQuirksMode());
StyledElement.cpp 133 m_inlineStyleDecl->setStrictParsing(isHTMLElement() && !document()->inQuirksMode());
Document.cpp 640 bool wasInQuirksMode = inQuirksMode();
642 if (inQuirksMode() != wasInQuirksMode) {
651 return inQuirksMode() ? "BackCompat" : "CSS1Compat";
    [all...]
Document.h 625 bool inQuirksMode() const { return m_compatibilityMode == QuirksMode; }
    [all...]
Node.cpp     [all...]
  /external/webkit/Source/WebCore/html/
ClassList.cpp 41 if (m_element->document()->inQuirksMode())
HTMLBodyElement.cpp 72 m_linkDecl->setStrictParsing(!document()->inQuirksMode());
HTMLCanvasElement.cpp 178 m_context = adoptPtr(new CanvasRenderingContext2D(this, document()->inQuirksMode(), usesDashbardCompatibilityMode));
HTMLLinkElement.cpp 369 bool strictParsing = !document()->inQuirksMode();
  /external/webkit/Source/WebCore/rendering/
RenderListItem.cpp 153 bool inQuirksMode = curr->document()->inQuirksMode();
167 if (curr->isListItem() && inQuirksMode && currChild->node() &&
FixedTableLayout.cpp 225 if (m_table->document()->inQuirksMode() && m_table->style()->logicalWidth().isPercent() && maxWidth < TABLE_MAX_WIDTH)
RenderBox.h 289 return document()->inQuirksMode() && style()->logicalHeight().isAuto() && !isFloatingOrPositioned() && (isRoot() || isBody());
AutoTableLayout.cpp 132 if (m_table->document()->inQuirksMode() && columnLayout.maxLogicalWidth > columnLayout.logicalWidth.value() && fixedContributor != maxContributor) {
    [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
RenderTable.cpp 420 if (!m_firstBody && computedLogicalHeight > totalSectionLogicalHeight && !document()->inQuirksMode()) {
    [all...]
RenderTableSection.cpp 399 (document()->inQuirksMode() ? 0 : (adjustedPaddingBefore + adjustedPaddingAfter +
    [all...]
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]
  /external/webkit/Source/WebCore/html/parser/
HTMLTreeBuilder.cpp 888 if (!m_document->inQuirksMode() && m_tree.openElements()->inButtonScope(pTag))
    [all...]

Completed in 346 milliseconds

1 2