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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
ScrollingCoordinatorChromiumTest.cpp 85 ASSERT(compositor->scrollLayer());
87 WebLayer* webScrollLayer = compositor->scrollLayer()->platformLayer();
412 ASSERT_TRUE(innerCompositor->scrollLayer());
414 GraphicsLayer* scrollLayer = innerCompositor->scrollLayer();
415 ASSERT_EQ(innerFrameView, scrollLayer->scrollableArea());
417 WebLayer* webScrollLayer = scrollLayer->platformLayer();
456 ASSERT_TRUE(innerCompositor->scrollLayer());
458 GraphicsLayer* scrollLayer = innerCompositor->scrollLayer();
    [all...]
WebFrameTest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.cpp 319 WebLayer* scrollLayer = compositor->scrollLayer()->platformLayer();
321 m_webOverlayScrollbarHorizontal->setScrollLayer(scrollLayer);
322 m_webOverlayScrollbarVertical->setScrollLayer(scrollLayer);
328 scrollLayer);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
RenderLayerCompositor.cpp 678 GraphicsLayer* RenderLayerCompositor::scrollLayer() const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 105 if (WebLayer* scrollLayer = toWebLayer(m_page->deprecatedLocalMainFrame()->view()->layerForScrolling())) {
110 scrollLayer->setNonFastScrollableRegion(webRects);
174 if (WebLayer* scrollLayer = toWebLayer(toLocalFrame(child)->view()->layerForScrolling()))
175 scrollLayer->setBounds(toLocalFrame(child)->view()->contentsSize());
265 static void setupScrollbarLayer(GraphicsLayer* scrollbarGraphicsLayer, WebScrollbarLayer* scrollbarLayer, WebLayer* scrollLayer, WebLayer* containerLayer)
270 if (!scrollLayer) {
274 scrollbarLayer->setScrollLayer(scrollLayer);
342 WebLayer* scrollLayer = toWebLayer(scrollableArea->layerForScrolling());
344 setupScrollbarLayer(scrollbarGraphicsLayer, scrollbarLayer, scrollLayer, containerLayer);
351 GraphicsLayer* scrollLayer = scrollableArea->layerForScrolling()
    [all...]

Completed in 270 milliseconds