Home
last modified time | relevance | path

Searched refs:TextDocument (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DTextDocument.h32 class TextDocument FINAL : public HTMLDocument {
34 …static PassRefPtrWillBeRawPtr<TextDocument> create(const DocumentInit& initializer = DocumentInit(…
36 return adoptRefWillBeNoop(new TextDocument(initializer));
40 TextDocument(const DocumentInit&);
DTextDocument.cpp32 TextDocument::TextDocument(const DocumentInit& initializer) in TextDocument() function in WebCore::TextDocument
39 PassRefPtrWillBeRawPtr<DocumentParser> TextDocument::createParser() in createParser()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDOMImplementation.cpp372 return TextDocument::create(init); in createDocument()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_html.target.linux-x86.mk141 third_party/WebKit/Source/core/html/TextDocument.cpp \
Dwebcore_html.target.linux-arm64.mk141 third_party/WebKit/Source/core/html/TextDocument.cpp \
Dwebcore_html.target.darwin-x86.mk141 third_party/WebKit/Source/core/html/TextDocument.cpp \
Dwebcore_html.target.darwin-arm64.mk141 third_party/WebKit/Source/core/html/TextDocument.cpp \
Dwebcore_html.target.darwin-x86_64.mk141 third_party/WebKit/Source/core/html/TextDocument.cpp \
Dwebcore_html.target.linux-mips.mk141 third_party/WebKit/Source/core/html/TextDocument.cpp \
Dwebcore_html.target.linux-x86_64.mk141 third_party/WebKit/Source/core/html/TextDocument.cpp \
Dwebcore_html.target.darwin-mips.mk141 third_party/WebKit/Source/core/html/TextDocument.cpp \
Dwebcore_html.target.linux-arm.mk141 third_party/WebKit/Source/core/html/TextDocument.cpp \
Dwebcore_html.target.darwin-arm.mk141 third_party/WebKit/Source/core/html/TextDocument.cpp \
Dcore.gypi2510 'html/TextDocument.cpp',
2511 'html/TextDocument.h',