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 294 ASSERT(compositedLayerMapping->scrollingContentsLayer());
296 GraphicsLayer* graphicsLayer = compositedLayerMapping->scrollingContentsLayer();
299 WebLayer* webScrollLayer = compositedLayerMapping->scrollingContentsLayer()->platformLayer();
334 ASSERT(compositedLayerMapping->scrollingContentsLayer());
336 GraphicsLayer* graphicsLayer = compositedLayerMapping->scrollingContentsLayer();
339 WebLayer* webScrollLayer = compositedLayerMapping->scrollingContentsLayer()->platformLayer();
357 ASSERT(compositedLayerMapping->scrollingContentsLayer());
359 graphicsLayer = compositedLayerMapping->scrollingContentsLayer();
362 webScrollLayer = compositedLayerMapping->scrollingContentsLayer()->platformLayer();
  /external/chromium_org/third_party/WebKit/Source/web/
LinkHighlight.cpp 132 ASSERT(renderLayer->hasCompositedLayerMapping() && renderLayer->compositedLayerMapping()->scrollingContentsLayer());
133 newGraphicsLayer = compositedLayerMapping->scrollingContentsLayer();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.h 119 GraphicsLayer* scrollingContentsLayer() const { return m_scrollingContentsLayer.get(); }
CompositedLayerMapping.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 474 graphicsLayer = compositedLayerMapping->scrollingContentsLayer();
653 scrollParentWebLayer = toWebLayer(parent->compositedLayerMapping()->scrollingContentsLayer());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.cpp 141 return box().hasCompositedLayerMapping() ? box().compositedLayerMapping()->scrollingContentsLayer() : 0;
    [all...]

Completed in 100 milliseconds