Searched defs:scrollOffset (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElementRareData.cpp44 IntSize scrollOffset; member in struct:WebCore::SameSizeAsElementRareData
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebPluginScrollbarImpl.h57 int scrollOffset() { return m_scrollOffset; } function in class:WebKit::WebPluginScrollbarImpl
H A DWebHistoryItem.cpp181 WebPoint WebHistoryItem::scrollOffset() const function in class:WebKit::WebHistoryItem
186 void WebHistoryItem::setScrollOffset(const WebPoint& scrollOffset) argument
189 m_private->setScrollPoint(scrollOffset);
H A DWebPluginScrollbarImpl.cpp81 void WebPluginScrollbarImpl::setScrollOffset(int scrollOffset) argument
83 m_scrollOffset = scrollOffset;
H A DWebFrameImpl.cpp571 WebSize WebFrameImpl::scrollOffset() const function in class:WebKit::WebFrameImpl
576 return view->scrollOffset();
H A DWebViewImpl.cpp1111 IntSize scrollOffset; local
1113 scrollOffset = mainFrame()->scrollOffset();
1117 const int absoluteSourceX = source.x + scrollOffset.width();
1133 ASSERT(scrollOffset.width() + newX + newWidth <= maxSize.width);
2740 textboxRectInDocumentCoordinates.move(mainFrame()->scrollOffset());
2742 caretInDocumentCoordinates.move(mainFrame()->scrollOffset());
2914 IntPoint scrollOffset(mainFrame()->scrollOffset().width, mainFrame()->scrollOffset()
4065 WebSize scrollOffset = mainFrame()->scrollOffset(); local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderGeometryMap.cpp235 void RenderGeometryMap::pushView(const RenderView* view, const LayoutSize& scrollOffset, const TransformationMatrix* t) argument
243 step.m_offset = scrollOffset;
H A DRenderLayerBacking.cpp552 IntSize scrollOffset = compAncestor->scrolledContentOffset(); local
554 graphicsLayerParentLocation = scrollOrigin - scrollOffset;
H A DRenderView.cpp320 transformState.move(-frame()->view()->scrollOffset());
339 LayoutSize scrollOffset; local
342 scrollOffset = m_frameView->scrollOffsetForFixedPosition();
347 geometryMap.pushView(this, scrollOffset, &t);
349 geometryMap.pushView(this, scrollOffset);
H A DRenderLayer.cpp187 // We save and restore only the scrollOffset as the other scroll values are recalculated.
1210 IntSize scrollOffset = parent()->scrolledContentOffset(); local
1211 localPoint -= scrollOffset;
2118 IntSize RenderLayer::clampScrollOffset(const IntSize& scrollOffset) const
2126 int x = max(min(scrollOffset.width(), maxX), 0);
2127 int y = max(min(scrollOffset.height(), maxY), 0);
2131 void RenderLayer::scrollToOffset(const IntSize& scrollOffset, ScrollOffsetClamping clamp) argument
2133 IntSize newScrollOffset = clamp == ScrollOffsetClamped ? clampScrollOffset(scrollOffset) : scrollOffset;
/external/chromium_org/third_party/WebKit/Source/core/platform/
H A DScrollView.h151 IntSize scrollOffset() const { return toIntSize(visibleContentRect().location()); } // Gets the scrolled position as an IntSize. Convenient for adding to other sizes. function in class:WebCore::ScrollView
224 newPoint = point - scrollOffset();
233 newPoint = point + scrollOffset();
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGSVGElement.cpp458 LayoutSize scrollOffset = view->scrollOffset(); local
459 scrollOffset.scale(zoomFactor);
460 transform.translate(-scrollOffset.width(), -scrollOffset.height());
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DDOMExtension.js359 Element.prototype.scrollOffset = function()
/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DWebFrameTest.cpp1286 const WebSize scrollOffset,
1305 EXPECT_EQ(WebSize(), webViewImpl->mainFrame()->scrollOffset());
1319 // Generic resize preserves scrollOffset relative to anchor node located
1327 webViewImpl->mainFrame()->setScrollOffset(scrollOffset);
1329 WebCore::IntPoint anchorPoint = WebCore::IntPoint(scrollOffset) + WebCore::IntPoint(viewportSize.width / 2, 0);
1337 WebCore::IntPoint newAnchorPoint = WebCore::IntPoint(webViewImpl->mainFrame()->scrollOffset()) + WebCore::IntPoint(viewportSize.height / 2, 0);
1353 const WebSize scrollOffset(0, 200);
1358 url, initialPageScaleFactor, scrollOffset, viewportSize, shouldScaleRelativeToViewportWidth);
1366 const WebSize scrollOffset(0, 200);
1371 url, initialPageScaleFactor, scrollOffset, viewportSiz
1284 testResizeYieldsCorrectScrollAndScale(const char* url, const float initialPageScaleFactor, const WebSize scrollOffset, const WebSize viewportSize, const bool shouldScaleRelativeToViewportWidth) argument
[all...]
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 371 milliseconds