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

  /external/webkit/Source/WebCore/rendering/
InlineIterator.h 140 bool oldEndOfInline = endOfInlinePtr ? *endOfInlinePtr : false;
145 if (!oldEndOfInline && !current->isFloating() && !current->isReplaced() && !current->isPositioned() && !current->isText()) {
151 if (!skipInlines && !oldEndOfInline && current->isRenderInline()) {
RenderBlock.cpp     [all...]

Completed in 25 milliseconds