Home
last modified time | relevance | path

Searched refs:ScrollView (Results 1 – 25 of 78) sorted by relevance

1234

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollView.cpp37 ScrollView::ScrollView() in ScrollView() function in blink::ScrollView
50 ScrollView::~ScrollView() in ~ScrollView()
54 void ScrollView::addChild(PassRefPtr<Widget> prpChild) in addChild()
62 void ScrollView::removeChild(Widget* child) in removeChild()
69 void ScrollView::setHasHorizontalScrollbar(bool hasBar) in setHasHorizontalScrollbar()
83 void ScrollView::setHasVerticalScrollbar(bool hasBar) in setHasVerticalScrollbar()
97 PassRefPtr<Scrollbar> ScrollView::createScrollbar(ScrollbarOrientation orientation) in createScrollbar()
102 void ScrollView::setScrollbarModes(ScrollbarMode horizontalMode, ScrollbarMode verticalMode, in setScrollbarModes()
136 void ScrollView::scrollbarModes(ScrollbarMode& horizontalMode, ScrollbarMode& verticalMode) const in scrollbarModes()
142 void ScrollView::setCanHaveScrollbars(bool canScroll) in setCanHaveScrollbars()
[all …]
DScrollView.h44 class PLATFORM_EXPORT ScrollView : public Widget, public ScrollableArea {
46 virtual ~ScrollView();
250 ScrollView();
294 explicit InUpdateScrollbarsScope(ScrollView* view) in InUpdateScrollbarsScope()
345 DEFINE_TYPE_CASTS(ScrollView, Widget, widget, widget->isScrollView(), widget.isScrollView());
DScrollbar.h44 class ScrollView; variable
66 ScrollView* parentScrollView() const;
/external/chromium_org/ui/views/controls/
Dscroll_view.cc17 const char ScrollView::kViewClassName[] = "ScrollView";
22 class ScrollViewWithBorder : public views::ScrollView {
94 class ScrollView::Viewport : public View {
110 static_cast<ScrollView*>(parent())->ScrollContentsRegionToBeVisible( in ScrollRectToVisible()
123 ScrollView::ScrollView() in ScrollView() function in views::ScrollView
148 ScrollView::~ScrollView() { in ~ScrollView()
157 ScrollView* ScrollView::CreateScrollViewWithBorder() { in CreateScrollViewWithBorder()
161 void ScrollView::SetContents(View* a_view) { in SetContents()
165 void ScrollView::SetHeader(View* header) { in SetHeader()
169 gfx::Rect ScrollView::GetVisibleRect() const { in GetVisibleRect()
[all …]
Dscroll_view.h29 class VIEWS_EXPORT ScrollView : public View, public ScrollBarController {
33 ScrollView();
35 virtual ~ScrollView();
38 static ScrollView* CreateScrollViewWithBorder();
150 DISALLOW_COPY_AND_ASSIGN(ScrollView);
186 int GetPageScrollIncrement(ScrollView* scroll_view,
188 int GetLineScrollIncrement(ScrollView* scroll_view,
Dscroll_view_unittest.cc54 ScrollView scroll_view; in TEST()
64 ScrollView scroll_view; in TEST()
104 ScrollView scroll_view; in TEST()
132 ScrollView scroll_view; in TEST()
194 ScrollView scroll_view; in TEST()
224 ScrollView scroll_view; in TEST()
247 ScrollView scroll_view; in TEST()
269 ScrollView scroll_view; in TEST()
290 ScrollView scroll_view; in TEST()
315 ScrollView scroll_view; in TEST()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXScrollView.h35 class ScrollView; variable
39 static PassRefPtr<AXScrollView> create(ScrollView*);
41 ScrollView* scrollView() const { return m_scrollView; } in scrollView()
51 explicit AXScrollView(ScrollView*);
78 ScrollView* m_scrollView;
DAXObjectCache.h45 class ScrollView; variable
136 void handleScrollbarUpdate(ScrollView*);
141 void handleScrollPositionChanged(ScrollView*);
DAXScrollView.cpp37 AXScrollView::AXScrollView(ScrollView* view) in AXScrollView()
54 PassRefPtr<AXScrollView> AXScrollView::create(ScrollView* view) in create()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DScrollViewTest.java3 import android.widget.ScrollView;
14 ScrollView scrollView = new ScrollView(null); in shouldSmoothScrollTo()
/external/chromium_org/ui/message_center/views/
Dmessage_view.h28 class ScrollView; variable
93 void set_scroller(views::ScrollView* scroller) { scroller_ = scroller; } in set_scroller()
104 views::ScrollView* scroller() { return scroller_; } in scroller()
113 views::ScrollView* scroller_;
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
DUnhandledExceptionHandler.java35 import android.widget.ScrollView;
66 ScrollView scrollingContainer = new ScrollView(activity); in uncaughtException()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/
DShadowScrollView.java3 import android.widget.ScrollView;
8 @Implements(ScrollView.class)
/external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/
Dapp_info_dialog_views.h18 class ScrollView; variable
33 views::ScrollView* dialog_body_;
/external/chromium_org/third_party/WebKit/Source/web/
DViewportAnchor.h46 class ScrollView; variable
62 void computeOrigins(const ScrollView&, const FloatSize& innerSize,
/external/chromium_org/third_party/WebKit/Source/core/page/
DAutoscrollController.cpp268 …bool east = m_panScrollStartPos.x() < (lastKnownMousePosition.x() - ScrollView::noPanScrollRadius); in updatePanScrollState()
269 …bool west = m_panScrollStartPos.x() > (lastKnownMousePosition.x() + ScrollView::noPanScrollRadius); in updatePanScrollState()
270 …bool north = m_panScrollStartPos.y() > (lastKnownMousePosition.y() + ScrollView::noPanScrollRadius… in updatePanScrollState()
271 …bool south = m_panScrollStartPos.y() < (lastKnownMousePosition.y() - ScrollView::noPanScrollRadius… in updatePanScrollState()
/external/chromium_org/third_party/WebKit/Source/platform/mac/
DThemeMac.h54 …ControlPart, ControlStates, GraphicsContext*, const IntRect&, float zoomFactor, ScrollView*) const;
75 static NSView* ensuredView(ScrollView*);
/external/chromium_org/third_party/WebKit/Source/platform/
DTheme.h41 class ScrollView; variable
97 …ates, GraphicsContext*, const IntRect& /*zoomedRect*/, float /*zoomFactor*/, ScrollView*) const { } in paint() argument
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp332 ScrollView::setFrameRect(newRect); in setFrameRect()
368 ScrollView::setCanHaveScrollbars(canHaveScrollbars); in setCanHaveScrollbars()
416 return ScrollView::createScrollbar(orientation); in createScrollbar()
424 ScrollView::setContentsSize(size); in setContentsSize()
425 ScrollView::contentsResized(); in setContentsSize()
460ScrollView::setScrollOrigin(IntPoint(-rect.x(), -rect.y()), !m_frame->document()->printing(), size… in adjustViewSize()
1242 ScrollView::scrollContentsIfNeeded(); in scrollContentsIfNeeded()
1344 ScrollView::scrollContentsSlowPath(updateRect); in scrollContentsSlowPath()
1479 ScrollView::setScrollPosition(newScrollPosition, scrollBehavior); in setScrollPosition()
1682 ScrollView::contentRectangleForPaintInvalidation(r); in contentRectangleForPaintInvalidation()
[all …]
/external/chromium_org/third_party/WebKit/Source/web/resources/
DcalendarPicker.js1312 function ScrollView() { class
1313 View.call(this, createElement("div", ScrollView.ClassNameScrollView));
1318 this.contentElement = createElement("div", ScrollView.ClassNameScrollViewContent);
1377 ScrollView.prototype = Object.create(View.prototype);
1379 ScrollView.PartitionHeight = 100000;
1380 ScrollView.ClassNameScrollView = "scroll-view";
1381 ScrollView.ClassNameScrollViewContent = "scroll-view-content";
1386 ScrollView.prototype.onTouchStart = function(event) {
1400 ScrollView.prototype.onWindowTouchMove = function(event) {
1415 ScrollView.prototype.onWindowTouchEnd = function(event) {
[all …]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
DWebsiteSettingsPopup.java22 import android.widget.ScrollView;
190 ScrollView scrollView = new ScrollView(mContext); in showDialog()
DCertificateViewer.java18 import android.widget.ScrollView;
96 ScrollView scrollView = new ScrollView(mContext); in showDialogForView()
/external/chromium_org/ash/system/tray/
Dfixed_sized_scroll_view.h15 class FixedSizedScrollView : public views::ScrollView {
/external/chromium_org/ui/views/examples/
Dscroll_view_example.h47 ScrollView* scroll_view_;
/external/chromium_org/chrome/browser/ui/views/extensions/
Dextension_install_dialog_view.h63 const views::ScrollView* scroll_view() const { return scroll_view_; } in scroll_view()
135 views::ScrollView* scroll_view_;

1234