Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFloatingObjects.cpp298 inline FloatingObjectInterval FloatingObjects::intervalForFloatingObject(FloatingObject* floatingOb… in intervalForFloatingObject() function in blink::FloatingObjects
311 m_placedFloatsTree.add(intervalForFloatingObject(floatingObject)); in addPlacedObject()
324 bool removed = m_placedFloatsTree.remove(intervalForFloatingObject(floatingObject)); in removePlacedObject()
368 m_placedFloatsTree.add(intervalForFloatingObject(floatingObject)); in computePlacedFloatsTree()
DFloatingObjects.h178 FloatingObjectInterval intervalForFloatingObject(FloatingObject*);