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

/external/webkit/Source/WebCore/accessibility/
H A DAccessibilityScrollView.h41 ScrollView* scrollView() const { return m_scrollView.get(); } function in class:WebCore::AccessibilityScrollView
/external/webkit/Source/WebCore/platform/qt/
H A DScrollbarThemeQt.cpp236 void ScrollbarThemeQt::paintScrollCorner(ScrollView* scrollView, GraphicsContext* context, const IntRect& rect) argument
239 scrollView->invalidateRect(rect);
/external/webkit/Source/WebCore/platform/wx/
H A DScrollViewWx.cpp50 ScrollViewPrivate(ScrollView* scrollView) argument
52 , m_scrollView(scrollView)
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DPlatformBridge.cpp179 void PlatformBridge::setScrollPosition(ScrollView* scrollView, int x, int y) { argument
180 FrameView* frameView = scrollView->frameView();
183 android::WebViewCore *webViewCore = android::WebViewCore::getWebViewCore(scrollView);
184 if (webViewCore->mainFrame()->view() == scrollView) {
/external/webkit/Source/WebKit/android/plugins/
H A DPluginWidgetAndroid.cpp596 ScrollView* scrollView = m_pluginView->parent(); local
597 android::WebViewCore* core = android::WebViewCore::getWebViewCore(scrollView);
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkpage.cpp151 void QWKPagePrivate::scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset) function in class:QWKPagePrivate
/external/webkit/Source/WebKit2/UIProcess/gtk/
H A DWebView.cpp372 void WebView::scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset) function in class:WebKit::WebView
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginView.cpp547 void PluginView::setParent(ScrollView* scrollView) argument
549 Widget::setParent(scrollView);
551 if (scrollView)
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebView.cpp934 void WebView::scrollView(const IntRect& scrollRect, const IntSize& scrollOffset) function in class:WebKit::WebView
/external/webkit/Source/WebCore/accessibility/gtk/
H A DAccessibilityObjectWrapperAtk.cpp278 PlatformPageClient scrollView = hostWindow->platformPageClient(); local
279 if (scrollView) {
280 GtkWidget* scrollViewParent = gtk_widget_get_parent(scrollView);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebPageProxy.cpp588 void WebPageProxy::scrollView(const IntRect& scrollRect, const IntSize& scrollOffset) function in class:WebKit::WebPageProxy
590 m_pageClient->scrollView(scrollRect, scrollOffset);

Completed in 185 milliseconds