Searched refs:WebCoreFrameScrollView (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/page/mac/
H A DWebCoreFrameView.h32 @protocol WebCoreFrameScrollView
/external/webkit/Source/WebKit/mac/WebView/
H A DWebDynamicScrollBarsViewInternal.h32 @interface WebDynamicScrollBarsView (WebInternal) <WebCoreFrameScrollView>
/external/webkit/Source/WebCore/platform/mac/
H A DScrollViewMac.mm45 inline NSScrollView<WebCoreFrameScrollView> *ScrollView::scrollView() const
48 ASSERT(!platformWidget() || [platformWidget() conformsToProtocol:@protocol(WebCoreFrameScrollView)]);
49 return static_cast<NSScrollView<WebCoreFrameScrollView> *>(platformWidget());
H A DWidgetMac.mm222 // If this widget's view is a WebCoreFrameScrollView then we
224 if ([view conformsToProtocol:@protocol(WebCoreFrameScrollView)]) {
276 if ([innerView conformsToProtocol:@protocol(WebCoreFrameScrollView)]) {
/external/webkit/Source/WebCore/platform/
H A DScrollView.h39 @protocol WebCoreFrameScrollView; variable
420 NSScrollView<WebCoreFrameScrollView>* scrollView() const;

Completed in 2926 milliseconds