Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGAltGlyphElement.cpp38 DEFINE_ANIMATED_STRING(SVGAltGlyphElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_STRING()
DSVGGlyphRefElement.cpp32 DEFINE_ANIMATED_STRING(SVGGlyphRefElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_STRING()
DSVGMPathElement.cpp33 DEFINE_ANIMATED_STRING(SVGMPathElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_STRING()
DSVGScriptElement.cpp38 DEFINE_ANIMATED_STRING(SVGScriptElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_STRING()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTSchema.java82 XSLTAttributeDef hrefAttr = new XSLTAttributeDef(null, "href", in build() local