Searched refs:inQuirksMode (Results 1 - 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DClassCollection.cpp40 , m_classNames(classNames, document().inQuirksMode())
H A DElement.cpp580 bool inQuirksMode = document().inQuirksMode(); local
581 if ((!inQuirksMode && document().documentElement() == this)
582 || (inQuirksMode && isHTMLElement() && document().body() == this)) {
600 bool inQuirksMode = document().inQuirksMode(); local
602 if ((!inQuirksMode && document().documentElement() == this)
603 || (inQuirksMode && isHTMLElement() && document().body() == this)) {
626 if (document().inQuirksMode())
649 if (document().inQuirksMode())
937 makeIdForStyleResolution(const AtomicString& value, bool inQuirksMode) argument
[all...]
H A DSelectorQuery.cpp179 return m_selectors.size() == 1 && !m_crossesTreeBoundary && rootNode.inDocument() && !rootNode.document().inQuirksMode();
H A DStyleEngine.cpp640 if (!e->document().inQuirksMode()) {
658 // FIXME: currently we don't cache StyleSheetContents inQuirksMode.
H A DTreeScope.cpp333 if (rootNode().document().inQuirksMode()) {
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DClassList.cpp68 if (m_element->document().inQuirksMode()) {
H A DHTMLBodyElement.cpp104 if (CSSParser::parseColor(color, value, !document().inQuirksMode())) {
236 if (!document.inQuirksMode())
259 if (!document.inQuirksMode())
283 if (!document.inQuirksMode())
306 if (!document.inQuirksMode())
H A DHTMLOptionElement.cpp112 if (!document.inQuirksMode())
H A DHTMLCanvasElement.cpp170 m_context = CanvasRenderingContext2D::create(this, static_cast<Canvas2DContextAttributes*>(attrs), document().inQuirksMode());
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontSize.cpp138 bool quirksMode = document->inQuirksMode();
170 bool quirksMode = document->inQuirksMode();
H A DMediaValues.cpp69 return !frame->document()->inQuirksMode();
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
H A DCSSParserMode.cpp46 , m_mode(document.inQuirksMode() ? HTMLQuirksMode : HTMLStandardMode)
H A DCSSPropertyParser.h76 bool inQuirksMode() const { return isQuirksModeBehavior(m_context.mode()); } function in class:blink::CSSPropertyParser
H A DCSSPropertyParser.cpp595 if (!inQuirksMode()) {
681 if (inQuirksMode() && value->id == CSSValueHand) // MSIE 5 compatibility :/
690 if (inQuirksMode() && value->id == CSSValueHand) { // MSIE 5 compatibility :/
1338 || (id >= CSSValueWebkitFocusRingColor && id < CSSValueWebkitText && inQuirksMode())) {
2238 (id >= CSSValueGrey && id < CSSValueWebkitText && inQuirksMode()))
5472 || (val->id >= CSSValueWebkitFocusRingColor && val->id <= CSSValueWebkitText && inQuirksMode())
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListItem.cpp233 bool inQuirksMode = curr->document().inQuirksMode();
247 if (curr->isListItem() && inQuirksMode && currChild->node() &&
H A DRenderTableCell.h107 if (!document().inQuirksMode() && style()->boxSizing() != BORDER_BOX)
H A DRenderBoxModelObject.cpp167 if (!logicalHeightLength.isPercent() || isOutOfFlowPositioned() || document().inQuirksMode())
H A DAutoTableLayout.cpp131 if (m_table->document().inQuirksMode() && columnLayout.maxLogicalWidth > columnLayout.logicalWidth.value() && fixedContributor != maxContributor) {
H A DRenderBlockFlow.cpp1199 if (!document().inQuirksMode() || !marginInfo.quirkContainer() || !topQuirk)
1283 && (!document().inQuirksMode() || !marginInfo.quirkContainer() || !marginInfo.hasMarginBeforeQuirk())))) {
1442 if ((document().inQuirksMode() && hasMarginBeforeQuirk(child) && (isTableCell() || isBody())) || child->style()->marginBeforeCollapse() == MSEPARATE)
1588 && (!document().inQuirksMode() || !marginInfo.quirkContainer() || !marginInfo.hasMarginAfterQuirk())))
H A DRenderBox.h429 return document().inQuirksMode() && style()->logicalHeight().isAuto() && !isFloatingOrOutOfFlowPositioned() && (isDocumentElement() || isBody()) && !isInline();
H A DRenderBox.cpp2373 if (!document().inQuirksMode() && !containingBlock->isAnonymousBlock())
4145 bool inQuirksMode = cb->document().inQuirksMode(); local
4147 if (!inQuirksMode && !cb->isAnonymousBlock())
4170 if (cb->isRenderView() || inQuirksMode || isOutOfFlowPositionedWithSpecifiedHeight)
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.h182 bool inQuirksMode();
H A DHTMLConstructionSite.cpp329 , m_inQuirksMode(document->inQuirksMode())
340 , m_inQuirksMode(fragment->document().inQuirksMode())
824 bool HTMLConstructionSite::inQuirksMode() function in class:HTMLConstructionSite
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResolver.cpp444 if (document().inQuirksMode())
535 StyleAdjuster adjuster(document().inQuirksMode());
/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DBreakingContextInlineHeaders.h79 , m_allowImagesToBreak(!block->document().inQuirksMode() || !block->isTableCell() || !m_blockStyle->logicalWidth().isIntrinsicOrAuto())

Completed in 353 milliseconds

12