Searched defs:m_pathSegRole (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGPathSegListBuilder.h41 void setCurrentSVGPathSegRole(SVGPathSegRole pathSegRole) { m_pathSegRole = pathSegRole; }
50 m_pathSegRole = PathSegUndefinedRole;
69 SVGPathSegRole m_pathSegRole; member in class:WebCore::SVGPathSegListBuilder
/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
H A DSVGPathSegListPropertyTearOff.cpp56 ASSERT(static_cast<SVGPathSegWithContext*>(returnedItem.get())->role() == m_pathSegRole);
100 newItemWithContext->setContextAndRole(contextElement(), m_pathSegRole); local
H A DSVGPathSegListPropertyTearOff.h121 , m_pathSegRole(pathSegRole)
159 SVGPathSegRole m_pathSegRole; member in class:WebCore::SVGPathSegListPropertyTearOff

Completed in 672 milliseconds