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.cpp163 , m_leftObjectsCount(0) in FloatingObjects()
176 m_leftObjectsCount = 0; in clear()
273 m_leftObjectsCount++; in increaseObjectsCount()
281 m_leftObjectsCount--; in decreaseObjectsCount()
DFloatingObjects.h144 bool hasLeftObjects() const { return m_leftObjectsCount > 0; } in hasLeftObjects()
176 unsigned m_leftObjectsCount; variable