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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 548 void setHasOutOfFlowPositionedDescendantDirty(bool dirty) { m_hasOutOfFlowPositionedDescendantDirty = dirty; }
    [all...]
RenderLayer.cpp 468 layer->setHasOutOfFlowPositionedDescendantDirty(false);
476 layer->setHasOutOfFlowPositionedDescendantDirty(true);
    [all...]

Completed in 25 milliseconds