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

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

Completed in 75 milliseconds