Home
last modified time | relevance | path

Searched refs:nextOnLineExists (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineBox.h163 bool nextOnLineExists() const;
363 bool nextOnLineExists() const { return m_nextOnLineExists; } in nextOnLineExists() function
364 … void setNextOnLineExists(bool nextOnLineExists) const { m_nextOnLineExists = nextOnLineExists; } in setNextOnLineExists() argument
DInlineBox.cpp234 bool InlineBox::nextOnLineExists() const in nextOnLineExists() function in WebCore::InlineBox
244 m_bitfields.setNextOnLineExists(parent()->nextOnLineExists()); in nextOnLineExists()
246 return m_bitfields.nextOnLineExists(); in nextOnLineExists()