Home
last modified time | relevance | path

Searched refs:m_clipPath (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleRareNonInheritedData.cpp49 , m_clipPath(RenderStyle::initialClipPath()) in StyleRareNonInheritedData()
133 , m_clipPath(o.m_clipPath) in StyleRareNonInheritedData()
223 && m_clipPath == o.m_clipPath in operator ==()
DStyleRareNonInheritedData.h136 RefPtr<ClipPathOperation> m_clipPath; variable
DRenderStyle.cpp664 … || !dataEquivalent(rareNonInheritedData->m_clipPath, other.rareNonInheritedData->m_clipPath)) in diffNeedsPaintInvalidationObject()
DRenderStyle.h1463 if (rareNonInheritedData->m_clipPath != operation) in setClipPath()
1464 rareNonInheritedData.access()->m_clipPath = operation; in setClipPath()
1466 ClipPathOperation* clipPath() const { return rareNonInheritedData->m_clipPath.get(); } in clipPath()