OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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 69 milliseconds