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

  /external/webkit/WebCore/html/
HTMLLinkElement.h 36 class HTMLLinkElement : public HTMLElement, public CachedResourceClient {
38 HTMLLinkElement(const QualifiedName&, Document*, bool createdByParser);
39 ~HTMLLinkElement();
HTMLLinkElement.cpp 25 #include "HTMLLinkElement.h"
49 HTMLLinkElement::HTMLLinkElement(const QualifiedName& qName, Document *doc, bool createdByParser)
67 HTMLLinkElement::~HTMLLinkElement()
76 void HTMLLinkElement::setDisabledState(bool _disabled)
114 StyleSheet* HTMLLinkElement::sheet() const
119 void HTMLLinkElement::parseMappedAttribute(MappedAttribute *attr)
149 void HTMLLinkElement::tokenizeRelAttribute(const AtomicString& rel, bool& styleSheet, bool& alternate, bool& icon, bool& touchIcon, bool& precomposedTouchIcon, bool& dnsPrefetch)
151 void HTMLLinkElement::tokenizeRelAttribute(const AtomicString& rel, bool& styleSheet, bool& alternate, bool& icon, bool (…)
    [all...]

Completed in 37 milliseconds