Home
last modified time | relevance | path

Searched refs:contentsBox (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DCompositedLayerMapping.h180 IntRect contentsBox() const;
DCompositedLayerMapping.cpp397 innerCompositor->frameViewDidChangeLocation(contentsBox().location()); in updateAfterWidgetResize()
948 contentsRect = contentsBox(); in updateContentsRect()
1653 IntRect CompositedLayerMapping::contentsBox() const in contentsBox() function in WebCore::CompositedLayerMapping
1655 IntRect contentsBox = contentsRect(renderer()); in contentsBox() local
1656 contentsBox.move(contentOffsetInCompostingLayer()); in contentsBox()
1657 return contentsBox; in contentsBox()