Home
last modified time | relevance | path

Searched refs:checkForFixedLayers (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayerCompositor.h222 bool checkForFixedLayers(Vector<RenderLayer*>* list, bool stopAtFixedLayer);
DRenderLayerCompositor.cpp622 bool RenderLayerCompositor::checkForFixedLayers(Vector<RenderLayer*>* list, bool stopAtFixedLayer) in checkForFixedLayers() function in WebCore::RenderLayerCompositor
758 if (checkForFixedLayers(negZOrderList, false))
784 if (checkForFixedLayers(normalFlowList, true))
798 if (checkForFixedLayers(posZOrderList, true))