HomeSort by relevance Sort by last modified time
    Searched refs:setNextOnLineExists (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineBox.cpp 234 m_bitfields.setNextOnLineExists(false);
236 m_bitfields.setNextOnLineExists(true);
238 m_bitfields.setNextOnLineExists(parent()->nextOnLineExists());
InlineBox.h 368 void setNextOnLineExists(bool nextOnLineExists) const { m_nextOnLineExists = nextOnLineExists; }

Completed in 120 milliseconds