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

  /external/webkit/Source/WebCore/wml/
WMLDoElement.cpp 24 #include "WMLDoElement.h"
46 WMLDoElement::WMLDoElement(const QualifiedName& tagName, Document* doc)
55 PassRefPtr<WMLDoElement> WMLDoElement::create(const QualifiedName& tagName, Document* document)
57 return adoptRef(new WMLDoElement(tagName, document));
60 void WMLDoElement::defaultEventHandler(Event* event)
104 void WMLDoElement::parseMappedAttribute(Attribute* attr)
116 void WMLDoElement::insertedIntoDocument()
132 void WMLDoElement::removedFromDocument(
    [all...]
WMLDoElement.h 31 class WMLDoElement : public WMLElement {
33 static PassRefPtr<WMLDoElement> create(const QualifiedName& tagName, Document*);
35 WMLDoElement(const QualifiedName& tagName, Document*);
  /external/jdiff/
xerces.jar 

Completed in 52 milliseconds