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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLModElement.h 38 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLModElement.cpp 43 bool HTMLModElement::isURLAttribute(const Attribute& attribute) const
45 return attribute.name() == citeAttr || HTMLElement::isURLAttribute(attribute);
HTMLQuoteElement.cpp 54 bool HTMLQuoteElement::isURLAttribute(const Attribute& attribute) const
56 return attribute.name() == citeAttr || HTMLElement::isURLAttribute(attribute);
HTMLParamElement.h 42 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLQuoteElement.h 40 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLHtmlElement.cpp 56 bool HTMLHtmlElement::isURLAttribute(const Attribute& attribute) const
58 return attribute.name() == manifestAttr || HTMLElement::isURLAttribute(attribute);
HTMLParamElement.cpp 63 bool HTMLParamElement::isURLAttribute(const Attribute& attribute) const
67 return HTMLElement::isURLAttribute(attribute);
HTMLBaseElement.h 41 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLEmbedElement.h 43 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLHtmlElement.h 41 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLSourceElement.h 53 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLBaseElement.cpp 71 bool HTMLBaseElement::isURLAttribute(const Attribute& attribute) const
73 return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute);
HTMLButtonElement.h 67 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLFrameElementBase.h 63 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLTableCellElement.h 61 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLSourceElement.cpp 120 bool HTMLSourceElement::isURLAttribute(const Attribute& attribute) const
122 return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute);
HTMLBodyElement.h 80 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLScriptElement.h 55 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLTrackElement.h 78 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLButtonElement.cpp 195 bool HTMLButtonElement::isURLAttribute(const Attribute& attribute) const
197 return attribute.name() == formactionAttr || HTMLFormControlElement::isURLAttribute(attribute);
HTMLEmbedElement.cpp 194 bool HTMLEmbedElement::isURLAttribute(const Attribute& attribute) const
196 return attribute.name() == srcAttr || HTMLPlugInImageElement::isURLAttribute(attribute);
HTMLFrameElementBase.cpp 217 bool HTMLFrameElementBase::isURLAttribute(const Attribute& attribute) const
219 return attribute.name() == srcAttr || HTMLFrameOwnerElement::isURLAttribute(attribute);
HTMLScriptElement.cpp 53 bool HTMLScriptElement::isURLAttribute(const Attribute& attribute) const
55 return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAElement.h 58 virtual bool isURLAttribute(const Attribute&) const;
SVGScriptElement.h 58 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;

Completed in 100 milliseconds

1 2 3