Searched defs:WMLElement (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/wml/
H A DWMLElement.h30 class WMLElement : public StyledElement { class in namespace:WebCore
32 static PassRefPtr<WMLElement> create(const QualifiedName& tagName, Document*);
46 WMLElement(const QualifiedName& tagName, Document*);
H A DWMLElement.cpp24 #include "WMLElement.h"
42 WMLElement::WMLElement(const QualifiedName& tagName, Document* document) function in class:WebCore::WMLElement
47 PassRefPtr<WMLElement> WMLElement::create(const QualifiedName& tagName, Document* document)
49 return adoptRef(new WMLElement(tagName, document));
52 bool WMLElement::mapToEntry(const QualifiedName& attrName, MappedAttributeEntry& result) const
62 void WMLElement::parseMappedAttribute(Attribute* attr)
84 String WMLElement::title() const
89 bool WMLElement
[all...]
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...

Completed in 135 milliseconds