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

  /external/webkit/WebCore/html/
HTMLFontElement.h 29 class HTMLFontElement : public HTMLElement {
31 HTMLFontElement(const QualifiedName&, Document*);
HTMLFontElement.cpp 24 #include "HTMLFontElement.h"
37 HTMLFontElement::HTMLFontElement(const QualifiedName& tagName, Document* document)
89 bool HTMLFontElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
101 bool HTMLFontElement::cssValueFromFontSizeNumber(const String& s, int& size)
133 void HTMLFontElement::parseMappedAttribute(MappedAttribute *attr)
147 String HTMLFontElement::color() const
152 void HTMLFontElement::setColor(const String& value)
157 String HTMLFontElement::face() const
162 void HTMLFontElement::setFace(const String& value
    [all...]

Completed in 886 milliseconds