HomeSort by relevance Sort by last modified time
    Searched refs:isURLAttribute (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLHtmlElement.h 40 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLModElement.h 38 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLParamElement.h 42 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLQuoteElement.h 39 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLModElement.cpp 40 bool HTMLModElement::isURLAttribute(const Attribute& attribute) const
42 return attribute.name() == citeAttr || HTMLElement::isURLAttribute(attribute);
HTMLHtmlElement.cpp 47 bool HTMLHtmlElement::isURLAttribute(const Attribute& attribute) const
49 return attribute.name() == manifestAttr || HTMLElement::isURLAttribute(attribute);
HTMLParamElement.cpp 59 bool HTMLParamElement::isURLAttribute(const Attribute& attribute) const
63 return HTMLElement::isURLAttribute(attribute);
HTMLQuoteElement.cpp 43 bool HTMLQuoteElement::isURLAttribute(const Attribute& attribute) const
45 return attribute.name() == citeAttr || HTMLElement::isURLAttribute(attribute);
HTMLBaseElement.h 40 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLAppletElement.h 43 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLEmbedElement.h 45 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLSourceElement.h 56 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLBaseElement.cpp 67 bool HTMLBaseElement::isURLAttribute(const Attribute& attribute) const
69 return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute);
HTMLBodyElement.h 57 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLButtonElement.h 69 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLTableCellElement.h 61 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLTrackElement.h 69 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLSourceElement.cpp 117 bool HTMLSourceElement::isURLAttribute(const Attribute& attribute) const
119 return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute);
HTMLScriptElement.cpp 51 bool HTMLScriptElement::isURLAttribute(const Attribute& attribute) const
53 return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute);
HTMLFrameElementBase.h 62 virtual bool isURLAttribute(const Attribute&) const OVERRIDE FINAL;
HTMLScriptElement.h 56 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLVideoElement.h 91 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLAppletElement.cpp 74 bool HTMLAppletElement::isURLAttribute(const Attribute& attribute) const
77 || HTMLPlugInElement::isURLAttribute(attribute);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAElement.h 53 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
SVGScriptElement.h 58 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;

Completed in 314 milliseconds

1 2 3