Home
last modified time | relevance | path

Searched refs:isURLAttribute (Results 1 – 25 of 54) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLModElement.cpp39 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()
DHTMLQuoteElement.cpp41 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()
DHTMLParamElement.cpp58 bool HTMLParamElement::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::HTMLParamElement
62 return HTMLElement::isURLAttribute(attribute); in isURLAttribute()
DHTMLHtmlElement.cpp46 bool HTMLHtmlElement::isURLAttribute(const Attribute& attribute) const in DEFINE_NODE_FACTORY()
48 return attribute.name() == manifestAttr || HTMLElement::isURLAttribute(attribute); in DEFINE_NODE_FACTORY()
DHTMLBaseElement.cpp66 bool HTMLBaseElement::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::HTMLBaseElement
68 return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute); in isURLAttribute()
DHTMLScriptElement.cpp52 bool HTMLScriptElement::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::HTMLScriptElement
54 return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute); in isURLAttribute()
DHTMLSourceElement.cpp151 bool HTMLSourceElement::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::HTMLSourceElement
153 return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute); in isURLAttribute()
DHTMLTableCellElement.cpp127 bool HTMLTableCellElement::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::HTMLTableCellElement
129 return attribute.name() == backgroundAttr || HTMLTablePartElement::isURLAttribute(attribute); in isURLAttribute()
DHTMLHtmlElement.h41 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
DHTMLEmbedElement.cpp175 bool HTMLEmbedElement::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::HTMLEmbedElement
177 return attribute.name() == srcAttr || HTMLPlugInElement::isURLAttribute(attribute); in isURLAttribute()
DHTMLFrameElementBase.cpp194 bool HTMLFrameElementBase::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::HTMLFrameElementBase
197 || HTMLFrameOwnerElement::isURLAttribute(attribute); in isURLAttribute()
DHTMLParamElement.h43 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
DHTMLModElement.h39 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
DHTMLButtonElement.cpp191 bool HTMLButtonElement::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::HTMLButtonElement
193 return attribute.name() == formactionAttr || HTMLFormControlElement::isURLAttribute(attribute); in isURLAttribute()
DHTMLBaseElement.h41 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
DHTMLQuoteElement.h40 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
DHTMLTrackElement.cpp139 bool HTMLTrackElement::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::HTMLTrackElement
141 return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute); in isURLAttribute()
DHTMLAppletElement.cpp74 bool HTMLAppletElement::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::HTMLAppletElement
77 || HTMLPlugInElement::isURLAttribute(attribute); in isURLAttribute()
DHTMLAppletElement.h44 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
DHTMLEmbedElement.h46 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
DHTMLSourceElement.h64 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
DHTMLTableCellElement.h62 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
DHTMLTrackElement.h70 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
DHTMLVideoElement.cpp161 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/
DSVGAElement.cpp175 bool SVGAElement::isURLAttribute(const Attribute& attribute) const in isURLAttribute() function in blink::SVGAElement
177 … return attribute.name().localName() == hrefAttr || SVGGraphicsElement::isURLAttribute(attribute); in isURLAttribute()

123