Searched refs:transformDataEquivalent (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp678 if (!transformDataEquivalent(other))
H A DRenderStyle.h867 bool transformDataEquivalent(const RenderStyle& otherStyle) const { return rareNonInheritedData->m_transform == otherStyle.rareNonInheritedData->m_transform; } function in class:blink::RenderStyle
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayer.cpp321 if (oldStyle && newStyle->transformDataEquivalent(*oldStyle))

Completed in 124 milliseconds