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

  /external/webkit/WebCore/rendering/
RenderLayer.cpp 404 if (!isNormalFlowOnly())
697 return layer->isNormalFlowOnly() ? layer->parent() : layer->stackingContext();
888 if (child->isNormalFlowOnly())
891 if (!child->isNormalFlowOnly() || child->firstChild()) {
925 if (oldChild->isNormalFlowOnly())
927 if (!oldChild->isNormalFlowOnly() || oldChild->firstChild()) {
    [all...]
RenderLayer.h 198 bool isNormalFlowOnly() const { return m_isNormalFlowOnly; }

Completed in 21 milliseconds