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

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

Completed in 635 milliseconds