Home
last modified time | relevance | path

Searched refs:m_hasCurrentOpacityAnimation (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareNonInheritedData.cpp79 , m_hasCurrentOpacityAnimation(false) in StyleRareNonInheritedData()
163 , m_hasCurrentOpacityAnimation(o.m_hasCurrentOpacityAnimation) in StyleRareNonInheritedData()
254 && m_hasCurrentOpacityAnimation == o.m_hasCurrentOpacityAnimation in operator ==()
DStyleRareNonInheritedData.h176 unsigned m_hasCurrentOpacityAnimation : 1; variable
DRenderStyle.h921 …l hasCurrentOpacityAnimation() const { return rareNonInheritedData->m_hasCurrentOpacityAnimation; } in hasCurrentOpacityAnimation()
1392 …OpacityAnimation(bool b = true) { SET_VAR(rareNonInheritedData, m_hasCurrentOpacityAnimation, b); }