HomeSort by relevance Sort by last modified time
    Searched refs:WebCoreFrameScrollView (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/page/mac/
WebCoreFrameView.h 32 @protocol WebCoreFrameScrollView
  /external/webkit/Source/WebKit/mac/WebView/
WebDynamicScrollBarsViewInternal.h 32 @interface WebDynamicScrollBarsView (WebInternal) <WebCoreFrameScrollView>
  /external/webkit/Source/WebCore/platform/mac/
ScrollViewMac.mm 45 inline NSScrollView<WebCoreFrameScrollView> *ScrollView::scrollView() const
48 ASSERT(!platformWidget() || [platformWidget() conformsToProtocol:@protocol(WebCoreFrameScrollView)]);
49 return static_cast<NSScrollView<WebCoreFrameScrollView> *>(platformWidget());
WidgetMac.mm 222 // 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/
ScrollView.h 39 @protocol WebCoreFrameScrollView;
420 NSScrollView<WebCoreFrameScrollView>* scrollView() const;

Completed in 53 milliseconds