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

  /external/webkit/Source/WebCore/platform/mac/
ScrollAnimatorMac.h 88 RetainPtr<ScrollAnimationHelperDelegate> m_scrollAnimationHelperDelegate;
ScrollAnimatorMac.mm 500 m_scrollAnimationHelperDelegate.adoptNS([[ScrollAnimationHelperDelegate alloc] initWithScrollAnimator:this]);
501 m_scrollAnimationHelper.adoptNS([[NSClassFromString(@"NSScrollAnimationHelper") alloc] initWithDelegate:m_scrollAnimationHelperDelegate.get()]);
516 [m_scrollAnimationHelperDelegate.get() scrollAnimatorDestroyed];
    [all...]

Completed in 223 milliseconds