HomeSort by relevance Sort by last modified time
    Searched refs:WMLGoElement (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/wml/
WMLGoElement.h 34 class WMLGoElement : public WMLTaskElement {
36 static PassRefPtr<WMLGoElement> create(const QualifiedName&, Document*);
38 WMLGoElement(const QualifiedName& tagName, Document*);
WMLGoElement.cpp 24 #include "WMLGoElement.h"
48 WMLGoElement::WMLGoElement(const QualifiedName& tagName, Document* doc)
53 PassRefPtr<WMLGoElement> WMLGoElement::create(const QualifiedName& tagName, Document* document)
55 return adoptRef(new WMLGoElement(tagName, document));
58 void WMLGoElement::registerPostfieldElement(WMLPostfieldElement* postfield)
64 void WMLGoElement::deregisterPostfieldElement(WMLPostfieldElement* postfield)
71 void WMLGoElement::parseMappedAttribute(Attribute* attr)
83 void WMLGoElement::executeTask(
    [all...]
WMLPostfieldElement.cpp 29 #include "WMLGoElement.h"
53 static_cast<WMLGoElement*>(parent)->registerPostfieldElement(this);
60 static_cast<WMLGoElement*>(parent)->deregisterPostfieldElement(this);
  /external/jdiff/
xerces.jar 

Completed in 67 milliseconds