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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollingCoordinatorChromiumTest.cpp 311 ASSERT(compositedLayerMapping->scrollingContentsLayer());
313 GraphicsLayer* graphicsLayer = compositedLayerMapping->scrollingContentsLayer();
316 WebLayer* webScrollLayer = compositedLayerMapping->scrollingContentsLayer()->platformLayer();
351 ASSERT(compositedLayerMapping->scrollingContentsLayer());
353 GraphicsLayer* graphicsLayer = compositedLayerMapping->scrollingContentsLayer();
356 WebLayer* webScrollLayer = compositedLayerMapping->scrollingContentsLayer()->platformLayer();
374 ASSERT(compositedLayerMapping->scrollingContentsLayer());
376 graphicsLayer = compositedLayerMapping->scrollingContentsLayer();
379 webScrollLayer = compositedLayerMapping->scrollingContentsLayer()->platformLayer();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.h 100 GraphicsLayer* scrollingContentsLayer() const { return m_scrollingContentsLayer.get(); }
CompositedLayerMapping.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 604 scrollParentWebLayer = toWebLayer(parent->compositedLayerMapping()->scrollingContentsLayer());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp 154 return layer()->hasCompositedLayerMapping() ? layer()->compositedLayerMapping()->scrollingContentsLayer() : 0;
    [all...]
RenderLayer.cpp     [all...]

Completed in 312 milliseconds