Home
last modified time | relevance | path

Searched refs:contentsSize (Results 1 – 25 of 40) sorted by relevance

12

/external/webkit/Source/WebKit/qt/tests/benchmarks/painting/
Dtst_painting.cpp127 QPixmap pixmap(mainFrame->contentsSize()); in textAreas()
130 mainFrame->render(&painter, QRect(QPoint(0, 0), mainFrame->contentsSize())); in textAreas()
/external/webkit/Source/WebKit/qt/Api/
Dqwebframe.h115 Q_PROPERTY(QSize contentsSize READ contentsSize)
190 QSize contentsSize() const;
Dqwebview.cpp163 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/
DScrollViewGtk.cpp115 resetValues ? 0 : contentsSize().width(), in setHorizontalAdjustment()
154 resetValues ? 0 : contentsSize().height(), in setVerticalAdjustment()
/external/webkit/Source/WebCore/platform/
DScrollView.h165 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()
DScrollableArea.h126 virtual IntSize contentsSize() const { ASSERT_NOT_REACHED(); return IntSize(); } in contentsSize() function
DScrollView.cpp236 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/
Dmain.cpp68 page.setViewportSize(page.mainFrame()->contentsSize()); in render()
/external/webkit/Source/WebCore/platform/mac/
DScrollAnimatorMac.mm181 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/
DRenderIFrame.cpp103 return absoluteBoundingBoxRect().intersects(IntRect(IntPoint(0, 0), view->contentsSize())); in flattenFrame()
DRenderListBox.h115 virtual IntSize contentsSize() const;
DRenderLayer.h584 virtual IntSize contentsSize() const;
DRenderListBox.cpp767 IntSize RenderListBox::contentsSize() const in contentsSize() function in WebCore::RenderListBox
/external/webkit/Source/WebKit/qt/declarative/
Dqdeclarativewebview_p.h124 Q_PROPERTY(QSize contentsSize READ contentsSize NOTIFY contentsSizeChanged)
194 QSize contentsSize() const;
Dqdeclarativewebview.cpp965 QSize QDeclarativeWebView::contentsSize() const in contentsSize() function in QDeclarativeWebView
967 return page()->mainFrame()->contentsSize() * contentsScale(); in contentsSize()
/external/webkit/Source/WebCore/page/
DPrintContext.cpp259 scaledPageSize.scale(frame->view()->contentsSize().width() / pageRect.width()); in pageNumberForElement()
323 scaledPageSize.scale(frame->view()->contentsSize().width() / pageRect.width()); in numberOfPages()
DFrameView.cpp461 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()
DSpatialNavigation.cpp487 IntSize size = frame->view()->contentsSize(); in canScrollInDirection()
DFrame.cpp929 return IntRect(IntPoint(), m_view->contentsSize()); in tiledBackingStoreContentsRect()
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DTiledDrawingArea.cpp218 ….intersect(IntRect(IntPoint::zero(), m_webPage->mainFrame()->coreFrame()->view()->contentsSize())); in didReceiveMessage()
DWebFrame.cpp303 return frameView->contentsSize(); in size()
/external/webkit/Source/WebKit/qt/tests/qwebview/
Dtst_qwebview.cpp380 view1.page()->setViewportSize(view1.page()->currentFrame()->contentsSize()); in setPalette()
427 view2.page()->setViewportSize(view2.page()->currentFrame()->contentsSize()); in setPalette()
/external/webkit/Tools/QtTestBrowser/
Dwebview.cpp116 …t(graphicsWebView()->geometry().topLeft(), graphicsWebView()->page()->mainFrame()->contentsSize()); in setResizesToContents()
/external/webkit/Source/WebKit/chromium/public/
DWebFrame.h157 virtual WebSize contentsSize() const = 0;
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.h77 virtual WebSize contentsSize() const;

12