Searched refs:setContentsRect (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
H A DOverscrollTheme.cpp65 shadowLayer->setContentsRect(shadowRect);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.h191 void setContentsRect(const IntRect&);
H A DGraphicsLayer.cpp916 void GraphicsLayer::setContentsRect(const IntRect& rect) function in class:blink::GraphicsLayer
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DPinchViewport.cpp306 scrollbarGraphicsLayer->setContentsRect(IntRect(0, 0, width, height));
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.cpp1093 m_graphicsLayer->setContentsRect(pixelSnappedIntRect(contentsBox()));
1308 layer->setContentsRect(IntRect(IntPoint(), hBar->frameRect().size()));
1319 layer->setContentsRect(IntRect(IntPoint(), vBar->frameRect().size()));
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.cpp741 graphicsLayer->setContentsRect(IntRect(0, 0, scrollbarRect.width(), scrollbarRect.height()));

Completed in 170 milliseconds