Searched defs:contentsSize (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DWebViewBenchmarkSupportImpl.cpp79 IntSize contentsSize = view->contentsSize(); local
80 paintSize = WebRect(0, 0, contentsSize.width(), contentsSize.height());
H A DScrollbarGroup.cpp189 return IntPoint(contentsSize().width() - visibleWidth(), contentsSize().height() - visibleHeight());
212 IntSize ScrollbarGroup::contentsSize() const function in class:WebKit::ScrollbarGroup
H A DWebFrameImpl.cpp601 WebSize WebFrameImpl::contentsSize() const function in class:WebKit::WebFrameImpl
603 return frame()->view()->contentsSize();
1853 IntSize currentContentsSize = contentsSize();
H A DWebViewImpl.cpp1110 maxSize = mainFrame()->contentsSize();
1687 int oldContentsWidth = contentsSize().width();
1720 float contentsWidthRatio = static_cast<float>(contentsSize().width()) / oldContentsWidth;
2886 IntPoint maxScrollExtent(contentsSize().width() - view->scrollOrigin().x(), contentsSize().height() - view->scrollOrigin().y());
3038 m_pageScaleConstraintsSet.adjustFinalConstraintsToContentsSize(m_size, contentsSize(), verticalScrollbarWidth);
3087 IntSize WebViewImpl::contentsSize() const function in class:WebKit::WebViewImpl
3748 m_pageScaleConstraintsSet.didChangeContentsSize(contentsSize(), pageScaleFactor());
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageScaleConstraintsSet.cpp80 void PageScaleConstraintsSet::adjustFinalConstraintsToContentsSize(IntSize viewSize, IntSize contentsSize, int nonOverlayScrollbarWidth) argument
82 m_finalConstraints.fitToContentsWidth(contentsSize.width(), viewSize.width() - nonOverlayScrollbarWidth);
92 void PageScaleConstraintsSet::didChangeContentsSize(IntSize contentsSize, float pageScaleFactor) argument
97 if (contentsSize.width() > m_lastContentsWidth
103 m_lastContentsWidth = contentsSize.width();
H A DFrameView.cpp518 if (size == contentsSize())
550 ScrollView::setScrollOrigin(IntPoint(-rect.x(), -rect.y()), !m_frame->document()->printing(), size == contentsSize());
2303 // Update various sizes including contentsSize, scrollHeight, etc.
2422 return IntRect(IntPoint(), contentsSize());
2539 IntSize contentsSize = this->contentsSize(); local
2541 if ((contentsSize.height() <= visibleContentSize.height() && contentsSize.width() <= visibleContentSize.width()))
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderListBox.cpp798 IntSize RenderListBox::contentsSize() const function in class:WebCore::RenderListBox
H A DRenderLayerBacking.cpp574 FloatSize contentsSize = relativeCompositingBounds.size(); local
580 if (oldSize != contentsSize) {
581 m_graphicsLayer->setSize(contentsSize);
644 FloatSize foregroundSize = contentsSize;
663 FloatSize backgroundSize = contentsSize;
H A DRenderLayer.cpp2675 IntSize RenderLayer::contentsSize() const function in class:WebCore::RenderLayer
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollView.cpp246 IntSize ScrollView::contentsSize() const function in class:WebCore::ScrollView
253 if (contentsSize() == newSize)
399 IntSize docSize = contentsSize();
452 IntSize newDocSize = contentsSize();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 399 milliseconds