contentsSize 2346 Source/core/accessibility/AXRenderObject.cpp result.setSize(obj->frame()->view()->contentsSize()); contentsSize 474 Source/core/frame/FrameView.cpp if (size == contentsSize()) contentsSize 491 Source/core/frame/FrameView.cpp IntPoint maxScrollExtent(contentsSize().width() - scrollOrigin().x(), contentsSize().height() - scrollOrigin().y()); contentsSize 513 Source/core/frame/FrameView.cpp ScrollView::setScrollOrigin(IntPoint(-rect.x(), -rect.y()), !m_frame->document()->printing(), size == contentsSize()); contentsSize 2318 Source/core/frame/FrameView.cpp return IntRect(IntPoint(), contentsSize()); contentsSize 2457 Source/core/frame/FrameView.cpp IntSize contentsSize = this->contentsSize(); contentsSize 2459 Source/core/frame/FrameView.cpp if ((contentsSize.height() <= visibleContentSize.height() && contentsSize.width() <= visibleContentSize.width())) contentsSize 264 Source/core/frame/PinchViewport.cpp IntPoint maxScrollPosition(contentsSize() - visibleRect().size()); contentsSize 85 Source/core/frame/PinchViewport.h virtual IntSize contentsSize() const OVERRIDE; contentsSize 252 Source/core/page/PrintContext.cpp scaledPageSize.scale(frame->view()->contentsSize().width() / pageRect.width()); contentsSize 357 Source/core/page/PrintContext.cpp scaledPageSize.scale(frame->view()->contentsSize().width() / pageRect.width()); contentsSize 484 Source/core/page/SpatialNavigation.cpp LayoutSize size = frame->view()->contentsSize(); contentsSize 165 Source/core/page/scrolling/ScrollingCoordinator.cpp scrollingWebLayer->setBounds(frameView->contentsSize()); contentsSize 177 Source/core/page/scrolling/ScrollingCoordinator.cpp scrollLayer->setBounds(child->view()->contentsSize()); contentsSize 368 Source/core/page/scrolling/ScrollingCoordinator.cpp webLayer->setBounds(scrollableArea->contentsSize()); contentsSize 961 Source/core/page/scrolling/ScrollingCoordinator.cpp return blink::WebSize(frameView->contentsSize()) != scrollLayer->bounds(); contentsSize 102 Source/core/rendering/RenderLayerScrollableArea.h virtual IntSize contentsSize() const OVERRIDE; contentsSize 118 Source/core/rendering/RenderListBox.h virtual IntSize contentsSize() const OVERRIDE; contentsSize 315 Source/core/rendering/RenderView.cpp rects.append(LayoutRect(LayoutPoint::zero(), frameView()->contentsSize())); contentsSize 714 Source/core/rendering/compositing/CompositedLayerMapping.cpp FloatSize contentsSize = relativeCompositingBounds.size(); contentsSize 720 Source/core/rendering/compositing/CompositedLayerMapping.cpp if (oldSize != contentsSize) contentsSize 721 Source/core/rendering/compositing/CompositedLayerMapping.cpp m_graphicsLayer->setSize(contentsSize); contentsSize 736 Source/core/rendering/compositing/CompositedLayerMapping.cpp m_childTransformLayer->setSize(contentsSize); contentsSize 771 Source/core/rendering/compositing/CompositedLayerMapping.cpp FloatSize foregroundSize = contentsSize; contentsSize 789 Source/core/rendering/compositing/CompositedLayerMapping.cpp FloatSize backgroundSize = contentsSize; contentsSize 146 Source/platform/graphics/GraphicsLayerTest.cpp return IntPoint(contentsSize().width() - visibleWidth(), contentsSize().height() - visibleHeight()); contentsSize 215 Source/platform/scroll/ScrollView.cpp if (contentsSize() == newSize) contentsSize 367 Source/platform/scroll/ScrollView.cpp IntSize docSize = contentsSize(); contentsSize 420 Source/platform/scroll/ScrollView.cpp IntSize newDocSize = contentsSize(); contentsSize 139 Source/platform/scroll/ScrollView.h virtual IntSize contentsSize() const OVERRIDE; // Always at least as big as the visibleWidth()/visibleHeight(). contentsSize 140 Source/platform/scroll/ScrollView.h int contentsWidth() const { return contentsSize().width(); } contentsSize 141 Source/platform/scroll/ScrollView.h int contentsHeight() const { return contentsSize().height(); } contentsSize 158 Source/platform/scroll/ScrollableArea.h virtual IntSize contentsSize() const = 0; contentsSize 85 Source/web/PageScaleConstraintsSet.cpp void PageScaleConstraintsSet::adjustFinalConstraintsToContentsSize(IntSize viewSize, IntSize contentsSize, int nonOverlayScrollbarWidth) contentsSize 87 Source/web/PageScaleConstraintsSet.cpp m_finalConstraints.fitToContentsWidth(contentsSize.width(), viewSize.width() - nonOverlayScrollbarWidth); contentsSize 97 Source/web/PageScaleConstraintsSet.cpp void PageScaleConstraintsSet::didChangeContentsSize(IntSize contentsSize, float pageScaleFactor) contentsSize 102 Source/web/PageScaleConstraintsSet.cpp if (contentsSize.width() > m_lastContentsWidth contentsSize 108 Source/web/PageScaleConstraintsSet.cpp m_lastContentsWidth = contentsSize.width(); contentsSize 64 Source/web/PageScaleConstraintsSet.h void adjustFinalConstraintsToContentsSize(WebCore::IntSize viewSize, WebCore::IntSize contentsSize, int nonOverlayScrollbarWidth); contentsSize 66 Source/web/PageScaleConstraintsSet.h void didChangeContentsSize(WebCore::IntSize contentsSize, float pageScaleFactor); contentsSize 183 Source/web/ScrollbarGroup.cpp return IntPoint(contentsSize().width() - visibleWidth(), contentsSize().height() - visibleHeight()); contentsSize 68 Source/web/ScrollbarGroup.h virtual WebCore::IntSize contentsSize() const OVERRIDE; contentsSize 442 Source/web/TextFinder.cpp IntSize currentContentsSize = m_ownerFrame.contentsSize(); contentsSize 570 Source/web/WebFrameImpl.cpp return frame()->view()->contentsSize(); contentsSize 95 Source/web/WebFrameImpl.h virtual WebSize contentsSize() const OVERRIDE; contentsSize 1026 Source/web/WebViewImpl.cpp maxSize = mainFrame()->contentsSize(); contentsSize 1553 Source/web/WebViewImpl.cpp int oldContentsWidth = contentsSize().width(); contentsSize 1591 Source/web/WebViewImpl.cpp float contentsWidthRatio = static_cast<float>(contentsSize().width()) / oldContentsWidth; contentsSize 2777 Source/web/WebViewImpl.cpp m_pageScaleConstraintsSet.adjustFinalConstraintsToContentsSize(m_size, contentsSize(), verticalScrollbarWidth); contentsSize 3482 Source/web/WebViewImpl.cpp m_pageScaleConstraintsSet.didChangeContentsSize(contentsSize(), pageScaleFactor()); contentsSize 528 Source/web/WebViewImpl.h WebCore::IntSize contentsSize() const; contentsSize 65 Source/web/tests/ScrollAnimatorNoneTest.cpp MOCK_CONST_METHOD0(contentsSize, IntSize()); contentsSize 881 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(divWidth, webViewHelper.webView()->mainFrame()->contentsSize().width); contentsSize 882 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(divHeight, webViewHelper.webView()->mainFrame()->contentsSize().height); contentsSize 908 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(viewportWidth, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().width()); contentsSize 913 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(980, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().width()); contentsSize 1118 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(viewportWidth, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().width()); contentsSize 1119 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(viewportHeight, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().height()); contentsSize 1140 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(viewportWidth / 2, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().width()); contentsSize 1141 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(viewportHeight / 2, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().height()); contentsSize 1161 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(980, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().width()); contentsSize 1162 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(980.0 / viewportWidth * viewportHeight, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().height()); contentsSize 1181 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(viewportWidth, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().width()); contentsSize 1201 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(980, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().width()); contentsSize 1202 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(980.0 / viewportWidth * viewportHeight, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().height()); contentsSize 1349 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(viewportWidth / enforcedPageScaleFactor, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().width()); contentsSize 1731 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(980, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().width()); contentsSize 2150 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(view->scrollSize(WebCore::HorizontalScrollbar), view->contentsSize().width() - view->visibleContentRect().width()); contentsSize 2151 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(view->scrollSize(WebCore::VerticalScrollbar), view->contentsSize().height() - view->visibleContentRect().height()); contentsSize 2155 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(view->scrollSize(WebCore::HorizontalScrollbar), view->contentsSize().width() - view->visibleContentRect().width()); contentsSize 2156 Source/web/tests/WebFrameTest.cpp EXPECT_EQ(view->scrollSize(WebCore::VerticalScrollbar), view->contentsSize().height() - view->visibleContentRect().height()); contentsSize 178 public/web/WebFrame.h virtual WebSize contentsSize() const = 0;