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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollingCoordinatorChromiumTest.cpp 307 ASSERT_TRUE(layerBacking->layerForHorizontalScrollbar()->hasContentsLayer());
309 ASSERT_TRUE(layerBacking->layerForVerticalScrollbar()->hasContentsLayer());
350 ASSERT_TRUE(innerCompositor->layerForHorizontalScrollbar()->hasContentsLayer());
352 ASSERT_TRUE(innerCompositor->layerForVerticalScrollbar()->hasContentsLayer());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.h 100 bool hasContentsLayer() const { return m_foregroundLayer != 0; }
RenderLayerBacking.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsLayer.h 359 bool hasContentsLayer() const { return m_contentsLayer; }
  /external/chromium_org/third_party/WebKit/Source/core/platform/
ScrollView.cpp 777 if (graphicsLayer->hasContentsLayer()) {
    [all...]

Completed in 330 milliseconds