/external/chromium_org/third_party/WebKit/Source/web/ |
D | PageScaleConstraintsSet.cpp | 84 …tsSet::adjustFinalConstraintsToContentsSize(IntSize viewSize, IntSize contentsSize, int nonOverlay… in adjustFinalConstraintsToContentsSize() argument 86 …m_finalConstraints.fitToContentsWidth(contentsSize.width(), viewSize.width() - nonOverlayScrollbar… in adjustFinalConstraintsToContentsSize() 96 void PageScaleConstraintsSet::didChangeContentsSize(IntSize contentsSize, float pageScaleFactor) in didChangeContentsSize() argument 101 if (contentsSize.width() > m_lastContentsWidth in didChangeContentsSize() 107 m_lastContentsWidth = contentsSize.width(); in didChangeContentsSize()
|
D | PageScaleConstraintsSet.h | 63 …ConstraintsToContentsSize(WebCore::IntSize viewSize, WebCore::IntSize contentsSize, int nonOverlay… 65 void didChangeContentsSize(WebCore::IntSize contentsSize, float pageScaleFactor);
|
D | ScrollbarGroup.cpp | 189 …return IntPoint(contentsSize().width() - visibleWidth(), contentsSize().height() - visibleHeight()… in maximumScrollPosition() 212 IntSize ScrollbarGroup::contentsSize() const in contentsSize() function in blink::ScrollbarGroup
|
D | ScrollbarGroup.h | 69 virtual WebCore::IntSize contentsSize() const OVERRIDE;
|
D | WebViewImpl.cpp | 1102 maxSize = mainFrame()->contentsSize(); in widenRectWithinPageBounds() 1693 int oldContentsWidth = contentsSize().width(); in resize() 1726 … float contentsWidthRatio = static_cast<float>(contentsSize().width()) / oldContentsWidth; in resize() 2858 …IntPoint maxScrollExtent(contentsSize().width() - view->scrollOrigin().x(), contentsSize().height(… in clampOffsetAtScale() 2982 …m_pageScaleConstraintsSet.adjustFinalConstraintsToContentsSize(m_size, contentsSize(), verticalScr… in refreshPageScaleFactorAfterLayout() 3062 IntSize WebViewImpl::contentsSize() const in contentsSize() function in blink::WebViewImpl 3707 m_pageScaleConstraintsSet.didChangeContentsSize(contentsSize(), pageScaleFactor()); in didChangeContentsSize()
|
D | WebFrameImpl.h | 91 virtual WebSize contentsSize() const;
|
D | WebFrameImpl.cpp | 607 WebSize WebFrameImpl::contentsSize() const in contentsSize() function in blink::WebFrameImpl 609 return frame()->view()->contentsSize(); in contentsSize() 1845 IntSize currentContentsSize = contentsSize(); in updateFindMatchRects()
|
D | WebViewImpl.h | 566 WebCore::IntSize contentsSize() const;
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | GraphicsLayerTest.cpp | 128 virtual IntSize contentsSize() const OVERRIDE { return IntSize(100, 100); } in contentsSize() function in __anon759da6710111::FakeScrollableArea 140 …return IntPoint(contentsSize().width() - visibleWidth(), contentsSize().height() - visibleHeight()… in maximumScrollPosition()
|
D | WebFrameTest.cpp | 812 EXPECT_EQ(divWidth, webViewHelper.webView()->mainFrame()->contentsSize().width); in TEST_F() 813 EXPECT_EQ(divHeight, webViewHelper.webView()->mainFrame()->contentsSize().height); in TEST_F() 838 …(viewportWidth, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().width()); in TEST_F() 843 … EXPECT_EQ(980, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().width()); in TEST_F() 1048 …(viewportWidth, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().width()); in TEST_F() 1049 …iewportHeight, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().height()); in TEST_F() 1070 …wportWidth / 2, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().width()); in TEST_F() 1071 …ortHeight / 2, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().height()); in TEST_F() 1090 … EXPECT_EQ(980, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().width()); in TEST_F() 1091 …iewportHeight, webViewHelper.webViewImpl()->mainFrameImpl()->frameView()->contentsSize().height()); in TEST_F() [all …]
|
/external/chromium_org/third_party/WebKit/Source/platform/scroll/ |
D | ScrollView.h | 142 …virtual IntSize contentsSize() const OVERRIDE; // Always at least as big as the visibleWidth()/vis… 143 int contentsWidth() const { return contentsSize().width(); } in contentsWidth() 144 int contentsHeight() const { return contentsSize().height(); } in contentsHeight()
|
D | ScrollView.cpp | 214 IntSize ScrollView::contentsSize() const in contentsSize() function in WebCore::ScrollView 221 if (contentsSize() == newSize) in setContentsSize() 372 IntSize docSize = contentsSize(); in updateScrollbars() 425 IntSize newDocSize = contentsSize(); in updateScrollbars()
|
D | ScrollableArea.h | 145 virtual IntSize contentsSize() const = 0;
|
/external/chromium_org/ui/app_list/cocoa/ |
D | app_list_view_controller.mm | 217 NSSize contentsSize = [contentsView_ frame].size; 220 contentsSize.width, contentsSize.height);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderListBox.h | 118 virtual IntSize contentsSize() const OVERRIDE;
|
D | RenderLayerScrollableArea.h | 103 virtual IntSize contentsSize() const OVERRIDE;
|
D | CompositedLayerMapping.cpp | 640 FloatSize contentsSize = relativeCompositingBounds.size(); in updateGraphicsLayerGeometry() local 646 if (oldSize != contentsSize) { in updateGraphicsLayerGeometry() 647 m_graphicsLayer->setSize(contentsSize); in updateGraphicsLayerGeometry() 715 FloatSize foregroundSize = contentsSize; in updateGraphicsLayerGeometry() 734 FloatSize backgroundSize = contentsSize; in updateGraphicsLayerGeometry()
|
D | RenderListBox.cpp | 805 IntSize RenderListBox::contentsSize() const in contentsSize() function in WebCore::RenderListBox
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | PrintContext.cpp | 252 scaledPageSize.scale(frame->view()->contentsSize().width() / pageRect.width()); in pageNumberForElement() 357 scaledPageSize.scale(frame->view()->contentsSize().width() / pageRect.width()); in numberOfPages()
|
D | SpatialNavigation.cpp | 482 LayoutSize size = frame->view()->contentsSize(); in canScrollInDirection()
|
/external/chromium_org/third_party/WebKit/Source/platform/mac/ |
D | ScrollAnimatorMac.mm | 214 WebCore::IntSize contentsSize = _scrollableArea->contentsSize(); 215 return NSMakeRect(0, 0, contentsSize.width(), contentsSize.height()); 1038 …limitDelta.setHeight(m_scrollableArea->contentsSize().height() - (m_scrollableArea->visibleContent… 1046 …limitDelta.setWidth(m_scrollableArea->contentsSize().width() - (m_scrollableArea->visibleContentRe…
|
/external/chromium_org/third_party/WebKit/Source/core/frame/ |
D | FrameView.cpp | 542 if (size == contentsSize()) in setContentsSize() 567 …llOrigin(IntPoint(-rect.x(), -rect.y()), !m_frame->document()->printing(), size == contentsSize()); in adjustViewSize() 2507 return IntRect(IntPoint(), contentsSize()); in windowClipRect() 2637 IntSize contentsSize = this->contentsSize(); in isScrollable() local 2639 …if ((contentsSize.height() <= visibleContentSize.height() && contentsSize.width() <= visibleConten… in isScrollable()
|
/external/chromium_org/android_webview/renderer/ |
D | aw_render_view_ext.cc | 248 contents_size = main_frame->contentsSize(); in CheckContentsSize()
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebFrame.h | 186 virtual WebSize contentsSize() const = 0;
|
/external/chromium_org/third_party/WebKit/Source/core/page/scrolling/ |
D | ScrollingCoordinator.cpp | 164 scrollLayer->setBounds(child->view()->contentsSize()); in updateAfterCompositingChange()
|