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/platform/graphics/
ImageLayerChromiumTest.cpp 115 ASSERT_FALSE(graphicsLayer->hasContentsLayer());
122 ASSERT_TRUE(graphicsLayer->hasContentsLayer());
126 ASSERT_FALSE(graphicsLayer->hasContentsLayer());
GraphicsLayer.h 204 bool hasContentsLayer() const { return m_contentsLayer; }
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollingCoordinatorChromiumTest.cpp 324 ASSERT_TRUE(compositedLayerMapping->layerForHorizontalScrollbar()->hasContentsLayer());
326 ASSERT_TRUE(compositedLayerMapping->layerForVerticalScrollbar()->hasContentsLayer());
423 ASSERT_TRUE(innerCompositor->layerForHorizontalScrollbar()->hasContentsLayer());
425 ASSERT_TRUE(innerCompositor->layerForVerticalScrollbar()->hasContentsLayer());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 494 } else if (m_graphicsLayer->hasContentsLayer()) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollView.cpp 740 if (graphicsLayer->hasContentsLayer()) {
    [all...]

Completed in 801 milliseconds