Home
last modified time | relevance | path

Searched refs:m_paintType (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPaint.cpp54 , m_paintType(paintType) in SVGPaint()
72 switch (m_paintType) { in customCSSText()
100 , m_paintType(cloneFrom.m_paintType) in SVGPaint()
112 return m_paintType == other.m_paintType && m_uri == other.m_uri && SVGColor::equals(other); in equals()
DSVGPaint.h89 const SVGPaintType& paintType() const { return m_paintType; } in paintType()
115 SVGPaintType m_paintType; variable