webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <WebFrameViewPrivate.h>
Instance Methods | |
(WebFrameView *) | - _largestChildWithScrollBars |
(BOOL) | - _hasScrollBars |
(WebFrameView *) | - _largestScrollableChild |
(BOOL) | - _isScrollable |
(NSClipView *) | - _contentView |
(Class) | - _customScrollViewClass |
(void) | - _setCustomScrollViewClass: |
- (NSClipView *) _contentView |
_contentView
- (Class) _customScrollViewClass |
_customScrollViewClass
- (BOOL) _hasScrollBars |
_hasScrollBars
- (BOOL) _isScrollable |
_isScrollable
- (WebFrameView *) _largestChildWithScrollBars |
_largestChildWithScrollBars Of the child WebFrameViews that are displaying scroll bars, determines which has the largest area.
- (WebFrameView *) _largestScrollableChild |
_largestScrollableChild Of the child WebFrameViews that allow scrolling, determines which has the largest area.
_setCustomScrollViewClass: Switches the WebFrameView's scroll view class, this class needs to be a subclass of WebDynamicScrollBarsView. Passing nil will switch back to the default WebDynamicScrollBarsView class.