Home
last modified time | relevance | path

Searched refs:nextOnLineExists (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DInlineBox.cpp214 bool InlineBox::nextOnLineExists() const in nextOnLineExists() function in WebCore::InlineBox
224 m_nextOnLineExists = parent()->nextOnLineExists(); in nextOnLineExists()
DInlineBox.h204 bool nextOnLineExists() const;
/external/webkit/Source/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp1082 … if (!box->nextOnLineExists() && (!object->nextSibling() || !object->nextSibling()->isBR())) in textForRenderer()
/external/webkit/Source/WebCore/
DChangeLog-2003-10-2512313 (InlineFlowBox::nextOnLineExists):
DChangeLog24290 …Broke GTK builds. nextOnLineExists and prevOnLineExists are still used in AccessibilityObjectWrapp…
24293 (WebCore::InlineBox::nextOnLineExists):
24490 Remove prevOnLineExists() and nextOnLineExists() as they are not used anymore.
DChangeLog-2005-08-2350099 (InlineBox::nextOnLineExists):
DChangeLog-2007-10-1443417 (WebCore::InlineBox::nextOnLineExists):