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

  /external/webkit/Source/WebCore/wml/
WMLNoopElement.h 29 class WMLNoopElement : public WMLElement {
31 static PassRefPtr<WMLNoopElement> create(const QualifiedName&, Document*);
33 WMLNoopElement(const QualifiedName& tagName, Document*);
34 virtual ~WMLNoopElement();
WMLNoopElement.cpp 24 #include "WMLNoopElement.h"
34 WMLNoopElement::WMLNoopElement(const QualifiedName& tagName, Document* doc)
39 PassRefPtr<WMLNoopElement> WMLNoopElement::create(const QualifiedName& tagName, Document* document)
41 return adoptRef(new WMLNoopElement(tagName, document));
44 WMLNoopElement::~WMLNoopElement()
48 void WMLNoopElement::insertedIntoDocument()
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 1343 milliseconds