HomeSort by relevance Sort by last modified time
    Searched refs:ScrollView (Results 126 - 150 of 172) sorted by null

1 2 3 4 56 7

  /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
  /external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp 246 void PluginView::setParent(ScrollView* parent)
  /external/webkit/Source/WebCore/rendering/
RenderScrollbar.cpp 79 void RenderScrollbar::setParent(ScrollView* parent)
RenderWidget.cpp 73 ScrollView* currentParent = child->parent();
RenderLayerCompositor.cpp     [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp 105 // ScrollView
786 // Our parent is the root ScrollView, so it is the one that has a
878 ScrollView::paint(gc, rect);
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
AlertController.java 53 import android.widget.ScrollView;
101 private ScrollView mScrollView;
501 mScrollView = (ScrollView) mWindow.findViewById(R.id.scrollView);
517 contentPanel.removeView(mWindow.findViewById(R.id.scrollView));
    [all...]
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 210 virtual void scrollRectIntoView(const IntRect&, const ScrollView*) const {}
  /external/webkit/Source/WebCore/plugins/
PluginView.h 232 virtual void setParent(ScrollView*);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginView.cpp 53 #include <WebCore/ScrollView.h>
547 void PluginView::setParent(ScrollView* scrollView)
549 Widget::setParent(scrollView);
551 if (scrollView)
    [all...]
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 57 * use either {@link ScrollView} or {@link ListView}.
62 private static final int ANIMATED_SCROLL_GAP = ScrollView.ANIMATED_SCROLL_GAP;
64 private static final float MAX_SCROLL_FACTOR = ScrollView.MAX_SCROLL_FACTOR;
94 * True if the user is currently dragging this ScrollView around. This is
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 58 import android.widget.ScrollView;
360 ScrollView scroller = (ScrollView)mPile.getParent();
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 355 void ChromeClientAndroid::scrollRectIntoView(const IntRect&, const ScrollView*) const
  /external/webkit/Source/WebKit/android/plugins/
PluginWidgetAndroid.cpp 39 #include "ScrollView.h"
596 ScrollView* scrollView = m_pluginView->parent();
597 android::WebViewCore* core = android::WebViewCore::getWebViewCore(scrollView);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.cpp 438 void WebChromeClient::scrollRectIntoView(const IntRect&, const ScrollView*) const
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 94 import android.widget.ScrollView;
204 private ScrollView mScrollView;
813 while (parent != null && !(parent instanceof ScrollView)) {
817 mScrollView = (ScrollView) parent;
    [all...]
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 311 void PluginView::setParent(ScrollView* parent)
  /external/webkit/Source/WebCore/page/
EventHandler.cpp 451 if (ScrollView* scrollView = m_frame->view()) {
452 if (scrollView->isPointInScrollbarCorner(event.event().pos()))
842 bool east = m_panScrollStartPos.x() < (m_currentMousePosition.x() - ScrollView::noPanScrollRadius);
843 bool west = m_panScrollStartPos.x() > (m_currentMousePosition.x() + ScrollView::noPanScrollRadius);
844 bool north = m_panScrollStartPos.y() > (m_currentMousePosition.y() + ScrollView::noPanScrollRadius);
845 bool south = m_panScrollStartPos.y() < (m_currentMousePosition.y() - ScrollView::noPanScrollRadius);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 76 import android.widget.ScrollView;
187 ScrollView mScrollView;
467 mScrollView = (ScrollView)mStatusBarWindow.findViewById(R.id.scroll);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 92 import android.widget.ScrollView;
359 private ScrollView mScrollView;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 65 import android.widget.ScrollView;
123 ScrollView mScrollView;
769 mScrollView = (ScrollView) view.findViewById(R.id.scroll_view);
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 50 #import <WebCore/ScrollView.h>

Completed in 799 milliseconds

1 2 3 4 56 7