HomeSort by relevance Sort by last modified time
    Searched refs:ScrollView (Results 101 - 125 of 168) sorted by null

1 2 3 45 6 7

  /external/webkit/Source/WebCore/platform/
ScrollbarThemeComposite.cpp 45 static Page* pageForScrollView(ScrollView* view)
307 void ScrollbarThemeComposite::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect& cornerRect)
Scrollbar.cpp 393 ScrollView* view = parent();
421 void Scrollbar::setParent(ScrollView* parentView)
  /external/webkit/Source/WebKit/chromium/src/
WebInputEventConversion.cpp 41 #include "ScrollView.h"
287 ScrollView* view = widget->parent();
306 ScrollView* view = widget->parent();
WebPluginContainerImpl.cpp 72 #include "ScrollView.h"
107 ScrollView* view = parent();
215 void WebPluginContainerImpl::setParent(ScrollView* view)
ChromeClientImpl.h 123 const WebCore::IntRect&, const WebCore::ScrollView*) const { }
WebPopupMenuImpl.cpp 323 void WebPopupMenuImpl::scrollRectIntoView(const IntRect&, const ScrollView*) const
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
AccessibilityWebPageObject.mm 34 #import <WebCore/ScrollView.h>
  /external/webkit/Source/WebCore/platform/chromium/
ThemeChromiumMac.mm 33 #import "ScrollView.h"
373 static void paintCheckbox(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView)
456 static void paintRadio(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView)
556 static void paintButton(ControlPart part, ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView)
621 static void paintStepper(ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView*)
820 void ThemeChromiumMac::paint(ControlPart part, ControlStates states, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView) cons
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
TextCandidatesViewManager.java 53 import android.widget.ScrollView;
105 private ScrollView mViewBodyScroll;
461 mViewBodyScroll = (ScrollView)mViewBody.findViewById(R.id.candview_scroll);
    [all...]
  /cts/tests/uiautomator/src/com/android/cts/uiautomatortest/
CtsUiAutomatorTest.java 128 (new UiSelector().className(android.widget.ScrollView.class.getName())
809 android.widget.ScrollView.class).childSelector(new UiSelector().className(
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/win/
WebPageWin.cpp 367 ScrollView* scollView = childFrame->view();
422 if (ScrollView* view = frame->view())
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsVerticalScrollView.java 35 import android.widget.ScrollView;
44 public class RecentsVerticalScrollView extends ScrollView
220 // We do this so the underlying ScrollView knows that it won't get
319 // TODO Add to (Vertical)ScrollView
  /external/webkit/Source/WebCore/page/
ChromeClient.h 164 virtual void scrollRectIntoView(const IntRect&, const ScrollView*) const = 0; // Currently only Mac has a non empty implementation.
FrameView.h 32 #include "ScrollView.h"
52 class FrameView : public ScrollView {
313 // Override ScrollView methods to do point conversion via renderers, in order to
  /external/webkit/Source/WebCore/platform/qt/
ScrollbarThemeQt.cpp 34 #include "ScrollView.h"
236 void ScrollbarThemeQt::paintScrollCorner(ScrollView* scrollView, GraphicsContext* context, const IntRect& rect)
239 scrollView->invalidateRect(rect);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
PlatformBridge.cpp 180 void PlatformBridge::setScrollPosition(ScrollView* scrollView, int x, int y) {
181 FrameView* frameView = scrollView->frameView();
184 android::WebViewCore *webViewCore = android::WebViewCore::getWebViewCore(scrollView);
185 if (webViewCore->mainFrame()->view() == scrollView) {
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.cpp 309 void ChromeClientHaiku::scrollRectIntoView(const IntRect&, const ScrollView*) const
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebChromeClient.h 102 virtual void scrollRectIntoView(const WebCore::IntRect&, const WebCore::ScrollView*) const;
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
ChromeClientWinCE.cpp 280 void ChromeClientWinCE::scrollRectIntoView(const IntRect&, const ScrollView*) const
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.h 124 virtual void scrollRectIntoView(const WebCore::IntRect&, const WebCore::ScrollView*) const; // Currently only Mac has a non empty implementation.
  /external/webkit/Source/WebCore/accessibility/
AXObjectCache.cpp 72 #include "ScrollView.h"
258 newObj = AccessibilityScrollView::create(static_cast<ScrollView*>(widget));
539 void AXObjectCache::handleScrollbarUpdate(ScrollView* view)
  /external/webkit/Source/WebCore/platform/mac/
WidgetMac.mm 44 #import "ScrollView.h"
132 ScrollView* view = root();
275 NSScrollView *scrollView = 0;
278 NSScrollView *scrollView = static_cast<NSScrollView *>(innerView);
280 if ([scrollView drawsBackground] && ![[scrollView contentView] copiesOnScroll])
281 [scrollView setDrawsBackground:NO];
283 scrollView = 0;
318 if (scrollView)
319 [scrollView setDrawsBackground:YES]
    [all...]
  /external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp 430 void PluginView::setParent(ScrollView* parent)
712 // only the top ScrollView can have the offset
714 ScrollView* top = parent();
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.h 71 class ScrollView;
137 static WebViewCore* getWebViewCore(const WebCore::ScrollView* view);
    [all...]
  /external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk.cpp 31 #include "ScrollView.h"
76 // Top-level scrollbar i.e. scrollbars who have a parent ScrollView
254 void ScrollbarThemeGtk::paintScrollCorner(ScrollView* view, GraphicsContext* context, const IntRect& cornerRect)
257 // ScrollView is a FrameView (see FramelessScrollView), so we cannot let

Completed in 434 milliseconds

1 2 3 45 6 7