HomeSort by relevance Sort by last modified time
    Searched defs:HTMLParamElement (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/
HTMLParamElement.h 30 class HTMLParamElement : public HTMLElement {
32 static PassRefPtr<HTMLParamElement> create(const QualifiedName&, Document*);
40 HTMLParamElement(const QualifiedName&, Document*);
HTMLParamElement.cpp 24 #include "HTMLParamElement.h"
34 inline HTMLParamElement::HTMLParamElement(const QualifiedName& tagName, Document* document)
40 PassRefPtr<HTMLParamElement> HTMLParamElement::create(const QualifiedName& tagName, Document* document)
42 return adoptRef(new HTMLParamElement(tagName, document));
45 bool HTMLParamElement::isURLParameter(const String& name)
50 void HTMLParamElement::parseMappedAttribute(Attribute* attr)
66 bool HTMLParamElement::isURLAttribute(Attribute* attr) const
79 void HTMLParamElement::addSubresourceAttributeURLs(ListHashSet<KURL>& urls) cons
    [all...]

Completed in 33 milliseconds