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 272 GraphicsLayer* scrollbarGraphicsLayer = isHorizontal ?
294 scrollbarGraphicsLayer->setContentsToPlatformLayer(webScrollbarLayer->layer());
295 scrollbarGraphicsLayer->setDrawsContent(false);
304 scrollbarGraphicsLayer->setPosition(IntPoint(xPosition, yPosition));
305 scrollbarGraphicsLayer->setSize(IntSize(width, height));
306 scrollbarGraphicsLayer->setContentsRect(IntRect(0, 0, width, height));
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 257 static void detachScrollbarLayer(GraphicsLayer* scrollbarGraphicsLayer)
259 ASSERT(scrollbarGraphicsLayer);
261 scrollbarGraphicsLayer->setContentsToPlatformLayer(0);
262 scrollbarGraphicsLayer->setDrawsContent(true);
265 static void setupScrollbarLayer(GraphicsLayer* scrollbarGraphicsLayer, WebScrollbarLayer* scrollbarLayer, WebLayer* scrollLayer, WebLayer* containerLayer)
267 ASSERT(scrollbarGraphicsLayer);
271 detachScrollbarLayer(scrollbarGraphicsLayer);
276 scrollbarGraphicsLayer->setContentsToPlatformLayer(scrollbarLayer->layer());
277 scrollbarGraphicsLayer->setDrawsContent(false);
312 GraphicsLayer* scrollbarGraphicsLayer = orientation == HorizontalScrollba
    [all...]

Completed in 179 milliseconds