Searched refs:nextOnLineExists (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineBox.cpp228 bool InlineBox::nextOnLineExists() const function in class:blink::InlineBox
238 m_bitfields.setNextOnLineExists(parent()->nextOnLineExists());
240 return m_bitfields.nextOnLineExists();
H A DInlineBox.h167 bool nextOnLineExists() const;
367 bool nextOnLineExists() const { return m_nextOnLineExists; } function in class:blink::InlineBox::InlineBoxBitfields
368 void setNextOnLineExists(bool nextOnLineExists) const { m_nextOnLineExists = nextOnLineExists; }

Completed in 1267 milliseconds