Home
last modified time | relevance | path

Searched refs:inNoQuirksMode (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DInlineFlowBox.cpp925 bool noQuirksMode = renderer()->document()->inNoQuirksMode(); in nodeAtPoint()
1090 bool noQuirksMode = renderer()->document()->inNoQuirksMode(); in paintBoxDecorations()
1172 bool noQuirksMode = renderer()->document()->inNoQuirksMode(); in paintMask()
DRootInlineBox.cpp239 bool noQuirksMode = renderer()->document()->inNoQuirksMode(); in alignBoxesInBlockDirection()
DRenderInline.cpp174 bool checkFonts = document()->inNoQuirksMode(); in updateAlwaysCreateLineBoxes()
DRenderBlockLineLayout.cpp185 textBox->setIsText(isOnlyRun || obj->document()->inNoQuirksMode()); in createInlineBoxForRenderer()
/external/webkit/Source/WebCore/editing/
DReplaceSelectionCommand.cpp1183 … if (!document()->inNoQuirksMode() && isEndOfBlock(visiblePos) && !isStartOfParagraph(visiblePos)) in shouldRemoveEndBR()
/external/webkit/Source/WebCore/dom/
DDocument.h627 bool inNoQuirksMode() const { return m_compatibilityMode == NoQuirksMode; } in inNoQuirksMode() function
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0669077 (WebCore::Document::inNoQuirksMode):