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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.h 71 void setX(LayoutUnit x) { ASSERT(!isInPlacedTree()); m_frameRect.setX(x); }
72 void setY(LayoutUnit y) { ASSERT(!isInPlacedTree()); m_frameRect.setY(y); }
73 void setWidth(LayoutUnit width) { ASSERT(!isInPlacedTree()); m_frameRect.setWidth(width); }
74 void setHeight(LayoutUnit height) { ASSERT(!isInPlacedTree()); m_frameRect.setHeight(height); }
77 void setFrameRect(const LayoutRect& frameRect) { ASSERT(!isInPlacedTree()); m_frameRect = frameRect; }
83 bool isInPlacedTree() const { return m_isInPlacedTree; }
FloatingObjects.cpp 307 ASSERT(!floatingObject->isInPlacedTree());
321 ASSERT(floatingObject->isPlaced() && floatingObject->isInPlacedTree());
350 ASSERT(floatingObject->isPlaced() || !floatingObject->isInPlacedTree());

Completed in 54 milliseconds