Home
last modified time | relevance | path

Searched refs:hasContentsLayer (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
DScrollingCoordinatorChromiumTest.cpp324 ASSERT_TRUE(compositedLayerMapping->layerForHorizontalScrollbar()->hasContentsLayer()); in TEST_F()
326 ASSERT_TRUE(compositedLayerMapping->layerForVerticalScrollbar()->hasContentsLayer()); in TEST_F()
423 ASSERT_TRUE(innerCompositor->layerForHorizontalScrollbar()->hasContentsLayer()); in TEST_F()
425 ASSERT_TRUE(innerCompositor->layerForVerticalScrollbar()->hasContentsLayer()); in TEST_F()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.h106 bool hasContentsLayer() const { return m_foregroundLayer; } in hasContentsLayer() function
DCompositedLayerMapping.cpp1083 if (layer->hasContentsLayer()) in positionOverflowControlsLayers()
1086 layer->setDrawsContent(hBar && !layer->hasContentsLayer()); in positionOverflowControlsLayers()
1094 if (layer->hasContentsLayer()) in positionOverflowControlsLayers()
1097 layer->setDrawsContent(vBar && !layer->hasContentsLayer()); in positionOverflowControlsLayers()
2155 if (m_graphicsLayer->hasContentsLayer()) in compositingLayerType()
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DGraphicsLayer.h240 bool hasContentsLayer() const { return m_contentsLayer; } in hasContentsLayer() function
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.cpp747 if (graphicsLayer->hasContentsLayer()) { in positionScrollbarLayer()