/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLModElement.cpp | 39 bool HTMLModElement::isURLAttribute(const Attribute& attribute) const in DEFINE_ELEMENT_FACTORY_WITH_TAGNAME() 41 return attribute.name() == citeAttr || HTMLElement::isURLAttribute(attribute); in DEFINE_ELEMENT_FACTORY_WITH_TAGNAME()
|
D | HTMLQuoteElement.cpp | 41 bool HTMLQuoteElement::isURLAttribute(const Attribute& attribute) const in DEFINE_ELEMENT_FACTORY_WITH_TAGNAME() 43 return attribute.name() == citeAttr || HTMLElement::isURLAttribute(attribute); in DEFINE_ELEMENT_FACTORY_WITH_TAGNAME()
|
D | HTMLParamElement.cpp | 58 bool HTMLParamElement::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::HTMLParamElement 62 return HTMLElement::isURLAttribute(attribute); in isURLAttribute()
|
D | HTMLHtmlElement.cpp | 46 bool HTMLHtmlElement::isURLAttribute(const Attribute& attribute) const in DEFINE_NODE_FACTORY() 48 return attribute.name() == manifestAttr || HTMLElement::isURLAttribute(attribute); in DEFINE_NODE_FACTORY()
|
D | HTMLBaseElement.cpp | 66 bool HTMLBaseElement::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::HTMLBaseElement 68 return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute); in isURLAttribute()
|
D | HTMLScriptElement.cpp | 52 bool HTMLScriptElement::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::HTMLScriptElement 54 return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute); in isURLAttribute()
|
D | HTMLSourceElement.cpp | 151 bool HTMLSourceElement::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::HTMLSourceElement 153 return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute); in isURLAttribute()
|
D | HTMLTableCellElement.cpp | 127 bool HTMLTableCellElement::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::HTMLTableCellElement 129 return attribute.name() == backgroundAttr || HTMLTablePartElement::isURLAttribute(attribute); in isURLAttribute()
|
D | HTMLHtmlElement.h | 41 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
D | HTMLEmbedElement.cpp | 175 bool HTMLEmbedElement::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::HTMLEmbedElement 177 return attribute.name() == srcAttr || HTMLPlugInElement::isURLAttribute(attribute); in isURLAttribute()
|
D | HTMLFrameElementBase.cpp | 194 bool HTMLFrameElementBase::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::HTMLFrameElementBase 197 || HTMLFrameOwnerElement::isURLAttribute(attribute); in isURLAttribute()
|
D | HTMLParamElement.h | 43 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
D | HTMLModElement.h | 39 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
D | HTMLButtonElement.cpp | 191 bool HTMLButtonElement::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::HTMLButtonElement 193 return attribute.name() == formactionAttr || HTMLFormControlElement::isURLAttribute(attribute); in isURLAttribute()
|
D | HTMLBaseElement.h | 41 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
D | HTMLQuoteElement.h | 40 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
D | HTMLTrackElement.cpp | 139 bool HTMLTrackElement::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::HTMLTrackElement 141 return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute); in isURLAttribute()
|
D | HTMLAppletElement.cpp | 74 bool HTMLAppletElement::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::HTMLAppletElement 77 || HTMLPlugInElement::isURLAttribute(attribute); in isURLAttribute()
|
D | HTMLAppletElement.h | 44 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
D | HTMLEmbedElement.h | 46 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
D | HTMLSourceElement.h | 64 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
D | HTMLTableCellElement.h | 62 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
D | HTMLTrackElement.h | 70 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
|
D | HTMLVideoElement.cpp | 161 bool HTMLVideoElement::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::HTMLVideoElement 163 return attribute.name() == posterAttr || HTMLMediaElement::isURLAttribute(attribute); in isURLAttribute()
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGAElement.cpp | 175 bool SVGAElement::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::SVGAElement 177 … return attribute.name().localName() == hrefAttr || SVGGraphicsElement::isURLAttribute(attribute); in isURLAttribute()
|