Searched refs:determinedIfNextOnLineExists (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineBox.h360 bool determinedIfNextOnLineExists() const { return m_determinedIfNextOnLineExists; } function in class:blink::InlineBox::InlineBoxBitfields
361 void setDeterminedIfNextOnLineExists(bool determinedIfNextOnLineExists) const { m_determinedIfNextOnLineExists = determinedIfNextOnLineExists; }
H A DInlineBox.cpp230 if (!m_bitfields.determinedIfNextOnLineExists()) {

Completed in 108 milliseconds