HomeSort by relevance Sort by last modified time
    Searched defs:WKScrollbarPainterControllerRef (Results 1 - 2 of 2) 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...]
  /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 49 milliseconds