/external/webkit/WebCore/platform/mac/ |
D | ScrollViewMac.mm | 45 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
|
D | WidgetMac.mm | 206 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];
|
D | ThemeMac.mm | 197 …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/ |
D | WebFrameView.mm | 338 …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 …]
|
D | WebTextCompletionController.mm | 105 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/ |
D | WebTextInputWindowController.m | 69 NSScrollView* scrollView = [[NSScrollView alloc] initWithFrame:[self.contentView frame]]; 70 scrollView.documentView = _inputTextView; 71 self.contentView = scrollView; 72 [scrollView release];
|
/external/webkit/WebCore/platform/qt/ |
D | ScrollbarThemeQt.cpp | 229 void ScrollbarThemeQt::paintScrollCorner(ScrollView* scrollView, GraphicsContext* context, const In… in paintScrollCorner() argument 232 scrollView->invalidateRect(rect); in paintScrollCorner()
|
/external/webkit/WebCore/platform/chromium/ |
D | ThemeChromiumMac.mm | 347 …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/ |
D | ScrollViewWx.cpp | 50 ScrollViewPrivate(ScrollView* scrollView) in ScrollViewPrivate() argument 52 , m_scrollView(scrollView) in ScrollViewPrivate()
|
/external/webkit/WebCore/page/ |
D | Chrome.cpp | 100 void Chrome::scrollRectIntoView(const IntRect& rect, const ScrollView* scrollView) const in scrollRectIntoView() 102 m_client->scrollRectIntoView(rect, scrollView); in scrollRectIntoView()
|
D | EventHandler.cpp | 379 if (ScrollView* scrollView = m_frame->view()) { in handleMousePressEvent() local 380 if (scrollView->isPointInScrollbarCorner(event.event().pos())) in handleMousePressEvent()
|
/external/webkit/WebKit/android/plugins/ |
D | PluginWidgetAndroid.cpp | 504 ScrollView* scrollView = m_pluginView->parent(); in scrollToVisiblePluginRect() local 505 android::WebViewCore* core = android::WebViewCore::getWebViewCore(scrollView); in scrollToVisiblePluginRect()
|
/external/webkit/WebCore/platform/ |
D | ScrollView.h | 312 NSScrollView<WebCoreFrameScrollView>* scrollView() const;
|
/external/webkit/WebKit/mac/WebCoreSupport/ |
D | WebChromeClient.mm | 489 void WebChromeClient::scrollRectIntoView(const IntRect& r, const ScrollView* scrollView) const
|
/external/webkit/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 26066 Removed scrollView 29628 (-[WebFrameView scrollView]):
|
/external/webkit/WebCore/ |
D | ChangeLog-2008-08-10 | 41961 NSView for from getDocumentView to documentView and a scrollView function 41974 (WebCore::ScrollView::scrollView): Added.
|
D | ChangeLog-2009-06-16 | 18128 -scrollView:. 89413 (WebCore::ScrollView::scrollView):
|