/external/webkit/WebCore/xml/ |
DOMParser.cpp | 32 RefPtr<Document> doc = DOMImplementation::createDocument(contentType, 0, false); 34 doc->open(); 35 doc->write(str); 36 doc->finishParsing(); 37 doc->close(); 39 return doc.release();
|
/external/webkit/WebCore/svg/ |
SVGAnimateColorElement.cpp | 28 SVGAnimateColorElement::SVGAnimateColorElement(const QualifiedName& tagName, Document* doc) 29 : SVGAnimateElement(tagName, doc)
|
SVGMetadataElement.cpp | 27 SVGMetadataElement::SVGMetadataElement(const QualifiedName& tagName, Document *doc) 28 : SVGElement(tagName, doc)
|
SVGMissingGlyphElement.cpp | 27 SVGMissingGlyphElement::SVGMissingGlyphElement(const QualifiedName& tagName, Document* doc) 28 : SVGStyledElement(tagName, doc)
|
SVGSetElement.cpp | 27 SVGSetElement::SVGSetElement(const QualifiedName& tagName, Document *doc) 28 : SVGAnimateElement(tagName, doc)
|
SVGDescElement.cpp | 27 SVGDescElement::SVGDescElement(const QualifiedName& tagName, Document *doc) 28 : SVGStyledElement(tagName, doc)
|
SVGFEFuncAElement.cpp | 28 SVGFEFuncAElement::SVGFEFuncAElement(const QualifiedName& tagName, Document* doc) 29 : SVGComponentTransferFunctionElement(tagName, doc)
|
SVGFEFuncBElement.cpp | 28 SVGFEFuncBElement::SVGFEFuncBElement(const QualifiedName& tagName, Document *doc) 29 : SVGComponentTransferFunctionElement(tagName, doc)
|
SVGFEFuncGElement.cpp | 28 SVGFEFuncGElement::SVGFEFuncGElement(const QualifiedName& tagName, Document* doc) 29 : SVGComponentTransferFunctionElement(tagName, doc)
|
SVGFEFuncRElement.cpp | 28 SVGFEFuncRElement::SVGFEFuncRElement(const QualifiedName& tagName, Document* doc) 29 : SVGComponentTransferFunctionElement(tagName, doc)
|
SVGFEDistantLightElement.cpp | 28 SVGFEDistantLightElement::SVGFEDistantLightElement(const QualifiedName& tagName, Document* doc) 29 : SVGFELightElement(tagName, doc)
|
SVGFEPointLightElement.cpp | 28 SVGFEPointLightElement::SVGFEPointLightElement(const QualifiedName& tagName, Document* doc) 29 : SVGFELightElement(tagName, doc)
|
/external/webkit/WebCore/wml/ |
WMLInsertedLegendElement.cpp | 28 WMLInsertedLegendElement::WMLInsertedLegendElement(const QualifiedName& tagName, Document* doc) 29 : WMLElement(tagName, doc)
|
/external/webkit/WebCore/html/ |
HTMLAudioElement.cpp | 37 HTMLAudioElement::HTMLAudioElement(const QualifiedName& tagName, Document* doc) 38 : HTMLMediaElement(tagName, doc)
|
HTMLTablePartElement.h | 35 HTMLTablePartElement(const QualifiedName& tagName, Document* doc) 36 : HTMLElement(tagName, doc)
|
HTMLDListElement.cpp | 30 HTMLDListElement::HTMLDListElement(const QualifiedName& tagName, Document* doc) 31 : HTMLElement(tagName, doc)
|
HTMLDataListElement.cpp | 39 HTMLDataListElement::HTMLDataListElement(const QualifiedName& tagName, Document *doc) 40 : HTMLElement(tagName, doc)
|
HTMLDirectoryElement.cpp | 30 HTMLDirectoryElement::HTMLDirectoryElement(const QualifiedName& tagName, Document* doc) 31 : HTMLElement(tagName, doc)
|
HTMLMenuElement.cpp | 30 HTMLMenuElement::HTMLMenuElement(const QualifiedName& tagName, Document* doc) 31 : HTMLElement(tagName, doc)
|
HTMLQuoteElement.cpp | 32 HTMLQuoteElement::HTMLQuoteElement(const QualifiedName& tagName, Document* doc) 33 : HTMLElement(tagName, doc)
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
IContent.java | 9 package com.vladium.emma.report.html.doc;
|
/external/webkit/WebKit/win/ |
AccessibleDocument.cpp | 36 AccessibleDocument::AccessibleDocument(Document* doc) 37 : AccessibleBase(doc->axObjectCache()->getOrCreate(doc->renderer()))
|
/external/oprofile/libop/ |
op_xml_events.h | 17 void open_xml_events(char const * title, char const * doc, op_cpu cpu_type);
|
/external/skia/src/ports/ |
SkXMLParser_empty.cpp | 27 bool SkXMLParser::parse(const char doc[], size_t len)
|
SkXMLParser_tinyxml.cpp | 54 TiXmlDocument doc; local 56 (void)doc.Parse(buf); 57 if (doc.Error()) 59 printf("tinyxml error: <%s> row[%d] col[%d]\n", doc.ErrorDesc(), doc.ErrorRow(), doc.ErrorCol()); 63 walk_elem(parser, doc.RootElement()); 80 bool SkXMLParser::parse(const char doc[], size_t len) 85 memcpy(buf, doc, len);
|