Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DTextDocument.h32 class TextDocument : public HTMLDocument {
34 static PassRefPtr<TextDocument> create(Frame* frame, const KURL& url) in create()
36 return adoptRef(new TextDocument(frame, url)); in create()
40 TextDocument(Frame*, const KURL&);
DTextDocument.cpp32 TextDocument::TextDocument(Frame* frame, const KURL& url) in TextDocument() function in WebCore::TextDocument
39 PassRefPtr<DocumentParser> TextDocument::createParser() in createParser()
/external/webkit/Source/WebCore/dom/
DDOMImplementation.cpp371 return TextDocument::create(frame, url); in createDocument()
/external/webkit/Source/WebCore/
DAndroid.mk362 html/TextDocument.cpp \
DWebCore.pro763 html/TextDocument.cpp \
1735 html/TextDocument.h \
DCMakeLists.txt841 html/TextDocument.cpp
DChangeLog-2010-12-0659426 * WebCore.pro: loader/TextDocument.h renamed to html/TextDocument.h
60198 TextDocument doesn't belong in WebCore/loader
60201 TextDocument has nothing to do with loading. It turns out that it
60202 should be in WebCore/html because TextDocument is actually a subclass
60212 * html/TextDocument.cpp: Renamed from WebCore/loader/TextDocument.cpp.
60213 (WebCore::TextDocument::TextDocument):
60214 (WebCore::TextDocument::createParser):
60215 * html/TextDocument.h: Renamed from WebCore/loader/TextDocument.h.
60216 (WebCore::TextDocument::create):
60280 TextDocument should come in from the cold
[all …]
DGNUmakefile.list.am1880 Source/WebCore/html/TextDocument.cpp \
1881 Source/WebCore/html/TextDocument.h \
DGNUmakefile.am1914 Source/WebCore/html/TextDocument.cpp \
1915 Source/WebCore/html/TextDocument.h \
DChangeLog-2006-05-10553 Fix Windows build. Added TextDocument.cpp to vcproj.
609 * loader/TextDocument.cpp:
621 Add TextDocument.cpp and TextDocument.h
631 New functions for creating a TextDocument and determining if a
634 * loader/TextDocument.cpp: Added.
642 (WebCore::TextDocument::TextDocument):
643 (WebCore::TextDocument::createTokenizer):
646 * loader/TextDocument.h: Added.
650 Create a TextDocument if the MIME type is of type text.
DWebCore.gypi3043 'html/TextDocument.cpp',
3044 'html/TextDocument.h',
DChangeLog-2007-10-1436507 * loader/TextDocument.cpp:
37499 * loader/TextDocument.cpp:
37502 * loader/TextDocument.h:
41544 * loader/TextDocument.cpp:
41545 (WebCore::TextDocument::TextDocument):
41546 * loader/TextDocument.h:
48749 * loader/TextDocument.cpp:
49895 * loader/TextDocument.cpp:
52432 * loader/TextDocument.cpp:
DChangeLog-2006-12-3144722 * loader/TextDocument.cpp:
47920 * loader/TextDocument.cpp:
53527 * loader/TextDocument.cpp:
53528 (WebCore::TextDocument::TextDocument):
53529 * loader/TextDocument.h:
53634 * loader/TextDocument.h:
DChangeLog-2008-08-1012560 * loader/TextDocument.cpp:
12562 (WebCore::TextDocument::TextDocument):
12564 * loader/TextDocument.h:
12565 (WebCore::TextDocument::create):
51714 * loader/TextDocument.cpp:
54035 lets us avoid making a copy of the buffer in TextDocument.cpp.
54042 * loader/TextDocument.cpp:
74230 * loader/TextDocument.cpp: (WebCore::TextTokenizer::write):
DChangeLog-2009-06-1626972 * loader/TextDocument.cpp:
36210 * loader/TextDocument.cpp:
36317 * loader/TextDocument.cpp:
DChangeLog-2010-01-2971255 * loader/TextDocument.h:
71256 (WebCore::TextDocument::create): Ditto.
92061 * loader/TextDocument.cpp: (WebCore::TextTokenizer::finish): Create document tree if it
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj3150 …84B312371180000C6161 /* TextDocument.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 97BC84B112…
3151 …C84B412371180000C6161 /* TextDocument.h in Headers */ = {isa = PBXBuildFile; fileRef = 97BC84B2123…
9711 …80000C6161 /* TextDocument.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
9712 …71180000C6161 /* TextDocument.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
16173 97BC84B112371180000C6161 /* TextDocument.cpp */,
16174 97BC84B212371180000C6161 /* TextDocument.h */,
22770 97BC84B412371180000C6161 /* TextDocument.h in Headers */,
25518 97BC84B312371180000C6161 /* TextDocument.cpp in Sources */,