isURLAttribute 1132 Source/core/dom/Element.cpp return isURLAttribute(attribute) && protocolIsJavaScript(stripLeadingAndTrailingHTMLSpaces(attribute.value())); isURLAttribute 2648 Source/core/dom/Element.cpp ASSERT(isURLAttribute(*attribute)); isURLAttribute 2659 Source/core/dom/Element.cpp ASSERT(isURLAttribute(*attribute)); isURLAttribute 361 Source/core/dom/Element.h virtual bool isURLAttribute(const Attribute&) const { return false; } isURLAttribute 210 Source/core/editing/MarkupAccumulator.cpp ASSERT(element.isURLAttribute(attribute)); isURLAttribute 462 Source/core/editing/MarkupAccumulator.cpp if (element.isURLAttribute(attribute)) { isURLAttribute 106 Source/core/editing/markup.cpp if (element->isURLAttribute(attribute) && !attribute.value().isEmpty()) isURLAttribute 300 Source/core/html/HTMLAnchorElement.cpp return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute); isURLAttribute 99 Source/core/html/HTMLAnchorElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE FINAL; isURLAttribute 77 Source/core/html/HTMLAppletElement.cpp || HTMLPlugInElement::isURLAttribute(attribute); isURLAttribute 43 Source/core/html/HTMLAppletElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE; isURLAttribute 72 Source/core/html/HTMLBaseElement.cpp return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute); isURLAttribute 40 Source/core/html/HTMLBaseElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE; isURLAttribute 180 Source/core/html/HTMLBodyElement.cpp return attribute.name() == backgroundAttr || HTMLElement::isURLAttribute(attribute); isURLAttribute 56 Source/core/html/HTMLBodyElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE; isURLAttribute 193 Source/core/html/HTMLButtonElement.cpp return attribute.name() == formactionAttr || HTMLFormControlElement::isURLAttribute(attribute); isURLAttribute 69 Source/core/html/HTMLButtonElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE; isURLAttribute 180 Source/core/html/HTMLEmbedElement.cpp return attribute.name() == srcAttr || HTMLPlugInElement::isURLAttribute(attribute); isURLAttribute 45 Source/core/html/HTMLEmbedElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE; isURLAttribute 501 Source/core/html/HTMLFormElement.cpp return attribute.name() == actionAttr || HTMLElement::isURLAttribute(attribute); isURLAttribute 129 Source/core/html/HTMLFormElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE; isURLAttribute 196 Source/core/html/HTMLFrameElementBase.cpp || HTMLFrameOwnerElement::isURLAttribute(attribute); isURLAttribute 58 Source/core/html/HTMLFrameElementBase.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE FINAL; isURLAttribute 52 Source/core/html/HTMLHtmlElement.cpp return attribute.name() == manifestAttr || HTMLElement::isURLAttribute(attribute); isURLAttribute 40 Source/core/html/HTMLHtmlElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE; isURLAttribute 318 Source/core/html/HTMLImageElement.cpp || HTMLElement::isURLAttribute(attribute); isURLAttribute 111 Source/core/html/HTMLImageElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE; isURLAttribute 1210 Source/core/html/HTMLInputElement.cpp return attribute.name() == srcAttr || attribute.name() == formactionAttr || HTMLTextFormControlElement::isURLAttribute(attribute); isURLAttribute 340 Source/core/html/HTMLInputElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE FINAL; isURLAttribute 374 Source/core/html/HTMLLinkElement.cpp return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute); isURLAttribute 183 Source/core/html/HTMLLinkElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE; isURLAttribute 3275 Source/core/html/HTMLMediaElement.cpp return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute); isURLAttribute 278 Source/core/html/HTMLMediaElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE; isURLAttribute 45 Source/core/html/HTMLModElement.cpp return attribute.name() == citeAttr || HTMLElement::isURLAttribute(attribute); isURLAttribute 38 Source/core/html/HTMLModElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE; isURLAttribute 370 Source/core/html/HTMLObjectElement.cpp || HTMLPlugInElement::isURLAttribute(attribute); isURLAttribute 83 Source/core/html/HTMLObjectElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE; isURLAttribute 66 Source/core/html/HTMLParamElement.cpp return HTMLElement::isURLAttribute(attribute); isURLAttribute 42 Source/core/html/HTMLParamElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE; isURLAttribute 48 Source/core/html/HTMLQuoteElement.cpp return attribute.name() == citeAttr || HTMLElement::isURLAttribute(attribute); isURLAttribute 39 Source/core/html/HTMLQuoteElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE; isURLAttribute 53 Source/core/html/HTMLScriptElement.cpp return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute); isURLAttribute 56 Source/core/html/HTMLScriptElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE; isURLAttribute 120 Source/core/html/HTMLSourceElement.cpp return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute); isURLAttribute 52 Source/core/html/HTMLSourceElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE; isURLAttribute 128 Source/core/html/HTMLTableCellElement.cpp return attribute.name() == backgroundAttr || HTMLTablePartElement::isURLAttribute(attribute); isURLAttribute 61 Source/core/html/HTMLTableCellElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE; isURLAttribute 536 Source/core/html/HTMLTableElement.cpp return attribute.name() == backgroundAttr || HTMLElement::isURLAttribute(attribute); isURLAttribute 77 Source/core/html/HTMLTableElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE; isURLAttribute 144 Source/core/html/HTMLTrackElement.cpp return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute); isURLAttribute 66 Source/core/html/HTMLTrackElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE; isURLAttribute 151 Source/core/html/HTMLVideoElement.cpp return attribute.name() == posterAttr || HTMLMediaElement::isURLAttribute(attribute); isURLAttribute 89 Source/core/html/HTMLVideoElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE; isURLAttribute 189 Source/core/svg/SVGAElement.cpp return attribute.name().localName() == hrefAttr || SVGGraphicsElement::isURLAttribute(attribute); isURLAttribute 53 Source/core/svg/SVGAElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE; isURLAttribute 58 Source/core/svg/SVGScriptElement.h virtual bool isURLAttribute(const Attribute&) const OVERRIDE;