Searched refs:alwaysCreateLineBoxes (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderInline.h74 InlineBox* firstLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? firstLineBox() : culledInlineFirstLineBox(); }
75 InlineBox* lastLineBoxIncludingCulling() const { return alwaysCreateLineBoxes() ? lastLineBox() : culledInlineLastLineBox(); }
90 bool alwaysCreateLineBoxes() const { return m_alwaysCreateLineBoxes; } function in class:WebCore::RenderInline
H A DRenderInline.cpp200 bool alwaysCreateLineBoxes = hasSelfPaintingLayer() || hasBoxDecorations() || newStyle->hasPadding() || newStyle->hasMargin() || hasOutline(); local
201 if (oldStyle && alwaysCreateLineBoxes) {
205 m_alwaysCreateLineBoxes = alwaysCreateLineBoxes;
220 bool alwaysCreateLineBoxes = (parentRenderInline && parentRenderInline->alwaysCreateLineBoxes()) local
228 if (!alwaysCreateLineBoxes && checkFonts && document()->styleSheetCollection()->usesFirstLineRules()) {
232 alwaysCreateLineBoxes = !parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(childStyle->font().fontMetrics())
237 if (alwaysCreateLineBoxes) {
543 if (!alwaysCreateLineBoxes())
582 if (!currInline->alwaysCreateLineBoxes())
[all...]
H A DRenderLineBoxList.cpp358 if (inlineContainer && !inlineContainer->alwaysCreateLineBoxes()) {
H A DRenderBlockLineLayout.cpp582 bool allowedToConstructNewBox = !hasDefaultLineBoxContain || !inlineFlow || inlineFlow->alwaysCreateLineBoxes();
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DSimplifyMarkupCommand.cpp71 if (!currentNode->renderer() || !currentNode->renderer()->isRenderInline() || toRenderInline(currentNode->renderer())->alwaysCreateLineBoxes())

Completed in 152 milliseconds