Home | History | Annotate | Download | only in WebKitLibraries

Lines Matching full:wkscrollbarpaintercontrollerref

427 typedef struct __WKScrollbarPainterController *WKScrollbarPainterControllerRef;
433 void WKScrollbarPainterForceFlashScrollers(WKScrollbarPainterControllerRef);
444 WKScrollbarPainterControllerRef WKMakeScrollbarPainterController(id painterControllerDelegate);
445 void WKSetPainterForPainterController(WKScrollbarPainterControllerRef, WKScrollbarPainterRef, bool isHorizontal);
446 WKScrollbarPainterRef WKVerticalScrollbarPainterForController(WKScrollbarPainterControllerRef);
447 WKScrollbarPainterRef WKHorizontalScrollbarPainterForController(WKScrollbarPainterControllerRef);
448 void WKSetScrollbarPainterControllerStyle(WKScrollbarPainterControllerRef, int newStyle);
449 void WKContentAreaScrolled(WKScrollbarPainterControllerRef);
450 void WKContentAreaWillPaint(WKScrollbarPainterControllerRef);
451 void WKMouseEnteredContentArea(WKScrollbarPainterControllerRef);
452 void WKMouseExitedContentArea(WKScrollbarPainterControllerRef);
453 void WKMouseMovedInContentArea(WKScrollbarPainterControllerRef);
454 void WKWillStartLiveResize(WKScrollbarPainterControllerRef);
455 void WKContentAreaResized(WKScrollbarPainterControllerRef);
456 void WKWillEndLiveResize(WKScrollbarPainterControllerRef);
457 void WKContentAreaDidShow(WKScrollbarPainterControllerRef);
458 void WKContentAreaDidHide(WKScrollbarPainterControllerRef);