Searched refs:contentsBox (Results 1 – 2 of 2) sorted by relevance
180 IntRect contentsBox() const;
397 innerCompositor->frameViewDidChangeLocation(contentsBox().location()); in updateAfterWidgetResize()948 contentsRect = contentsBox(); in updateContentsRect()1653 IntRect CompositedLayerMapping::contentsBox() const in contentsBox() function in WebCore::CompositedLayerMapping1655 IntRect contentsBox = contentsRect(renderer()); in contentsBox() local1656 contentsBox.move(contentOffsetInCompostingLayer()); in contentsBox()1657 return contentsBox; in contentsBox()