HomeSort by relevance Sort by last modified time
    Searched refs:setIsPlaced (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.h 62 void setIsPlaced(bool placed = true) { m_isPlaced = placed; }
FloatingObjects.cpp 309 floatingObject->setIsPlaced(true);
328 floatingObject->setIsPlaced(false);

Completed in 34 milliseconds