Home
last modified time | relevance | path

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

123

/external/webkit/Source/WebCore/html/
DHTMLModElement.h38 virtual bool isURLAttribute(Attribute*) const;
DHTMLQuoteElement.h40 virtual bool isURLAttribute(Attribute*) const;
DHTMLBlockquoteElement.h38 virtual bool isURLAttribute(Attribute*) const;
DHTMLHtmlElement.h43 virtual bool isURLAttribute(Attribute*) const;
DHTMLModElement.cpp42 bool HTMLModElement::isURLAttribute(Attribute* attribute) const in isURLAttribute() function in WebCore::HTMLModElement
DHTMLBaseElement.h38 virtual bool isURLAttribute(Attribute*) const;
DHTMLVideoElement.cpp168 bool HTMLVideoElement::isURLAttribute(Attribute* attribute) const in isURLAttribute() function in WebCore::HTMLVideoElement
170 return HTMLMediaElement::isURLAttribute(attribute) in isURLAttribute()
DHTMLQuoteElement.cpp51 bool HTMLQuoteElement::isURLAttribute(Attribute* attribute) const in isURLAttribute() function in WebCore::HTMLQuoteElement
DHTMLParamElement.h44 virtual bool isURLAttribute(Attribute*) const;
DHTMLBlockquoteElement.cpp48 bool HTMLBlockquoteElement::isURLAttribute(Attribute* attribute) const in isURLAttribute() function in WebCore::HTMLBlockquoteElement
DHTMLIFrameElement.h47 virtual bool isURLAttribute(Attribute*) const;
DHTMLSourceElement.h54 virtual bool isURLAttribute(Attribute*) const;
DHTMLTrackElement.h56 virtual bool isURLAttribute(Attribute*) const;
DHTMLTableCellElement.h63 virtual bool isURLAttribute(Attribute*) const;
DHTMLEmbedElement.h45 virtual bool isURLAttribute(Attribute*) const;
DHTMLBaseElement.cpp65 bool HTMLBaseElement::isURLAttribute(Attribute* attribute) const in isURLAttribute() function in WebCore::HTMLBaseElement
DHTMLButtonElement.h57 virtual bool isURLAttribute(Attribute*) const;
DHTMLFrameElementBase.h63 virtual bool isURLAttribute(Attribute*) const;
DHTMLHtmlElement.cpp54 bool HTMLHtmlElement::isURLAttribute(Attribute* attribute) const in isURLAttribute() function in WebCore::HTMLHtmlElement
DHTMLScriptElement.h53 virtual bool isURLAttribute(Attribute*) const;
DHTMLParamElement.cpp66 bool HTMLParamElement::isURLAttribute(Attribute* attr) const in isURLAttribute() function in WebCore::HTMLParamElement
DHTMLVideoElement.h82 virtual bool isURLAttribute(Attribute*) const;
/external/webkit/Source/WebCore/wml/
DWMLAElement.h48 virtual bool isURLAttribute(Attribute*) const;
DWMLImageElement.h44 virtual bool isURLAttribute(Attribute*) const;
/external/webkit/Source/WebCore/svg/
DSVGScriptElement.h56 virtual bool isURLAttribute(Attribute*) const;

123