/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLAnchorElement.cpp | 176 if (name == hrefAttr && inDocument()) { in attributeWillChange() 181 argv.append(hrefAttr.toString()); in attributeWillChange() 192 if (name == hrefAttr) { in parseAttribute() 229 return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute); in isURLAttribute() 234 return name == hrefAttr || HTMLElement::hasLegalLinkAttribute(name); in hasLegalLinkAttribute() 252 return hasAttribute(hrefAttr); in draggable() 257 return document().completeURL(stripLeadingAndTrailingHTMLSpaces(getAttribute(hrefAttr))); in href() 262 setAttribute(hrefAttr, value); in setHref() 277 return getAttribute(hrefAttr); in input() 337 url.append(stripLeadingAndTrailingHTMLSpaces(fastGetAttribute(hrefAttr))); in handleClick() [all …]
|
D | HTMLBaseElement.cpp | 45 if (name == hrefAttr || name == targetAttr) in DEFINE_NODE_FACTORY() 68 return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute); in isURLAttribute() 77 const AtomicString& attributeValue = fastGetAttribute(hrefAttr); in href() 93 setAttribute(hrefAttr, value); in setHref()
|
D | HTMLLinkElement.cpp | 167 } else if (name == hrefAttr) { in parseAttribute() 269 argv.append(fastGetAttribute(hrefAttr)); in insertedInto() 394 return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute); in isURLAttribute() 399 return name == hrefAttr || HTMLElement::hasLegalLinkAttribute(name); in hasLegalLinkAttribute() 408 return hrefAttr; in subResourceAttributeName() 415 return document().completeURL(getAttribute(hrefAttr)); in href() 457 if (name == hrefAttr && inDocument()) { in attributeWillChange() 462 argv.append(hrefAttr.toString()); in attributeWillChange()
|
D | HTMLViewSourceDocument.cpp | 160 if (tagName == baseTag && name == hrefAttr) in processTagToken() 165 bool isLink = name == srcAttr || name == hrefAttr; in processTagToken() 283 base->setAttribute(hrefAttr, href); in addBase() 302 anchor->setAttribute(hrefAttr, url); in addLink()
|
D | LinkResource.cpp | 72 , m_url(owner->getNonEmptyURLAttribute(hrefAttr)) in LinkRequestBuilder()
|
D | HTMLAnchorElement.h | 120 …itedLinkHash = blink::visitedLinkHash(document().baseURL(), fastGetAttribute(HTMLNames::hrefAttr)); in visitedLinkHash()
|
D | HTMLCollection.cpp | 235 …rn (element.hasTagName(aTag) || element.hasTagName(areaTag)) && element.fastHasAttribute(hrefAttr); in isMatchingHTMLElement()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGURIReference.cpp | 31 : m_href(SVGAnimatedString::create(element, XLinkNames::hrefAttr, SVGString::create())) in SVGURIReference() 39 return attrName.matches(XLinkNames::hrefAttr); in isKnownAttribute() 105 supportedAttributes.add(XLinkNames::hrefAttr); in addSupportedAttributes() 110 if (name.matches(XLinkNames::hrefAttr)) { in parseAttribute()
|
D | SVGFontFaceUriElement.cpp | 52 …eRawPtr<CSSFontFaceSrcValue> src = CSSFontFaceSrcValue::create(getAttribute(XLinkNames::hrefAttr)); in srcValue() 60 if (name.matches(XLinkNames::hrefAttr)) in parseAttribute() 89 const AtomicString& href = getAttribute(XLinkNames::hrefAttr); in loadFont()
|
D | SVGAltGlyphElement.cpp | 74 …Element* element = targetElementFromIRIString(getAttribute(XLinkNames::hrefAttr), treeScope(), &ta… in hasValidGlyphElements()
|
D | SVGGlyphRefElement.cpp | 47 …Element* element = targetElementFromIRIString(getAttribute(XLinkNames::hrefAttr), document(), &gly… in DEFINE_NODE_FACTORY()
|
D | SVGAElement.cpp | 177 … return attribute.name().localName() == hrefAttr || SVGGraphicsElement::isURLAttribute(attribute); in isURLAttribute()
|
D | SVGElement.cpp | 1003 animatableAttributes.add(XLinkNames::hrefAttr); in isAnimatableAttribute() 1136 sourceElement->svgAttributeChanged(XLinkNames::hrefAttr); in rebuildAllIncomingReferences()
|
D | SVGUseElement.cpp | 685 to->removeAttribute(XLinkNames::hrefAttr); in transferUseAttributesToReplacedElement()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | DocumentTest.cpp | 152 link->setAttribute(blink::HTMLNames::hrefAttr, "foo.json"); in TEST_F() 158 link2->setAttribute(blink::HTMLNames::hrefAttr, "bar.json"); in TEST_F() 165 link->setAttribute(blink::HTMLNames::hrefAttr, "http:foo.json"); in TEST_F() 169 link->setAttribute(blink::HTMLNames::hrefAttr, ""); in TEST_F() 173 link->setAttribute(blink::HTMLNames::hrefAttr, "http://example.org/manifest.json"); in TEST_F() 175 link->setAttribute(blink::HTMLNames::hrefAttr, "http://foo.example.org/manifest.json"); in TEST_F() 177 link->setAttribute(blink::HTMLNames::hrefAttr, "http://foo.bar/manifest.json"); in TEST_F()
|
D | VisitedLinkState.cpp | 44 return element.fastGetAttribute(HTMLNames::hrefAttr); in linkAttribute() 46 return element.getAttribute(XLinkNames::hrefAttr); in linkAttribute()
|
D | LiveNodeListBase.h | 111 return attrName == HTMLNames::hrefAttr; in shouldInvalidateTypeOnAttributeChange()
|
D | Element.cpp | 2574 return getURLAttribute(hrefAttr); in hrefURL() 2576 return getURLAttribute(XLinkNames::hrefAttr); in hrefURL()
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
D | HTMLPreloadScanner.cpp | 219 if (match(attributeName, hrefAttr)) in processLinkAttribute() 485 if (const typename Token::Attribute* hrefAttribute = token.getAttributeItem(hrefAttr)) in updatePredictedBaseURL()
|
D | XSSAuditor.cpp | 489 …didBlockScript |= eraseAttributeIfInjected(request, XLinkNames::hrefAttr, blankURL().string(), Src… in filterScriptToken() 576 return eraseAttributeIfInjected(request, hrefAttr); in filterBaseToken()
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | XSLTSchema.java | 82 XSLTAttributeDef hrefAttr = new XSLTAttributeDef(null, "href", in build() local 648 new XSLTAttributeDef[]{ hrefAttr }, // EMPTY in build() 655 new XSLTAttributeDef[]{ hrefAttr }, in build()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/ |
D | SVGSMILElement.cpp | 236 AtomicString href = getAttribute(XLinkNames::hrefAttr); in buildPendingResource() 523 supportedAttributes.add(XLinkNames::hrefAttr); in isSupportedAttribute() 576 else if (attrName.matches(XLinkNames::hrefAttr)) { in svgAttributeChanged()
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | PageSerializer.cpp | 243 KURL url = document.completeURL(linkElement.getAttribute(HTMLNames::hrefAttr)); in serializeFrame()
|
D | PrintContext.cpp | 230 const AtomicString& href = toElement(node)->getAttribute(HTMLNames::hrefAttr); in collectLinkAndLinkedDestinations()
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
D | Editor.cpp | 462 urlString = toSVGElement(node)->getAttribute(XLinkNames::hrefAttr); in writeImageNodeToPasteboard()
|