HomeSort by relevance Sort by last modified time
    Searched refs:hrefAttr (Results 1 - 25 of 37) sorted by null

1 2

  /external/webkit/Source/WebCore/html/
HTMLBaseElement.cpp 47 if (attribute->name() == hrefAttr || attribute->name() == targetAttr)
67 return attribute->name() == hrefAttr;
HTMLAnchorElement.cpp 150 String url = stripLeadingAndTrailingHTMLSpaces(getAttribute(hrefAttr));
209 if (attr->name() == hrefAttr) {
242 return attr->name() == hrefAttr;
261 return hasAttribute(hrefAttr);
266 return document()->completeURL(stripLeadingAndTrailingHTMLSpaces(getAttribute(hrefAttr)));
271 setAttribute(hrefAttr, value);
HTMLViewSourceDocument.cpp 158 if (tagName == baseTag && name == hrefAttr)
163 bool isLink = name == srcAttr || name == hrefAttr;
290 attributeMap->addAttribute(Attribute::createMapped(hrefAttr, href));
312 attrs->addAttribute(Attribute::createMapped(hrefAttr, url));
HTMLLinkElement.cpp 133 } else if (attr->name() == hrefAttr) {
465 return attr->name() == hrefAttr;
470 return document()->completeURL(getAttribute(hrefAttr));
  /external/webkit/Source/WebCore/svg/
SVGURIReference.cpp 32 if (attr->name().matches(XLinkNames::hrefAttr)) {
42 return attrName.matches(XLinkNames::hrefAttr);
SVGAltGlyphElement.cpp 37 DEFINE_ANIMATED_STRING(SVGAltGlyphElement, XLinkNames::hrefAttr, Href, href)
68 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
105 Element* elt = document()->getElementById(getTarget(getAttribute(XLinkNames::hrefAttr)));
SVGFontFaceUriElement.cpp 57 RefPtr<CSSFontFaceSrcValue> src = CSSFontFaceSrcValue::create(getAttribute(XLinkNames::hrefAttr));
66 if (attrName == XLinkNames::hrefAttr)
95 String href = getAttribute(XLinkNames::hrefAttr);
SVGMPathElement.cpp 32 DEFINE_ANIMATED_STRING(SVGMPathElement, XLinkNames::hrefAttr, Href, href)
76 attributeToPropertyTypeMap().set(XLinkNames::hrefAttr, AnimatedString);
SVGTRefElement.cpp 36 DEFINE_ANIMATED_STRING(SVGTRefElement, XLinkNames::hrefAttr, Href, href)
98 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
SVGScriptElement.cpp 35 DEFINE_ANIMATED_STRING(SVGScriptElement, XLinkNames::hrefAttr, Href, href)
108 attributeToPropertyTypeMap().set(XLinkNames::hrefAttr, AnimatedString);
216 return hasAttribute(XLinkNames::hrefAttr);
SVGAElement.cpp 52 DEFINE_ANIMATED_STRING(SVGAElement, XLinkNames::hrefAttr, Href, href)
120 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
SVGCursorElement.cpp 35 DEFINE_ANIMATED_STRING(SVGCursorElement, XLinkNames::hrefAttr, Href, href)
86 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
SVGFEImageElement.cpp 43 DEFINE_ANIMATED_STRING(SVGFEImageElement, XLinkNames::hrefAttr, Href, href)
137 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
SVGForeignObjectElement.cpp 41 DEFINE_ANIMATED_STRING(SVGForeignObjectElement, XLinkNames::hrefAttr, Href, href)
149 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
SVGGradientElement.cpp 45 DEFINE_ANIMATED_STRING(SVGGradientElement, XLinkNames::hrefAttr, Href, href)
134 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
SVGTextPathElement.cpp 37 DEFINE_ANIMATED_STRING(SVGTextPathElement, XLinkNames::hrefAttr, Href, href)
126 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
SVGImageElement.cpp 44 DEFINE_ANIMATED_STRING(SVGImageElement, XLinkNames::hrefAttr, Href, href)
177 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
221 return XLinkNames::hrefAttr;
SVGFilterElement.cpp 48 DEFINE_ANIMATED_STRING(SVGFilterElement, XLinkNames::hrefAttr, Href, href)
217 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
SVGPatternElement.cpp 53 DEFINE_ANIMATED_STRING(SVGPatternElement, XLinkNames::hrefAttr, Href, href)
215 attributeToPropertyTypeMap.set(XLinkNames::hrefAttr, AnimatedString);
  /external/webkit/Source/WebCore/wml/
WMLIntrinsicEvent.cpp 43 m_taskElement->setAttribute(HTMLNames::hrefAttr, targetURL);
WMLAElement.cpp 63 if (attr->name() == HTMLNames::hrefAttr) {
132 handleLinkClick(event, document(), stripLeadingAndTrailingHTMLSpaces(getAttribute(HTMLNames::hrefAttr)), target(), event);
148 return attr->name() == HTMLNames::hrefAttr;
  /external/webkit/Source/WebKit/chromium/src/
DOMUtilitiesPrivate.cpp 96 } else if (attrName == HTMLNames::hrefAttr) {
  /external/webkit/Source/WebCore/html/parser/
HTMLPreloadScanner.cpp 79 if (attributeName == hrefAttr)
  /external/webkit/Source/WebCore/platform/chromium/
PasteboardChromium.cpp 145 urlString = static_cast<Element*>(node)->getAttribute(XLinkNames::hrefAttr);
  /external/webkit/Source/WebCore/rendering/
HitTestResult.cpp 467 urlString = m_innerURLElement->getAttribute(hrefAttr);
470 urlString = m_innerURLElement->getAttribute(XLinkNames::hrefAttr);
474 urlString = m_innerURLElement->getAttribute(hrefAttr);

Completed in 385 milliseconds

1 2