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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineBox.h356 bool determinedIfNextOnLineExists() const { return m_determinedIfNextOnLineExists; } function in class:WebCore::InlineBox::InlineBoxBitfields
357 void setDeterminedIfNextOnLineExists(bool determinedIfNextOnLineExists) const { m_determinedIfNextOnLineExists = determinedIfNextOnLineExists; }

Completed in 188 milliseconds