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 215 if (!lineBoxList->firstLineBox()->isConstructed() && !renderer()->isInlineContinuation()) {
641 if ((inlineFlow->continuation() || inlineFlow->isInlineContinuation()) && !boxModelObject()->hasSelfPaintingLayer()) {
646 } else if (!inlineFlow->isInlineContinuation())
    [all...]
RenderObjectChildList.cpp 322 if (newContentWanted && type == BEFORE && owner->isRenderInline() && toRenderInline(owner)->isInlineContinuation())
RenderObject.h 371 bool isInlineContinuation() const { return (node() ? node()->renderer() != this : false) && isRenderInline(); }
    [all...]
RenderInline.cpp 825 if (isInlineContinuation())
    [all...]
RenderBlock.cpp     [all...]

Completed in 24 milliseconds