Searched refs:isURLAttribute (Results 26 - 50 of 58) sorted by relevance

123

/external/webkit/Source/WebCore/html/
H A DHTMLVideoElement.h82 virtual bool isURLAttribute(Attribute*) const;
H A DHTMLVideoElement.cpp168 bool HTMLVideoElement::isURLAttribute(Attribute* attribute) const function in class:WebCore::HTMLVideoElement
170 return HTMLMediaElement::isURLAttribute(attribute)
H A DHTMLAnchorElement.h110 virtual bool isURLAttribute(Attribute*) const;
H A DHTMLImageElement.h91 virtual bool isURLAttribute(Attribute*) const;
H A DHTMLObjectElement.h80 virtual bool isURLAttribute(Attribute*) const;
H A DHTMLTableElement.h76 virtual bool isURLAttribute(Attribute*) const;
H A DHTMLButtonElement.cpp172 bool HTMLButtonElement::isURLAttribute(Attribute* attr) const function in class:WebCore::HTMLButtonElement
H A DHTMLFormElement.h128 virtual bool isURLAttribute(Attribute*) const;
H A DHTMLIFrameElement.cpp160 bool HTMLIFrameElement::isURLAttribute(Attribute* attr) const function in class:WebCore::HTMLIFrameElement
H A DHTMLLinkElement.h109 virtual bool isURLAttribute(Attribute*) const;
H A DHTMLScriptElement.cpp51 bool HTMLScriptElement::isURLAttribute(Attribute* attr) const function in class:WebCore::HTMLScriptElement
H A DHTMLTableCellElement.cpp132 bool HTMLTableCellElement::isURLAttribute(Attribute *attr) const function in class:WebCore::HTMLTableCellElement
H A DHTMLEmbedElement.cpp263 bool HTMLEmbedElement::isURLAttribute(Attribute* attr) const function in class:WebCore::HTMLEmbedElement
H A DHTMLFrameElementBase.cpp236 bool HTMLFrameElementBase::isURLAttribute(Attribute *attr) const function in class:WebCore::HTMLFrameElementBase
H A DHTMLInputElement.h265 virtual bool isURLAttribute(Attribute*) const;
H A DHTMLImageElement.cpp322 bool HTMLImageElement::isURLAttribute(Attribute* attr) const function in class:WebCore::HTMLImageElement
H A DHTMLMediaElement.h209 virtual bool isURLAttribute(Attribute*) const;
H A DHTMLAnchorElement.cpp240 bool HTMLAnchorElement::isURLAttribute(Attribute *attr) const function in class:WebCore::HTMLAnchorElement
H A DHTMLBodyElement.cpp206 bool HTMLBodyElement::isURLAttribute(Attribute *attr) const function in class:WebCore::HTMLBodyElement
/external/webkit/Source/WebCore/svg/
H A DSVGScriptElement.h56 virtual bool isURLAttribute(Attribute*) const;
H A DSVGScriptElement.cpp138 bool SVGScriptElement::isURLAttribute(Attribute* attr) const function in class:WebCore::SVGScriptElement
/external/webkit/Source/WebCore/wml/
H A DWMLAElement.cpp146 bool WMLAElement::isURLAttribute(Attribute *attr) const function in class:WebCore::WMLAElement
H A DWMLImageElement.cpp133 bool WMLImageElement::isURLAttribute(Attribute* attr) const function in class:WebCore::WMLImageElement
/external/webkit/Source/WebCore/editing/
H A DMarkupAccumulator.cpp364 if (element->isURLAttribute(const_cast<Attribute*>(&attribute))) {
/external/webkit/Source/WebCore/dom/
H A DElement.h247 virtual bool isURLAttribute(Attribute*) const;

Completed in 906 milliseconds

123