Home
last modified time | relevance | path

Searched refs:hrefAttr (Results 1 – 25 of 38) sorted by relevance

12

/external/webkit/Source/WebCore/svg/
DSVGAltGlyphElement.cpp37 DEFINE_ANIMATED_STRING(SVGAltGlyphElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_STRING() argument
68 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
105 Element* elt = document()->getElementById(getTarget(getAttribute(XLinkNames::hrefAttr))); in glyphElement()
DSVGFontFaceUriElement.cpp57 … RefPtr<CSSFontFaceSrcValue> src = CSSFontFaceSrcValue::create(getAttribute(XLinkNames::hrefAttr)); in srcValue()
66 if (attrName == XLinkNames::hrefAttr) in parseMappedAttribute()
95 String href = getAttribute(XLinkNames::hrefAttr); in loadFont()
DSVGURIReference.cpp32 if (attr->name().matches(XLinkNames::hrefAttr)) { in parseMappedAttribute()
42 return attrName.matches(XLinkNames::hrefAttr); in isKnownAttribute()
DSVGMPathElement.cpp32 DEFINE_ANIMATED_STRING(SVGMPathElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_STRING() argument
76 attributeToPropertyTypeMap().set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGScriptElement.cpp35 DEFINE_ANIMATED_STRING(SVGScriptElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_STRING() argument
108 attributeToPropertyTypeMap().set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
216 return hasAttribute(XLinkNames::hrefAttr); in hasSourceAttribute()
DSVGTRefElement.cpp36 DEFINE_ANIMATED_STRING(SVGTRefElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_STRING() argument
98 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGImageElement.cpp44 DEFINE_ANIMATED_STRING(SVGImageElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_LENGTH()
177 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
221 return XLinkNames::hrefAttr; in imageSourceAttributeName()
DSVGFEImageElement.cpp43 DEFINE_ANIMATED_STRING(SVGFEImageElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_PRESERVEASPECTRATIO()
137 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGCursorElement.cpp35 DEFINE_ANIMATED_STRING(SVGCursorElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_LENGTH()
86 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGTextPathElement.cpp37 DEFINE_ANIMATED_STRING(SVGTextPathElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_LENGTH()
126 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGForeignObjectElement.cpp41 DEFINE_ANIMATED_STRING(SVGForeignObjectElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_LENGTH()
149 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGAElement.cpp52 DEFINE_ANIMATED_STRING(SVGAElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_STRING()
120 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGGradientElement.cpp45 DEFINE_ANIMATED_STRING(SVGGradientElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_ENUMERATION()
134 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillPassedAttributeToPropertyTypeMap()
DSVGFilterElement.cpp48 DEFINE_ANIMATED_STRING(SVGFilterElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_ENUMERATION()
217 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
DSVGPatternElement.cpp53 DEFINE_ANIMATED_STRING(SVGPatternElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_LENGTH()
215 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
/external/webkit/Source/WebCore/wml/
DWMLAElement.cpp63 if (attr->name() == HTMLNames::hrefAttr) { in parseMappedAttribute()
132 …, document(), stripLeadingAndTrailingHTMLSpaces(getAttribute(HTMLNames::hrefAttr)), target(), even… in defaultEventHandler()
148 return attr->name() == HTMLNames::hrefAttr; in isURLAttribute()
DWMLIntrinsicEvent.cpp43 m_taskElement->setAttribute(HTMLNames::hrefAttr, targetURL); in WMLIntrinsicEvent()
/external/webkit/Source/WebCore/html/
DHTMLBaseElement.cpp47 if (attribute->name() == hrefAttr || attribute->name() == targetAttr) in parseMappedAttribute()
67 return attribute->name() == hrefAttr; in isURLAttribute()
DHTMLAnchorElement.cpp150 String url = stripLeadingAndTrailingHTMLSpaces(getAttribute(hrefAttr)); in defaultEventHandler()
209 if (attr->name() == hrefAttr) { in parseMappedAttribute()
242 return attr->name() == hrefAttr; in isURLAttribute()
261 return hasAttribute(hrefAttr); in draggable()
266 return document()->completeURL(stripLeadingAndTrailingHTMLSpaces(getAttribute(hrefAttr))); in href()
271 setAttribute(hrefAttr, value); in setHref()
DHTMLViewSourceDocument.cpp158 if (tagName == baseTag && name == hrefAttr) in processTagToken()
163 bool isLink = name == srcAttr || name == hrefAttr; in processTagToken()
290 attributeMap->addAttribute(Attribute::createMapped(hrefAttr, href)); in addBase()
312 attrs->addAttribute(Attribute::createMapped(hrefAttr, url)); in addLink()
DHTMLLinkElement.cpp133 } else if (attr->name() == hrefAttr) { in parseMappedAttribute()
465 return attr->name() == hrefAttr; in isURLAttribute()
470 return document()->completeURL(getAttribute(hrefAttr)); in href()
/external/webkit/Source/WebCore/rendering/
DHitTestResult.cpp467 urlString = m_innerURLElement->getAttribute(hrefAttr); in absoluteLinkURL()
470 urlString = m_innerURLElement->getAttribute(XLinkNames::hrefAttr); in absoluteLinkURL()
474 urlString = m_innerURLElement->getAttribute(hrefAttr); in absoluteLinkURL()
/external/webkit/Source/WebKit/chromium/src/
DDOMUtilitiesPrivate.cpp96 } else if (attrName == HTMLNames::hrefAttr) { in elementHasLegalLinkAttribute()
/external/webkit/Source/WebCore/html/parser/
DHTMLPreloadScanner.cpp79 if (attributeName == hrefAttr) in processAttributes()
/external/webkit/Source/WebCore/platform/chromium/
DPasteboardChromium.cpp145 urlString = static_cast<Element*>(node)->getAttribute(XLinkNames::hrefAttr); in writeImage()

12