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

  /external/webkit/Source/WebCore/html/
HTMLFontElement.h 31 class HTMLFontElement : public HTMLElement {
33 static PassRefPtr<HTMLFontElement> create(const QualifiedName&, Document*);
38 HTMLFontElement(const QualifiedName&, Document*);
HTMLFontElement.cpp 24 #include "HTMLFontElement.h"
38 HTMLFontElement::HTMLFontElement(const QualifiedName& tagName, Document* document)
44 PassRefPtr<HTMLFontElement> HTMLFontElement::create(const QualifiedName& tagName, Document* document)
46 return adoptRef(new HTMLFontElement(tagName, document));
124 bool HTMLFontElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
136 bool HTMLFontElement::cssValueFromFontSizeNumber(const String& s, int& size)
171 void HTMLFontElement::parseMappedAttribute(Attribute* attr)

Completed in 66 milliseconds