Home
last modified time | relevance | path

Searched refs:scrollView (Results 1 – 17 of 17) sorted by relevance

/external/webkit/WebCore/platform/mac/
DScrollViewMac.mm45 inline NSScrollView<WebCoreFrameScrollView> *ScrollView::scrollView() const
55 return [scrollView() documentView];
85 …[scrollView() setScrollingModes:m_horizontalScrollbarMode vertical:m_verticalScrollbarMode andLock…
92 [scrollView() scrollingModes:&horizontal vertical:&vertical];
99 [[scrollView() contentView] setCopiesOnScroll:canBlitOnScroll];
105 return [[scrollView() contentView] copiesOnScroll];
111 IntRect result = enclosingIntRect([scrollView() documentVisibleRect]);
113 result.setSize(IntSize([scrollView() frame].size));
142 [scrollView() setScrollBarsSuppressed:m_scrollbarsSuppressed
DWidgetMac.mm206 NSScrollView *scrollView = 0;
209 NSScrollView *scrollView = static_cast<NSScrollView *>(innerView);
211 if ([scrollView drawsBackground] && ![[scrollView contentView] copiesOnScroll])
212 [scrollView setDrawsBackground:NO];
214 scrollView = 0;
240 if (scrollView)
241 [scrollView setDrawsBackground:YES];
DThemeMac.mm197 …tes, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView)
220 [checkboxCell drawWithFrame:NSRect(inflatedRect) inView:scrollView->documentView()];
276 …tes, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView)
298 [radioCell drawWithFrame:NSRect(inflatedRect) inView:scrollView->documentView()];
372 …tes, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView)
408 NSView *view = scrollView->documentView();
575 …raphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView) const
579 paintCheckbox(states, context, zoomedRect, zoomFactor, scrollView);
582 paintRadio(states, context, zoomedRect, zoomFactor, scrollView);
589 paintButton(part, states, context, zoomedRect, zoomFactor, scrollView);
/external/webkit/WebKit/mac/WebView/
DWebFrameView.mm338 …WebDynamicScrollBarsView *scrollView = [[WebDynamicScrollBarsView alloc] initWithFrame:NSMakeRect(…
339 _private->frameScrollView = scrollView;
340 … [scrollView setContentView:[[[WebClipView alloc] initWithFrame:[scrollView bounds]] autorelease]];
341 [scrollView setDrawsBackground:NO];
342 [scrollView setHasVerticalScroller:NO];
343 [scrollView setHasHorizontalScroller:NO];
344 [scrollView setAutoresizingMask:NSViewWidthSizable | NSViewHeightSizable];
345 [scrollView setLineScroll:Scrollbar::pixelsPerLineStep()];
346 [self addSubview:scrollView];
351 [super setNextKeyView:scrollView];
[all …]
DWebTextCompletionController.mm105 NSScrollView *scrollView = [[NSScrollView alloc] initWithFrame:scrollFrame];
106 [scrollView setBorderType:NSNoBorder];
107 [scrollView setHasVerticalScroller:YES];
108 [scrollView setAutoresizingMask:NSViewWidthSizable | NSViewHeightSizable];
109 [scrollView setDocumentView:_tableView];
114 [_popupWindow setContentView:scrollView];
115 [scrollView release];
/external/webkit/WebKit/mac/Plugins/Hosted/
DWebTextInputWindowController.m69 NSScrollView* scrollView = [[NSScrollView alloc] initWithFrame:[self.contentView frame]];
70 scrollView.documentView = _inputTextView;
71 self.contentView = scrollView;
72 [scrollView release];
/external/webkit/WebCore/platform/qt/
DScrollbarThemeQt.cpp229 void ScrollbarThemeQt::paintScrollCorner(ScrollView* scrollView, GraphicsContext* context, const In… in paintScrollCorner() argument
232 scrollView->invalidateRect(rect); in paintScrollCorner()
/external/webkit/WebCore/platform/chromium/
DThemeChromiumMac.mm347 …tes, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView)
429 …tes, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView)
528 …tes, GraphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView)
710 …raphicsContext* context, const IntRect& zoomedRect, float zoomFactor, ScrollView* scrollView) const
714 paintCheckbox(states, context, zoomedRect, zoomFactor, scrollView);
717 paintRadio(states, context, zoomedRect, zoomFactor, scrollView);
724 paintButton(part, states, context, zoomedRect, zoomFactor, scrollView);
/external/webkit/WebCore/platform/wx/
DScrollViewWx.cpp50 ScrollViewPrivate(ScrollView* scrollView) in ScrollViewPrivate() argument
52 , m_scrollView(scrollView) in ScrollViewPrivate()
/external/webkit/WebCore/page/
DChrome.cpp100 void Chrome::scrollRectIntoView(const IntRect& rect, const ScrollView* scrollView) const in scrollRectIntoView()
102 m_client->scrollRectIntoView(rect, scrollView); in scrollRectIntoView()
DEventHandler.cpp379 if (ScrollView* scrollView = m_frame->view()) { in handleMousePressEvent() local
380 if (scrollView->isPointInScrollbarCorner(event.event().pos())) in handleMousePressEvent()
/external/webkit/WebKit/android/plugins/
DPluginWidgetAndroid.cpp504 ScrollView* scrollView = m_pluginView->parent(); in scrollToVisiblePluginRect() local
505 android::WebViewCore* core = android::WebViewCore::getWebViewCore(scrollView); in scrollToVisiblePluginRect()
/external/webkit/WebCore/platform/
DScrollView.h312 NSScrollView<WebCoreFrameScrollView>* scrollView() const;
/external/webkit/WebKit/mac/WebCoreSupport/
DWebChromeClient.mm489 void WebChromeClient::scrollRectIntoView(const IntRect& r, const ScrollView* scrollView) const
/external/webkit/WebKit/mac/
DChangeLog-2006-02-0926066 Removed scrollView
29628 (-[WebFrameView scrollView]):
/external/webkit/WebCore/
DChangeLog-2008-08-1041961 NSView for from getDocumentView to documentView and a scrollView function
41974 (WebCore::ScrollView::scrollView): Added.
DChangeLog-2009-06-1618128 -scrollView:.
89413 (WebCore::ScrollView::scrollView):