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 260 m_bitfields.setNextOnLineExists(false);
262 m_bitfields.setNextOnLineExists(true);
264 m_bitfields.setNextOnLineExists(parent()->nextOnLineExists());
InlineBox.h 377 void setNextOnLineExists(bool nextOnLineExists) const { m_nextOnLineExists = nextOnLineExists; }

Completed in 67 milliseconds