Searched refs:nextOnLineExists (Results 1 – 2 of 2) sorted by relevance
166 bool nextOnLineExists() const;366 bool nextOnLineExists() const { return m_nextOnLineExists; } in nextOnLineExists() function367 … void setNextOnLineExists(bool nextOnLineExists) const { m_nextOnLineExists = nextOnLineExists; } in setNextOnLineExists() argument
235 bool InlineBox::nextOnLineExists() const in nextOnLineExists() function in WebCore::InlineBox245 m_bitfields.setNextOnLineExists(parent()->nextOnLineExists()); in nextOnLineExists()247 return m_bitfields.nextOnLineExists(); in nextOnLineExists()