IncludeScrollbars 27 Source/core/css/MediaValues.cpp int viewportWidth = frame->view()->layoutSize(IncludeScrollbars).width(); IncludeScrollbars 34 Source/core/css/MediaValues.cpp int viewportHeight = frame->view()->layoutSize(IncludeScrollbars).height(); IncludeScrollbars 5118 Source/core/dom/Document.cpp return view()->unscaledVisibleContentSize(IncludeScrollbars); IncludeScrollbars 1106 Source/core/frame/DOMWindow.cpp return adjustForAbsoluteZoom(view->visibleContentRect(IncludeScrollbars).height(), m_frame->pageZoomFactor()); IncludeScrollbars 1122 Source/core/frame/DOMWindow.cpp return adjustForAbsoluteZoom(view->visibleContentRect(IncludeScrollbars).width(), m_frame->pageZoomFactor()); IncludeScrollbars 928 Source/core/frame/FrameView.cpp m_lastViewportSize = layoutSize(IncludeScrollbars); IncludeScrollbars 2149 Source/core/frame/FrameView.cpp IntSize currentSize = layoutSize(IncludeScrollbars); IncludeScrollbars 291 Source/core/frame/PinchViewport.cpp return frame->view()->unscaledVisibleContentSize(IncludeScrollbars); IncludeScrollbars 416 Source/core/inspector/InspectorOverlay.cpp IntSize frameViewFullSize = view->visibleContentRect(IncludeScrollbars).size(); IncludeScrollbars 486 Source/core/page/SpatialNavigation.cpp LayoutRect rect = frame->view()->visibleContentRect(IncludeScrollbars); IncludeScrollbars 493 Source/core/rendering/FastTextAutosizer.cpp frameSize = mainFrame->view()->unscaledVisibleContentSize(IncludeScrollbars); IncludeScrollbars 449 Source/core/rendering/RenderLayerScrollableArea.cpp if (scrollbarInclusion == IncludeScrollbars) { IncludeScrollbars 143 Source/core/rendering/RenderView.cpp int visibleHeight = frameView->visibleContentRect(IncludeScrollbars).height(); IncludeScrollbars 963 Source/core/rendering/RenderView.cpp return viewWidth(IncludeScrollbars) / scale; IncludeScrollbars 969 Source/core/rendering/RenderView.cpp return viewHeight(IncludeScrollbars) / scale; IncludeScrollbars 209 Source/core/rendering/TextAutosizer.cpp windowInfo.windowSize = mainFrame->view()->unscaledVisibleContentSize(IncludeScrollbars); IncludeScrollbars 66 Source/platform/scroll/FramelessScrollView.cpp return windowClipRect(IncludeScrollbars); IncludeScrollbars 368 Source/platform/scroll/ScrollView.cpp IntSize fullVisibleSize = visibleContentRect(IncludeScrollbars).size(); IncludeScrollbars 895 Source/platform/scroll/ScrollView.cpp IntRect visibleAreaWithScrollbars(location(), visibleContentRect(IncludeScrollbars).size()); IncludeScrollbars 406 Source/platform/scroll/ScrollableArea.cpp if (scrollbarInclusion == IncludeScrollbars) { IncludeScrollbars 1700 Source/web/tests/WebFrameTest.cpp WebCore::IntSize unscaledSize = view->unscaledVisibleContentSize(WebCore::IncludeScrollbars);