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 241 m_bitfields.setNextOnLineExists(false);
243 m_bitfields.setNextOnLineExists(true);
245 m_bitfields.setNextOnLineExists(parent()->nextOnLineExists());
InlineBox.h 367 void setNextOnLineExists(bool nextOnLineExists) const { m_nextOnLineExists = nextOnLineExists; }

Completed in 572 milliseconds