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

  /external/webkit/Source/WebCore/platform/mac/
ScrollAnimatorMac.h 93 RetainPtr<id> m_scrollbarPainterDelegate;
ScrollAnimatorMac.mm 506 m_scrollbarPainterDelegate.adoptNS([[ScrollbarPainterDelegate alloc] initWithScrollAnimator:this]);
515 [m_scrollbarPainterDelegate.get() scrollAnimatorDestroyed];
702 wkScrollbarPainterSetDelegate(painter, m_scrollbarPainterDelegate.get());
726 wkScrollbarPainterSetDelegate(painter, m_scrollbarPainterDelegate.get());
753 [m_scrollbarPainterDelegate.get() cancelAnimations];
    [all...]

Completed in 199 milliseconds