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

123

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLModElement.cpp39 bool HTMLModElement::isURLAttribute(const Attribute& attribute) const function in class:blink::HTMLModElement
41 return attribute.name() == citeAttr || HTMLElement::isURLAttribute(attribute);
H A DHTMLQuoteElement.cpp41 bool HTMLQuoteElement::isURLAttribute(const Attribute& attribute) const function in class:blink::HTMLQuoteElement
43 return attribute.name() == citeAttr || HTMLElement::isURLAttribute(attribute);
H A DHTMLHtmlElement.cpp46 bool HTMLHtmlElement::isURLAttribute(const Attribute& attribute) const function in class:blink::HTMLHtmlElement
48 return attribute.name() == manifestAttr || HTMLElement::isURLAttribute(attribute);
H A DHTMLParamElement.cpp58 bool HTMLParamElement::isURLAttribute(const Attribute& attribute) const function in class:blink::HTMLParamElement
62 return HTMLElement::isURLAttribute(attribute);
H A DHTMLHtmlElement.h41 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLModElement.h39 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLParamElement.h43 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLBaseElement.h41 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLQuoteElement.h40 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLBaseElement.cpp66 bool HTMLBaseElement::isURLAttribute(const Attribute& attribute) const function in class:blink::HTMLBaseElement
68 return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute);
H A DHTMLAppletElement.h44 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLEmbedElement.h46 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLSourceElement.h64 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLTableCellElement.h62 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLTrackElement.h70 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLBodyElement.h58 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLButtonElement.h72 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLFrameElementBase.h59 virtual bool isURLAttribute(const Attribute&) const OVERRIDE FINAL;
H A DHTMLScriptElement.h58 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLAppletElement.cpp74 bool HTMLAppletElement::isURLAttribute(const Attribute& attribute) const function in class:blink::HTMLAppletElement
77 || HTMLPlugInElement::isURLAttribute(attribute);
H A DHTMLButtonElement.cpp191 bool HTMLButtonElement::isURLAttribute(const Attribute& attribute) const function in class:blink::HTMLButtonElement
193 return attribute.name() == formactionAttr || HTMLFormControlElement::isURLAttribute(attribute);
H A DHTMLEmbedElement.cpp175 bool HTMLEmbedElement::isURLAttribute(const Attribute& attribute) const function in class:blink::HTMLEmbedElement
177 return attribute.name() == srcAttr || HTMLPlugInElement::isURLAttribute(attribute);
H A DHTMLFrameElementBase.cpp194 bool HTMLFrameElementBase::isURLAttribute(const Attribute& attribute) const function in class:blink::HTMLFrameElementBase
197 || HTMLFrameOwnerElement::isURLAttribute(attribute);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAElement.cpp175 bool SVGAElement::isURLAttribute(const Attribute& attribute) const function in class:blink::SVGAElement
177 return attribute.name().localName() == hrefAttr || SVGGraphicsElement::isURLAttribute(attribute);
H A DSVGAElement.h57 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;

Completed in 1130 milliseconds

123