Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.cpp694 if (!transformDataEquivalent(other)) in computeChangedContextSensitiveProperties()
DRenderStyle.h868 …bool transformDataEquivalent(const RenderStyle& otherStyle) const { return rareNonInheritedData->m… in transformDataEquivalent() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp475 if (oldStyle && newStyle->transformDataEquivalent(*oldStyle)) in updateTransform()