Searched defs:CDATASection (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DCDATASection.h30 class CDATASection : public Text { class in namespace:WebCore
32 static PassRefPtr<CDATASection> create(Document*, const String&);
35 CDATASection(Document*, const String&);
H A DCDATASection.cpp23 #include "CDATASection.h"
29 inline CDATASection::CDATASection(Document* document, const String& data) function in class:WebCore::CDATASection
34 PassRefPtr<CDATASection> CDATASection::create(Document* document, const String& data)
36 return adoptRef(new CDATASection(document, data));
39 String CDATASection::nodeName() const
44 Node::NodeType CDATASection::nodeType() const
49 PassRefPtr<Node> CDATASection::cloneNode(bool /*deep*/)
54 bool CDATASection
[all...]

Completed in 140 milliseconds