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

1 2

  /external/webkit/Source/WebCore/platform/graphics/android/layers/
IFrameContentLayerAndroid.cpp 26 setScrollOffset(IntPoint(newX, newY));
Layer.h 64 void setScrollOffset(IntPoint scrollOffset) { m_scrollOffset = scrollOffset; }
ScrollableLayerAndroid.cpp 26 setScrollOffset(IntPoint(newX, newY));
  /external/webkit/Source/WebKit/chromium/src/
WebScrollbarImpl.h 63 virtual void setScrollOffset(const WebCore::IntPoint&);
WebHistoryItem.cpp 161 void WebHistoryItem::setScrollOffset(const WebPoint& scrollOffset)
WebFrameImpl.h 76 virtual void setScrollOffset(const WebSize&);
WebScrollbarImpl.cpp 266 void WebScrollbarImpl::setScrollOffset(const IntPoint& offset)
WebFrameImpl.cpp 569 void WebFrameImpl::setScrollOffset(const WebSize& offset)
572 view->setScrollOffset(IntPoint(offset.width, offset.height));
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.h 66 virtual void setScrollOffset(const WebCore::IntPoint&);
74 // NOTE: This should only be called by the overriden setScrollOffset from ScrollableArea.
102 void setScrollOffset(int offset) { m_scrollOffset = offset; }
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.h 96 virtual void setScrollOffset(const IntPoint&);
104 // NOTE: This should only be called by the overriden setScrollOffset from ScrollableArea.
PopupMenuWin.cpp 677 void PopupMenuWin::setScrollOffset(const IntPoint& offset)
  /external/webkit/Source/WebKit/chromium/public/
WebHistoryItem.h 94 WEBKIT_API void setScrollOffset(const WebPoint&);
WebFrame.h 154 virtual void setScrollOffset(const WebSize&) = 0;
  /external/webkit/Source/WebKit/win/
WebScrollBar.h 116 virtual void setScrollOffset(const WebCore::IntPoint&);
WebScrollBar.cpp 266 void WebScrollBar::setScrollOffset(const IntPoint& offset)
  /external/webkit/Source/WebCore/platform/
ScrollableArea.h 95 virtual void setScrollOffset(const IntPoint&) = 0;
ScrollableArea.cpp 133 setScrollOffset(offset);
ScrollView.h 67 virtual void setScrollOffset(const IntPoint&);
72 // NOTE: This should only be called by the overriden setScrollOffset from ScrollableArea.
428 void setScrollOffset(const IntSize& offset) { m_scrollOffset = offset; }
  /external/webkit/Source/WebCore/rendering/
RenderListBox.h 104 virtual void setScrollOffset(const IntPoint&);
123 // NOTE: This should only be called by the overriden setScrollOffset from ScrollableArea.
RenderLayer.h 557 virtual void setScrollOffset(const IntPoint&);
579 // NOTE: This should only be called by the overriden setScrollOffset from ScrollableArea.
    [all...]
RenderListBox.cpp 604 void RenderListBox::setScrollOffset(const IntPoint& offset)
  /external/chromium/webkit/glue/
glue_serialize_unittest.cc 55 item.setScrollOffset(WebPoint(42, -42));
glue_serialize.cc 377 item.setScrollOffset(WebPoint(x, y));
  /external/webkit/Source/WebCore/platform/graphics/android/
GraphicsLayerAndroid.cpp 666 m_foregroundLayer->setScrollOffset(IntPoint(scroll.width(), scroll.height()));
743 m_foregroundLayer->setScrollOffset(IntPoint(scroll.width() + rtlOffset,
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 303 void setScrollOffset(bool sendScrollEvent, int dx, int dy);
    [all...]

Completed in 502 milliseconds

1 2