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

  /external/chromium_org/third_party/WebKit/Source/core/frame/animation/
KeyframeAnimation.h 58 void setUnanimatedStyle(PassRefPtr<RenderStyle> style) { m_unanimatedStyle = style; }
59 RenderStyle* unanimatedStyle() const { return m_unanimatedStyle.get(); }
97 RefPtr<RenderStyle> m_unanimatedStyle;
KeyframeAnimation.cpp 52 , m_unanimatedStyle(unanimatedStyle)

Completed in 61 milliseconds