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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.h 164 bool nextOnLineExists() const;
376 bool nextOnLineExists() const { return m_nextOnLineExists; }
377 void setNextOnLineExists(bool nextOnLineExists) const { m_nextOnLineExists = nextOnLineExists; }
InlineBox.cpp 254 bool InlineBox::nextOnLineExists() const
264 m_bitfields.setNextOnLineExists(parent()->nextOnLineExists());
266 return m_bitfields.nextOnLineExists();

Completed in 298 milliseconds