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

  /external/webkit/Source/WebCore/wml/
WMLElement.h 30 class WMLElement : public StyledElement {
32 static PassRefPtr<WMLElement> create(const QualifiedName& tagName, Document*);
46 WMLElement(const QualifiedName& tagName, Document*);
WMLElement.cpp 24 #include "WMLElement.h"
42 WMLElement::WMLElement(const QualifiedName& tagName, Document* document)
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::rendererIsNeeded(RenderStyle* style
    [all...]
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 

Completed in 289 milliseconds