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

  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollAnimatorMac.h 74 RetainPtr<WebScrollAnimationHelperDelegate> m_scrollAnimationHelperDelegate;
ScrollAnimatorMac.mm 600 m_scrollAnimationHelperDelegate.adoptNS([[WebScrollAnimationHelperDelegate alloc] initWithScrollAnimator:this]);
601 m_scrollAnimationHelper.adoptNS([[NSClassFromString(@"NSScrollAnimationHelper") alloc] initWithDelegate:m_scrollAnimationHelperDelegate.get()]);
619 [m_scrollAnimationHelperDelegate.get() invalidate];
    [all...]

Completed in 269 milliseconds