Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DFloatingObjects.cpp315 floatingObject->setIsInPlacedTree(true); in addPlacedObject()
331 floatingObject->setIsInPlacedTree(false); in removePlacedObject()
DFloatingObjects.h84 void setIsInPlacedTree(bool value) { m_isInPlacedTree = value; } in setIsInPlacedTree() function