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.cpp 235 bool InlineBox::nextOnLineExists() const
245 m_bitfields.setNextOnLineExists(parent()->nextOnLineExists());
247 return m_bitfields.nextOnLineExists();
InlineBox.h 166 bool nextOnLineExists() const;
366 bool nextOnLineExists() const { return m_nextOnLineExists; }
367 void setNextOnLineExists(bool nextOnLineExists) const { m_nextOnLineExists = nextOnLineExists; }

Completed in 84 milliseconds