Home
last modified time | relevance | path

Searched refs:m_leftObjectsCount (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFloatingObjects.cpp179 , m_leftObjectsCount(0) in FloatingObjects()
191 m_leftObjectsCount = 0; in clear()
286 m_leftObjectsCount++; in increaseObjectsCount()
294 m_leftObjectsCount--; in decreaseObjectsCount()
DFloatingObjects.h150 bool hasLeftObjects() const { return m_leftObjectsCount > 0; } in hasLeftObjects()
182 unsigned m_leftObjectsCount; variable