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

  /external/webkit/WebCore/rendering/
InlineBox.cpp 210 bool InlineBox::nextOnLineExists() const
220 m_nextOnLineExists = parent()->nextOnLineExists();
InlineBox.h 175 bool nextOnLineExists() const;
InlineFlowBox.cpp 233 ((lastLine && !inlineFlow->continuation()) || nextOnLineExists() || onEndChain(endObject)))
    [all...]
  /external/webkit/WebCore/accessibility/gtk/
AccessibilityObjectWrapperAtk.cpp 903 if (!box->nextOnLineExists() && (!obj->nextSibling() || !obj->nextSibling()->isBR()))
    [all...]

Completed in 58 milliseconds