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

  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.cpp 282 GraphicsLayer* scrollbarGraphicsLayer = isHorizontal ?
296 scrollbarGraphicsLayer->setContentsToPlatformLayer(webScrollbarLayer->layer());
297 scrollbarGraphicsLayer->setDrawsContent(false);
306 scrollbarGraphicsLayer->setPosition(IntPoint(xPosition, yPosition));
307 scrollbarGraphicsLayer->setSize(IntSize(width, height));
308 scrollbarGraphicsLayer->setContentsRect(IntRect(0, 0, width, height));
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 265 static void detachScrollbarLayer(GraphicsLayer* scrollbarGraphicsLayer)
267 ASSERT(scrollbarGraphicsLayer);
269 scrollbarGraphicsLayer->setContentsToPlatformLayer(0);
270 scrollbarGraphicsLayer->setDrawsContent(true);
273 static void setupScrollbarLayer(GraphicsLayer* scrollbarGraphicsLayer, WebScrollbarLayer* scrollbarLayer, WebLayer* scrollLayer, WebLayer* containerLayer)
275 ASSERT(scrollbarGraphicsLayer);
279 detachScrollbarLayer(scrollbarGraphicsLayer);
284 scrollbarGraphicsLayer->setContentsToPlatformLayer(scrollbarLayer->layer());
285 scrollbarGraphicsLayer->setDrawsContent(false);
320 GraphicsLayer* scrollbarGraphicsLayer = orientation == HorizontalScrollba
    [all...]

Completed in 384 milliseconds