Home
last modified time | relevance | path

Searched defs:otherStyle (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h694 …const Length& marginStartUsing(const RenderStyle* otherStyle) const { return surround->margin.star… in marginStartUsing()
695 …const Length& marginEndUsing(const RenderStyle* otherStyle) const { return surround->margin.end(ot… in marginEndUsing()
696 …const Length& marginBeforeUsing(const RenderStyle* otherStyle) const { return surround->margin.bef… in marginBeforeUsing()
697 …const Length& marginAfterUsing(const RenderStyle* otherStyle) const { return surround->margin.afte… in marginAfterUsing()
811 …bool reflectionDataEquivalent(const RenderStyle* otherStyle) const { return rareNonInheritedData->… in reflectionDataEquivalent()
867 …bool transformDataEquivalent(const RenderStyle& otherStyle) const { return rareNonInheritedData->m… in transformDataEquivalent()
1086 bool isOutlineEquivalent(const RenderStyle* otherStyle) const in isOutlineEquivalent()
1484 …bool contentDataEquivalent(const RenderStyle* otherStyle) const { return const_cast<RenderStyle*>(… in contentDataEquivalent()