Searched refs:scrollBackingStore (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DBackingStore_p.h166 void scrollBackingStore(int deltaX, int deltaY);
H A DBackingStore.cpp447 scrollBackingStore(delta.width(), delta.height());
1039 void BackingStorePrivate::scrollBackingStore(int deltaX, int deltaY) function in class:BlackBerry::WebKit::BackingStorePrivate
1066 "BackingStorePrivate::scrollBackingStore nonOverscrolledPixelViewportRect=%s, desiredRect=%s, pixelContentsRect=%s, maximumReasonableRect=%s, backingStoreRect=%s",
1741 scrollBackingStore(0, 0);
/macosx-10.9.5/WebKit-7537.78.2/win/WebCoreSupport/
H A DWebChromeClient.cpp485 m_webView->scrollBackingStore(core(m_webView->topLevelFrame())->view(), delta.width(), delta.height(), scrollViewRect, clipRect);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebView.h884 void scrollBackingStore(WebCore::FrameView*, int dx, int dy, const WebCore::IntRect& scrollViewRect, const WebCore::IntRect& clipRect);
H A DWebView.cpp871 void WebView::scrollBackingStore(FrameView* frameView, int dx, int dy, const IntRect& scrollViewRect, const IntRect& clipRect) function in class:WebView

Completed in 110 milliseconds