Searched defs:nextOnLineExists (Results 1 – 2 of 2) sorted by relevance
363 bool nextOnLineExists() const { return m_nextOnLineExists; } in nextOnLineExists() function364 … void setNextOnLineExists(bool nextOnLineExists) const { m_nextOnLineExists = nextOnLineExists; } in setNextOnLineExists()
234 bool InlineBox::nextOnLineExists() const in nextOnLineExists() function in WebCore::InlineBox