HomeSort by relevance Sort by last modified time
    Searched defs:WKScrollbarPainterRef (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/platform/mac/
WebCoreSystemInterface.h 209 typedef struct __WKScrollbarPainter *WKScrollbarPainterRef;
212 extern WKScrollbarPainterRef (*wkMakeScrollbarPainter)(int controlSize, bool isHorizontal);
213 extern WKScrollbarPainterRef (*wkMakeScrollbarReplacementPainter)(WKScrollbarPainterRef oldPainter, int newStyle, int controlSize, bool isHorizontal);
214 extern void (*wkScrollbarPainterSetDelegate)(WKScrollbarPainterRef, id scrollbarPainterDelegate);
215 extern void (*wkScrollbarPainterPaint)(WKScrollbarPainterRef, bool enabled, double value, CGFloat proportion, CGRect frameRect);
218 extern int (*wkScrollbarMinimumThumbLength)(WKScrollbarPainterRef);
219 extern int (*wkScrollbarMinimumTotalLengthNeededForThumb)(WKScrollbarPainterRef);
220 extern CGFloat (*wkScrollbarPainterKnobAlpha)(WKScrollbarPainterRef);
221 extern void (*wkSetScrollbarPainterKnobAlpha)(WKScrollbarPainterRef, CGFloat)
    [all...]
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 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)
    [all...]

Completed in 34 milliseconds