/external/webkit/Source/WebCore/svg/ |
D | SVGAltGlyphElement.cpp | 37 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()
|
D | SVGFontFaceUriElement.cpp | 57 … 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()
|
D | SVGURIReference.cpp | 32 if (attr->name().matches(XLinkNames::hrefAttr)) { in parseMappedAttribute() 42 return attrName.matches(XLinkNames::hrefAttr); in isKnownAttribute()
|
D | SVGMPathElement.cpp | 32 DEFINE_ANIMATED_STRING(SVGMPathElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_STRING() argument 76 attributeToPropertyTypeMap().set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
|
D | SVGScriptElement.cpp | 35 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()
|
D | SVGTRefElement.cpp | 36 DEFINE_ANIMATED_STRING(SVGTRefElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_STRING() argument 98 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
|
D | SVGImageElement.cpp | 44 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()
|
D | SVGFEImageElement.cpp | 43 DEFINE_ANIMATED_STRING(SVGFEImageElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_PRESERVEASPECTRATIO() 137 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
|
D | SVGCursorElement.cpp | 35 DEFINE_ANIMATED_STRING(SVGCursorElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_LENGTH() 86 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
|
D | SVGTextPathElement.cpp | 37 DEFINE_ANIMATED_STRING(SVGTextPathElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_LENGTH() 126 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
|
D | SVGForeignObjectElement.cpp | 41 DEFINE_ANIMATED_STRING(SVGForeignObjectElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_LENGTH() 149 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
|
D | SVGAElement.cpp | 52 DEFINE_ANIMATED_STRING(SVGAElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_STRING() 120 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
|
D | SVGGradientElement.cpp | 45 DEFINE_ANIMATED_STRING(SVGGradientElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_ENUMERATION() 134 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillPassedAttributeToPropertyTypeMap()
|
D | SVGFilterElement.cpp | 48 DEFINE_ANIMATED_STRING(SVGFilterElement, XLinkNames::hrefAttr, Href, href) in DEFINE_ANIMATED_ENUMERATION() 217 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString); in fillAttributeToPropertyTypeMap()
|
D | SVGPatternElement.cpp | 53 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/ |
D | WMLAElement.cpp | 63 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()
|
D | WMLIntrinsicEvent.cpp | 43 m_taskElement->setAttribute(HTMLNames::hrefAttr, targetURL); in WMLIntrinsicEvent()
|
/external/webkit/Source/WebCore/html/ |
D | HTMLBaseElement.cpp | 47 if (attribute->name() == hrefAttr || attribute->name() == targetAttr) in parseMappedAttribute() 67 return attribute->name() == hrefAttr; in isURLAttribute()
|
D | HTMLAnchorElement.cpp | 150 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()
|
D | HTMLViewSourceDocument.cpp | 158 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()
|
D | HTMLLinkElement.cpp | 133 } 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/ |
D | HitTestResult.cpp | 467 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/ |
D | DOMUtilitiesPrivate.cpp | 96 } else if (attrName == HTMLNames::hrefAttr) { in elementHasLegalLinkAttribute()
|
/external/webkit/Source/WebCore/html/parser/ |
D | HTMLPreloadScanner.cpp | 79 if (attributeName == hrefAttr) in processAttributes()
|
/external/webkit/Source/WebCore/platform/chromium/ |
D | PasteboardChromium.cpp | 145 urlString = static_cast<Element*>(node)->getAttribute(XLinkNames::hrefAttr); in writeImage()
|