HomeSort by relevance Sort by last modified time
    Searched refs:scrollOffset (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/web/
WebHistoryItem.cpp 103 void WebHistoryItem::setPinchViewportScrollOffset(const WebFloatPoint& scrollOffset)
105 m_private->setPinchViewportScrollPoint(scrollOffset);
108 WebPoint WebHistoryItem::scrollOffset() const
113 void WebHistoryItem::setScrollOffset(const WebPoint& scrollOffset)
115 m_private->setScrollPoint(scrollOffset);
ScrollbarGroup.cpp 103 if (m_horizontalScrollbar && m_horizontalScrollbar->scrollOffset() != offset.x())
105 else if (m_verticalScrollbar && m_verticalScrollbar->scrollOffset() != offset.y())
169 int x = m_horizontalScrollbar ? m_horizontalScrollbar->scrollOffset() : 0;
170 int y = m_verticalScrollbar ? m_verticalScrollbar->scrollOffset() : 0;
WebPluginScrollbarImpl.h 52 int scrollOffset() { return m_scrollOffset; }
FullscreenController.cpp 73 m_exitFullscreenScrollOffset = m_webViewImpl->mainFrame()->scrollOffset();
WebDocument.cpp 265 WebSize WebDocument::scrollOffset() const
268 return view->scrollOffset();
WebPluginScrollbarImpl.cpp 78 void WebPluginScrollbarImpl::setScrollOffset(int scrollOffset)
80 m_scrollOffset = scrollOffset;
WebViewImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementRareData.cpp 41 IntSize scrollOffset;
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeMacCommon.h 50 virtual void paintOverhangShadows(GraphicsContext*, const IntSize& scrollOffset, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect) OVERRIDE;
ScrollView.cpp 126 updateScrollbars(scrollOffset());
204 updateScrollbars(scrollOffset());
325 updateScrollbars(scrollOffset());
575 return viewPoint + scrollOffset();
580 IntPoint viewPoint = contentsPoint - scrollOffset();
587 viewRect.move(scrollOffset());
594 viewRect.move(-scrollOffset());
601 return viewPoint + scrollOffset();
607 return viewPoint + scrollOffset();
612 IntPoint viewPoint = contentsPoint - scrollOffset();
    [all...]
ScrollView.h 134 IntSize scrollOffset() const { return toIntSize(visibleContentRect().location()); } // Gets the scrolled position as an IntSize. Convenient for adding to other sizes.
204 newPoint = point - scrollOffset();
213 newPoint = point + scrollOffset();
ScrollbarThemeMacCommon.mm 151 void ScrollbarThemeMacCommon::paintOverhangShadows(GraphicsContext* context, const IntSize& scrollOffset, const IntRect& horizontalOverhangRect, const IntRect& verticalOverhangRect, const IntRect& dirtyRect)
186 if (scrollOffset.height() < 0) {
204 if (scrollOffset.width() < 0) {
218 if (scrollOffset.height() < 0) {
234 if (scrollOffset.width() < 0) {
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ProgrammaticScrollTest.cpp 76 EXPECT_EQ(200, webViewImpl->mainFrameImpl()->scrollOffset().height);
104 EXPECT_EQ(400, webViewImpl->mainFrameImpl()->scrollOffset().height);
WebViewTest.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerScrollableArea.h 113 IntSize scrollOffset() const { return m_scrollOffset; }
118 void scrollToOffset(const IntSize& scrollOffset, ScrollOffsetClamping = ScrollOffsetUnclamped);
195 void setScrollOffset(const IntSize& scrollOffset) { m_scrollOffset = scrollOffset; }
RenderPart.cpp 102 LayoutPoint contentOffset = LayoutPoint(borderLeft() + paddingLeft(), borderTop() + paddingTop()) - childFrameView->scrollOffset();
RenderLayerScrollableArea.cpp 96 // We save and restore only the scrollOffset as the other scroll values are recalculated.
352 if (scrollOffset() == toIntSize(newScrollOffset))
564 void RenderLayerScrollableArea::scrollToOffset(const IntSize& scrollOffset, ScrollOffsetClamping clamp)
566 IntSize newScrollOffset = clamp == ScrollOffsetClamped ? clampScrollOffset(scrollOffset) : scrollOffset;
777 IntSize RenderLayerScrollableArea::clampScrollOffset(const IntSize& scrollOffset) const
782 int x = std::max(std::min(scrollOffset.width(), maxX), 0);
783 int y = std::max(std::min(scrollOffset.height(), maxY), 0);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsLayerTest.cpp 148 virtual void setScrollOffset(const IntPoint& scrollOffset) OVERRIDE { m_scrollPosition = scrollOffset; }
  /external/chromium_org/third_party/WebKit/public/web/
WebHistoryItem.h 89 BLINK_EXPORT WebPoint scrollOffset() const;
WebDocument.h 116 // Shorthand of frame()->scrollOffset().
117 BLINK_EXPORT WebSize scrollOffset() const;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
Spectrum.js 137 var scrollOffset;
155 var dragX = Math.max(0, Math.min(e.pageX - offset.left + scrollOffset.left, maxWidth));
156 var dragY = Math.max(0, Math.min(e.pageY - offset.top + scrollOffset.top, maxHeight));
180 scrollOffset = element.scrollOffset();
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
LinearLayoutManagerTest.java 176 final int scrollOffset = config.mStackFromEnd ? startOffset + startOffset / 2
179 scrollToPositionWithOffset(position, scrollOffset);
189 scrollOffset, finalOffset);
316 public void scrollToPositionWithPredictive(final int scrollPosition, final int scrollOffset)
326 if (scrollOffset != LinearLayoutManager.INVALID_OFFSET) {
328 scrollOffset, mLayoutManager.mPendingScrollPositionOffset);
334 if (scrollOffset != LinearLayoutManager.INVALID_OFFSET) {
336 mLayoutManager.getPaddingTop() + scrollOffset +
350 if (scrollOffset == LinearLayoutManager.INVALID_OFFSET) {
354 scrollOffset);
    [all...]
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
BaseLayoutManagerActivity.java 108 final EditText scrollOffset = (EditText) findViewById(R.id.scroll_offset);
113 String offsetString = scrollOffset.getText().toString();
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp 514 LayoutSize scrollOffset = view->scrollOffset();
515 scrollOffset.scale(zoomFactor);
516 transform.translate(-scrollOffset.width(), -scrollOffset.height());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
StackScrollAlgorithm.java 364 float scrollOffset = yPositionInScrollView - algorithmState.scrollY + mCollapsedSize;
371 currentYPosition = Math.min(scrollOffset, bottomStackStart);
383 numberOfElementsCompletelyIn, i, childHeight, childViewState, scrollOffset);
545 StackScrollState.ViewState childViewState, float scrollOffset) {
562 childViewState.yTranslation = scrollOffset;
    [all...]

Completed in 424 milliseconds

1 2 3 4