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

  /external/webkit/WebCore/rendering/
InlineFlowBox.h 122 bool onEndChain(RenderObject* endObject);
InlineFlowBox.cpp 180 bool InlineFlowBox::onEndChain(RenderObject* endObject)
233 ((lastLine && !inlineFlow->continuation()) || nextOnLineExists() || onEndChain(endObject)))
237 ((lastLine && !inlineFlow->continuation()) || prevOnLineExists() || onEndChain(endObject)))
    [all...]

Completed in 249 milliseconds