OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_animationupdate
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolverState.h
69
void setAnimationUpdate(PassOwnPtr<CSSAnimationUpdate> update) {
m_animationUpdate
= update; }
70
const CSSAnimationUpdate* animationUpdate() { return
m_animationUpdate
.get(); }
71
PassOwnPtr<CSSAnimationUpdate> takeAnimationUpdate() { return
m_animationUpdate
.release(); }
150
OwnPtr<CSSAnimationUpdate>
m_animationUpdate
;
Completed in 45 milliseconds