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

  /external/webkit/WebCore/rendering/
InlineFlowBox.cpp 213 if (!lineBoxList->firstLineBox()->isConstructed() && !renderer()->isInlineContinuation()) {
641 bool containingBlockPaintsContinuationOutline = inlineFlow->continuation() || inlineFlow->isInlineContinuation();
657 } else if (!inlineFlow->isInlineContinuation())
    [all...]
RenderObjectChildList.cpp 327 if (newContentWanted && type == BEFORE && owner->isRenderInline() && toRenderInline(owner)->isInlineContinuation())
RenderObject.h 372 bool isInlineContinuation() const { return (node() ? node()->renderer() != this : false) && isRenderInline(); }
    [all...]
RenderInline.cpp 825 if (isInlineContinuation())
    [all...]
RenderBlock.cpp     [all...]

Completed in 35 milliseconds