Home
last modified time | relevance | path

Searched refs:isStackingContext (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayerCompositor.cpp503 …ASSERT(layer->isStackingContext() || (!layer->m_posZOrderList || layer->m_posZOrderList->size() ==…
585 if (curr->isStackingContext())
773 if (layer->isStackingContext()) {
825 if (layer->isStackingContext()) {
995 if (layer->isStackingContext()) {
1020 if (layer->isStackingContext()) {
1158 if (layer->isStackingContext()) {
1175 if (layer->isStackingContext()) {
1208 if (layer->isStackingContext()) {
1222 if (layer->isStackingContext()) {
[all …]
DRenderLayer.h330 bool isStackingContext() const { in isStackingContext() function
339 …bool isStackingContext() const { return !hasAutoZIndex() || renderer()->isRenderView() || hasOverf… in isStackingContext() function
341 bool isStackingContext() const { return !hasAutoZIndex() || renderer()->isRenderView() ; } in isStackingContext() function
DRenderLayerBacking.cpp331 if (m_owningLayer->isStackingContext() && m_owningLayer->m_zOrderListsDirty) in updateGraphicsLayerGeometry()
709 if (!curr->isStackingContext()) in compositingOpacity()
855 if (m_owningLayer->isStackingContext()) { in hasNonCompositingDescendants()
DRenderLayer.cpp801 while (layer && !layer->renderer()->isRoot() && !layer->isStackingContext()) in stackingContext()
3914 if (!isStackingContext() || !m_zOrderListsDirty) in scrollTo()
3953 …if ((m_hasVisibleContent || (m_hasVisibleDescendant && isStackingContext())) && !isNormalFlowOnly(… in scrollTo()
3967 if (m_hasVisibleDescendant && !isStackingContext()) { in scrollTo()
3986 if ((isStackingContext() && m_zOrderListsDirty) || m_normalFlowListDirty) in scrollTo()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3151855 (WebCore::RenderLayer::isStackingContext):
DChangeLog-2010-01-2992781 Move the normalFlowList() processing outside the test for isStackingContext().