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

  /external/webkit/Source/WebCore/platform/mac/
WebCoreSystemInterface.h 210 typedef struct __WKScrollbarPainterController *WKScrollbarPainterControllerRef;
216 extern void (*wkScrollbarPainterForceFlashScrollers)(WKScrollbarPainterControllerRef);
227 extern WKScrollbarPainterControllerRef (*wkMakeScrollbarPainterController)(id painterControllerDelegate);
228 extern void (*wkSetPainterForPainterController)(WKScrollbarPainterControllerRef, WKScrollbarPainterRef, bool isHorizontal);
229 extern WKScrollbarPainterRef (*wkVerticalScrollbarPainterForController)(WKScrollbarPainterControllerRef);
230 extern WKScrollbarPainterRef (*wkHorizontalScrollbarPainterForController)(WKScrollbarPainterControllerRef);
231 extern void (*wkSetScrollbarPainterControllerStyle)(WKScrollbarPainterControllerRef, int newStyle);
232 extern void (*wkContentAreaScrolled)(WKScrollbarPainterControllerRef);
233 extern void (*wkContentAreaWillPaint)(WKScrollbarPainterControllerRef);
234 extern void (*wkMouseEnteredContentArea)(WKScrollbarPainterControllerRef);
    [all...]
WebCoreSystemInterface.mm 138 void (*wkScrollbarPainterForceFlashScrollers)(WKScrollbarPainterControllerRef);
149 WKScrollbarPainterControllerRef (*wkMakeScrollbarPainterController)(id painterControllerDelegate);
150 void (*wkSetPainterForPainterController)(WKScrollbarPainterControllerRef, WKScrollbarPainterRef, bool isHorizontal);
151 WKScrollbarPainterRef (*wkVerticalScrollbarPainterForController)(WKScrollbarPainterControllerRef);
152 WKScrollbarPainterRef (*wkHorizontalScrollbarPainterForController)(WKScrollbarPainterControllerRef);
153 void (*wkSetScrollbarPainterControllerStyle)(WKScrollbarPainterControllerRef, int newStyle);
154 void (*wkContentAreaScrolled)(WKScrollbarPainterControllerRef);
155 void (*wkContentAreaWillPaint)(WKScrollbarPainterControllerRef);
156 void (*wkMouseEnteredContentArea)(WKScrollbarPainterControllerRef);
157 void (*wkMouseExitedContentArea)(WKScrollbarPainterControllerRef);
    [all...]
ScrollAnimatorMac.h 91 RetainPtr<WKScrollbarPainterControllerRef> m_scrollbarPainterController;
ScrollAnimatorMac.mm 237 WKScrollbarPainterControllerRef painterController = (WKScrollbarPainterControllerRef)scrollerImpPair;
    [all...]
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 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);
    [all...]

Completed in 471 milliseconds