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

12 3

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLEmbedElement.cpp 175 bool HTMLEmbedElement::isURLAttribute(const Attribute& attribute) const
177 return attribute.name() == srcAttr || HTMLPlugInElement::isURLAttribute(attribute);
HTMLFrameElementBase.cpp 194 bool HTMLFrameElementBase::isURLAttribute(const Attribute& attribute) const
197 || HTMLFrameOwnerElement::isURLAttribute(attribute);
HTMLScriptElement.cpp 52 bool HTMLScriptElement::isURLAttribute(const Attribute& attribute) const
54 return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute);
HTMLSourceElement.cpp 151 bool HTMLSourceElement::isURLAttribute(const Attribute& attribute) const
153 return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute);
HTMLTableCellElement.cpp 127 bool HTMLTableCellElement::isURLAttribute(const Attribute& attribute) const
129 return attribute.name() == backgroundAttr || HTMLTablePartElement::isURLAttribute(attribute);
HTMLAnchorElement.h 103 virtual bool isURLAttribute(const Attribute&) const OVERRIDE FINAL;
HTMLTableElement.h 80 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLImageElement.h 119 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLObjectElement.h 89 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLTrackElement.cpp 139 bool HTMLTrackElement::isURLAttribute(const Attribute& attribute) const
141 return attribute.name() == srcAttr || HTMLElement::isURLAttribute(attribute);
HTMLVideoElement.cpp 161 bool HTMLVideoElement::isURLAttribute(const Attribute& attribute) const
163 return attribute.name() == posterAttr || HTMLMediaElement::isURLAttribute(attribute);
HTMLFormElement.h 135 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLLinkElement.h 184 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLAnchorElement.cpp 227 bool HTMLAnchorElement::isURLAttribute(const Attribute& attribute) const
229 return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute);
HTMLObjectElement.cpp 339 bool HTMLObjectElement::isURLAttribute(const Attribute& attribute) const
343 || HTMLPlugInElement::isURLAttribute(attribute);
HTMLBodyElement.cpp 180 bool HTMLBodyElement::isURLAttribute(const Attribute& attribute) const
182 return attribute.name() == backgroundAttr || HTMLElement::isURLAttribute(attribute);
HTMLImageElement.cpp 461 bool HTMLImageElement::isURLAttribute(const Attribute& attribute) const
467 || HTMLElement::isURLAttribute(attribute);
HTMLLinkElement.cpp 392 bool HTMLLinkElement::isURLAttribute(const Attribute& attribute) const
394 return attribute.name().localName() == hrefAttr || HTMLElement::isURLAttribute(attribute);
HTMLTableElement.cpp 526 bool HTMLTableElement::isURLAttribute(const Attribute& attribute) const
528 return attribute.name() == backgroundAttr || HTMLElement::isURLAttribute(attribute);
HTMLInputElement.h 313 virtual bool isURLAttribute(const Attribute&) const OVERRIDE FINAL;
HTMLMediaElement.h 319 virtual bool isURLAttribute(const Attribute&) const OVERRIDE;
HTMLFormElement.cpp 572 bool HTMLFormElement::isURLAttribute(const Attribute& attribute) const
574 return attribute.name() == actionAttr || HTMLElement::isURLAttribute(attribute);
HTMLInputElement.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGScriptElement.cpp 133 bool SVGScriptElement::isURLAttribute(const Attribute& attribute) const
  /external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.cpp 211 ASSERT(element.isURLAttribute(attribute));
473 if (element.isURLAttribute(attribute)) {

Completed in 630 milliseconds

12 3