Home | History | Annotate | Download | only in WebKitLibraries

Lines Matching defs:WKScrollbarPainterRef

426 typedef struct __WKScrollbarPainter *WKScrollbarPainterRef;
429 WKScrollbarPainterRef WKMakeScrollbarPainter(int controlSize, bool isHorizontal);
430 WKScrollbarPainterRef WKMakeScrollbarReplacementPainter(WKScrollbarPainterRef oldPainter, int newStyle, int controlSize, bool isHorizontal);
431 void WKScrollbarPainterSetDelegate(WKScrollbarPainterRef, id scrollbarPainterDelegate);
432 void WKScrollbarPainterPaint(WKScrollbarPainterRef, bool enabled, double value, CGFloat proportion, CGRect frameRect);
435 int WKScrollbarMinimumThumbLength(WKScrollbarPainterRef);
436 int WKScrollbarMinimumTotalLengthNeededForThumb(WKScrollbarPainterRef);
437 CGFloat WKScrollbarPainterKnobAlpha(WKScrollbarPainterRef);
438 void WKSetScrollbarPainterKnobAlpha(WKScrollbarPainterRef, CGFloat);
439 CGFloat WKScrollbarPainterTrackAlpha(WKScrollbarPainterRef);
440 void WKSetScrollbarPainterTrackAlpha(WKScrollbarPainterRef, CGFloat);
441 bool WKScrollbarPainterIsHorizontal(WKScrollbarPainterRef);
442 void WKScrollbarPainterSetOverlayState(WKScrollbarPainterRef, int overlayScrollerState);
445 void WKSetPainterForPainterController(WKScrollbarPainterControllerRef, WKScrollbarPainterRef, bool isHorizontal);
446 WKScrollbarPainterRef WKVerticalScrollbarPainterForController(WKScrollbarPainterControllerRef);
447 WKScrollbarPainterRef WKHorizontalScrollbarPainterForController(WKScrollbarPainterControllerRef);