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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 371 bool isInFlowRenderFlowThread() const { return isRenderFlowThread() && !isOutOfFlowPositioned(); }
372 bool isOutOfFlowRenderFlowThread() const { return isRenderFlowThread() && isOutOfFlowPositioned(); }
514 bool isOutOfFlowPositioned() const { return m_bitfields.isOutOfFlowPositioned(); } // absolute or fixed positioning
571 bool hasClip() const { return isOutOfFlowPositioned() && style()->hasClip(); }
    [all...]
RenderLayer.cpp 484 if (layer->renderer()->isOutOfFlowPositioned()) {
    [all...]

Completed in 62 milliseconds