nextOnLineExists  245 Source/core/rendering/InlineBox.cpp             m_bitfields.setNextOnLineExists(parent()->nextOnLineExists());
nextOnLineExists  247 Source/core/rendering/InlineBox.cpp     return m_bitfields.nextOnLineExists();
nextOnLineExists  164 Source/core/rendering/InlineBox.h     bool nextOnLineExists() const;
nextOnLineExists  370 Source/core/rendering/InlineBox.h         bool nextOnLineExists() const { return m_nextOnLineExists; }
nextOnLineExists  371 Source/core/rendering/InlineBox.h         void setNextOnLineExists(bool nextOnLineExists) const { m_nextOnLineExists = nextOnLineExists; }