/external/webkit/Source/WebKit/qt/tests/benchmarks/painting/ |
D | tst_painting.cpp | 127 QPixmap pixmap(mainFrame->contentsSize()); in textAreas() 130 mainFrame->render(&painter, QRect(QPoint(0, 0), mainFrame->contentsSize())); in textAreas()
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebframe.h | 115 Q_PROPERTY(QSize contentsSize READ contentsSize) 190 QSize contentsSize() const;
|
D | qwebview.cpp | 163 QSize range = hitFrame->contentsSize() - hitFrame->geometry().size(); in scrollingFrameAt() 175 QSize s = frame ? frame->contentsSize() - frame->geometry().size() : QSize(0, 0); in maximumScrollPosition()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | ScrollViewGtk.cpp | 115 resetValues ? 0 : contentsSize().width(), in setHorizontalAdjustment() 154 resetValues ? 0 : contentsSize().height(), in setVerticalAdjustment()
|
/external/webkit/Source/WebCore/platform/ |
D | ScrollView.h | 165 IntSize contentsSize() const; // Always at least as big as the visibleWidth()/visibleHeight(). 166 int contentsWidth() const { return contentsSize().width(); } in contentsWidth() 167 int contentsHeight() const { return contentsSize().height(); } in contentsHeight()
|
D | ScrollableArea.h | 126 virtual IntSize contentsSize() const { ASSERT_NOT_REACHED(); return IntSize(); } in contentsSize() function
|
D | ScrollView.cpp | 236 return IntRect(IntPoint(0, 0), contentsSize()); in visibleContentRect() 285 IntSize ScrollView::contentsSize() const in contentsSize() function in WebCore::ScrollView 294 if (contentsSize() == newSize) in setContentsSize() 510 IntSize docSize = contentsSize(); in updateScrollbars() 549 IntSize newDocSize = contentsSize(); in updateScrollbars()
|
/external/webkit/Source/WebKit/qt/docs/webkitsnippets/webpage/ |
D | main.cpp | 68 page.setViewportSize(page.mainFrame()->contentsSize()); in render()
|
/external/webkit/Source/WebCore/platform/mac/ |
D | ScrollAnimatorMac.mm | 181 WebCore::IntSize contentsSize = _animator->scrollableArea()->contentsSize(); 182 return NSMakeRect(0, 0, contentsSize.width(), contentsSize.height()); 557 …return max<float>(min<float>(position, m_scrollableArea->contentsSize().width() - m_scrollableArea… 565 …return max<float>(min<float>(position, m_scrollableArea->contentsSize().height() - m_scrollableAre… 573 …float newX = max<float>(min<float>(position.x(), m_scrollableArea->contentsSize().width() - m_scro… 574 …float newY = max<float>(min<float>(position.y(), m_scrollableArea->contentsSize().height() - m_scr… 851 …limitDelta.setHeight(m_scrollableArea->contentsSize().height() - (m_scrollableArea->visibleContent… 859 …limitDelta.setWidth(m_scrollableArea->contentsSize().width() - (m_scrollableArea->visibleContentRe…
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderIFrame.cpp | 103 return absoluteBoundingBoxRect().intersects(IntRect(IntPoint(0, 0), view->contentsSize())); in flattenFrame()
|
D | RenderListBox.h | 115 virtual IntSize contentsSize() const;
|
D | RenderLayer.h | 584 virtual IntSize contentsSize() const;
|
D | RenderListBox.cpp | 767 IntSize RenderListBox::contentsSize() const in contentsSize() function in WebCore::RenderListBox
|
/external/webkit/Source/WebKit/qt/declarative/ |
D | qdeclarativewebview_p.h | 124 Q_PROPERTY(QSize contentsSize READ contentsSize NOTIFY contentsSizeChanged) 194 QSize contentsSize() const;
|
D | qdeclarativewebview.cpp | 965 QSize QDeclarativeWebView::contentsSize() const in contentsSize() function in QDeclarativeWebView 967 return page()->mainFrame()->contentsSize() * contentsScale(); in contentsSize()
|
/external/webkit/Source/WebCore/page/ |
D | PrintContext.cpp | 259 scaledPageSize.scale(frame->view()->contentsSize().width() / pageRect.width()); in pageNumberForElement() 323 scaledPageSize.scale(frame->view()->contentsSize().width() / pageRect.width()); in numberOfPages()
|
D | FrameView.cpp | 461 if (size == contentsSize()) in setContentsSize() 490 …oint(-root->docLeft(), -root->docTop()), !m_frame->document()->printing(), size == contentsSize()); in adjustViewSize() 2121 return IntRect(IntPoint(0, 0), contentsSize()); in windowClipRect()
|
D | SpatialNavigation.cpp | 487 IntSize size = frame->view()->contentsSize(); in canScrollInDirection()
|
D | Frame.cpp | 929 return IntRect(IntPoint(), m_view->contentsSize()); in tiledBackingStoreContentsRect()
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | TiledDrawingArea.cpp | 218 ….intersect(IntRect(IntPoint::zero(), m_webPage->mainFrame()->coreFrame()->view()->contentsSize())); in didReceiveMessage()
|
D | WebFrame.cpp | 303 return frameView->contentsSize(); in size()
|
/external/webkit/Source/WebKit/qt/tests/qwebview/ |
D | tst_qwebview.cpp | 380 view1.page()->setViewportSize(view1.page()->currentFrame()->contentsSize()); in setPalette() 427 view2.page()->setViewportSize(view2.page()->currentFrame()->contentsSize()); in setPalette()
|
/external/webkit/Tools/QtTestBrowser/ |
D | webview.cpp | 116 …t(graphicsWebView()->geometry().topLeft(), graphicsWebView()->page()->mainFrame()->contentsSize()); in setResizesToContents()
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebFrame.h | 157 virtual WebSize contentsSize() const = 0;
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebFrameImpl.h | 77 virtual WebSize contentsSize() const;
|