Searched refs:isURLAttribute (Results 1 - 25 of 54) 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.cpp46 bool HTMLQuoteElement::isURLAttribute(const Attribute& attribute) const function in class:WebCore::HTMLQuoteElement
48 return attribute.name() == citeAttr || HTMLElement::isURLAttribute(attribute);
H A DHTMLModElement.h38 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLQuoteElement.h39 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLHtmlElement.cpp50 bool HTMLHtmlElement::isURLAttribute(const Attribute& attribute) const function in class:WebCore::HTMLHtmlElement
52 return attribute.name() == manifestAttr || HTMLElement::isURLAttribute(attribute);
H A DHTMLParamElement.cpp62 bool HTMLParamElement::isURLAttribute(const Attribute& attribute) const function in class:WebCore::HTMLParamElement
66 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.h40 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLSourceElement.h52 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLBaseElement.cpp70 bool HTMLBaseElement::isURLAttribute(const Attribute& attribute) const function in class:WebCore::HTMLBaseElement
72 return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute);
H A DHTMLAppletElement.h43 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLEmbedElement.h45 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLTableCellElement.h61 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLSourceElement.cpp119 bool HTMLSourceElement::isURLAttribute(const Attribute& attribute) const function in class:WebCore::HTMLSourceElement
121 return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute);
H A DHTMLScriptElement.cpp52 bool HTMLScriptElement::isURLAttribute(const Attribute& attribute) const function in class:WebCore::HTMLScriptElement
54 return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute);
H A DHTMLBodyElement.h57 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLButtonElement.h68 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLFrameElementBase.h61 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLScriptElement.h56 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLTrackElement.h66 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
H A DHTMLButtonElement.cpp192 bool HTMLButtonElement::isURLAttribute(const Attribute& attribute) const function in class:WebCore::HTMLButtonElement
194 return attribute.name() == formactionAttr || HTMLFormControlElement::isURLAttribute(attribute);
H A DHTMLEmbedElement.cpp186 bool HTMLEmbedElement::isURLAttribute(const Attribute& attribute) const function in class:WebCore::HTMLEmbedElement
188 return attribute.name() == srcAttr || HTMLPlugInElement::isURLAttribute(attribute);
H A DHTMLFrameElementBase.cpp203 bool HTMLFrameElementBase::isURLAttribute(const Attribute& attribute) const function in class:WebCore::HTMLFrameElementBase
206 || HTMLFrameOwnerElement::isURLAttribute(attribute);
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAElement.h58 virtual bool isURLAttribute(const Attribute&) const;

Completed in 1021 milliseconds

123