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

123

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLModElement.cpp43 bool HTMLModElement::isURLAttribute(const Attribute& attribute) const function in class:WebCore::HTMLModElement
45 return attribute.name() == citeAttr || HTMLElement::isURLAttribute(attribute);
H A DHTMLQuoteElement.cpp54 bool HTMLQuoteElement::isURLAttribute(const Attribute& attribute) const function in class:WebCore::HTMLQuoteElement
56 return attribute.name() == citeAttr || HTMLElement::isURLAttribute(attribute);
H A DHTMLModElement.h38 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLQuoteElement.h40 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLHtmlElement.cpp56 bool HTMLHtmlElement::isURLAttribute(const Attribute& attribute) const function in class:WebCore::HTMLHtmlElement
58 return attribute.name() == manifestAttr || HTMLElement::isURLAttribute(attribute);
H A DHTMLParamElement.cpp63 bool HTMLParamElement::isURLAttribute(const Attribute& attribute) const function in class:WebCore::HTMLParamElement
67 return HTMLElement::isURLAttribute(attribute);
H A DHTMLParamElement.h42 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLBaseElement.h41 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLHtmlElement.h41 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLBaseElement.cpp71 bool HTMLBaseElement::isURLAttribute(const Attribute& attribute) const function in class:WebCore::HTMLBaseElement
73 return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute);
H A DHTMLEmbedElement.h43 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLSourceElement.h53 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLSourceElement.cpp120 bool HTMLSourceElement::isURLAttribute(const Attribute& attribute) const function in class:WebCore::HTMLSourceElement
122 return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute);
H A DHTMLButtonElement.h67 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLFrameElementBase.h63 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLScriptElement.h55 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLTableCellElement.h61 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLTrackElement.h78 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLButtonElement.cpp195 bool HTMLButtonElement::isURLAttribute(const Attribute& attribute) const function in class:WebCore::HTMLButtonElement
197 return attribute.name() == formactionAttr || HTMLFormControlElement::isURLAttribute(attribute);
H A DHTMLEmbedElement.cpp194 bool HTMLEmbedElement::isURLAttribute(const Attribute& attribute) const function in class:WebCore::HTMLEmbedElement
196 return attribute.name() == srcAttr || HTMLPlugInImageElement::isURLAttribute(attribute);
H A DHTMLFrameElementBase.cpp217 bool HTMLFrameElementBase::isURLAttribute(const Attribute& attribute) const function in class:WebCore::HTMLFrameElementBase
219 return attribute.name() == srcAttr || HTMLFrameOwnerElement::isURLAttribute(attribute);
H A DHTMLScriptElement.cpp53 bool HTMLScriptElement::isURLAttribute(const Attribute& attribute) const function in class:WebCore::HTMLScriptElement
55 return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute);
H A DHTMLTableCellElement.cpp128 bool HTMLTableCellElement::isURLAttribute(const Attribute& attribute) const function in class:WebCore::HTMLTableCellElement
130 return attribute.name() == backgroundAttr || HTMLTablePartElement::isURLAttribute(attribute);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAElement.h58 virtual bool isURLAttribute(const Attribute&) const;
H A DSVGAElement.cpp210 bool SVGAElement::isURLAttribute(const Attribute& attribute) const function in class:WebCore::SVGAElement
212 return attribute.name().localName() == hrefAttr || SVGGraphicsElement::isURLAttribute(attribute);

Completed in 652 milliseconds

123