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 41 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLModElement.cpp 39 bool HTMLModElement::isURLAttribute(const Attribute& attribute) const
41 return attribute.name() == citeAttr || HTMLElement::isURLAttribute(attribute);
HTMLQuoteElement.cpp 41 bool HTMLQuoteElement::isURLAttribute(const Attribute& attribute) const
43 return attribute.name() == citeAttr || HTMLElement::isURLAttribute(attribute);
HTMLHtmlElement.cpp 46 bool HTMLHtmlElement::isURLAttribute(const Attribute& attribute) const
48 return attribute.name() == manifestAttr || HTMLElement::isURLAttribute(attribute);
HTMLParamElement.cpp 58 bool HTMLParamElement::isURLAttribute(const Attribute& attribute) const
62 return HTMLElement::isURLAttribute(attribute);
HTMLBaseElement.h 41 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLModElement.h 39 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLParamElement.h 43 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLQuoteElement.h 40 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLAppletElement.h 44 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLEmbedElement.h 46 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLSourceElement.h 64 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLBaseElement.cpp 66 bool HTMLBaseElement::isURLAttribute(const Attribute& attribute) const
68 return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute);
HTMLBodyElement.h 58 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLTableCellElement.h 62 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLTrackElement.h 70 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLButtonElement.h 72 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLFrameElementBase.h 59 virtual bool isURLAttribute(const Attribute&) const OVERRIDE FINAL;
HTMLScriptElement.h 58 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLVideoElement.h 102 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLAppletElement.cpp 74 bool HTMLAppletElement::isURLAttribute(const Attribute& attribute) const
77 || HTMLPlugInElement::isURLAttribute(attribute);
HTMLButtonElement.cpp 191 bool HTMLButtonElement::isURLAttribute(const Attribute& attribute) const
193 return attribute.name() == formactionAttr || HTMLFormControlElement::isURLAttribute(attribute);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAElement.h 57 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
SVGAElement.cpp 175 bool SVGAElement::isURLAttribute(const Attribute& attribute) const
177 return attribute.name().localName() == hrefAttr || SVGGraphicsElement::isURLAttribute(attribute);
SVGScriptElement.h 61 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;

Completed in 112 milliseconds

1 2 3