Searched refs:TextDocument (Results 1 – 17 of 17) sorted by relevance
/external/webkit/Source/WebCore/html/ |
D | TextDocument.h | 32 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&);
|
D | TextDocument.cpp | 32 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/ |
D | DOMImplementation.cpp | 371 return TextDocument::create(frame, url); in createDocument()
|
/external/webkit/Source/WebCore/ |
D | Android.mk | 362 html/TextDocument.cpp \
|
D | WebCore.pro | 763 html/TextDocument.cpp \ 1735 html/TextDocument.h \
|
D | CMakeLists.txt | 841 html/TextDocument.cpp
|
D | ChangeLog-2010-12-06 | 59426 * 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 …]
|
D | GNUmakefile.list.am | 1880 Source/WebCore/html/TextDocument.cpp \ 1881 Source/WebCore/html/TextDocument.h \
|
D | GNUmakefile.am | 1914 Source/WebCore/html/TextDocument.cpp \ 1915 Source/WebCore/html/TextDocument.h \
|
D | ChangeLog-2006-05-10 | 553 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.
|
D | WebCore.gypi | 3043 'html/TextDocument.cpp', 3044 'html/TextDocument.h',
|
D | ChangeLog-2007-10-14 | 36507 * 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:
|
D | ChangeLog-2006-12-31 | 44722 * loader/TextDocument.cpp: 47920 * loader/TextDocument.cpp: 53527 * loader/TextDocument.cpp: 53528 (WebCore::TextDocument::TextDocument): 53529 * loader/TextDocument.h: 53634 * loader/TextDocument.h:
|
D | ChangeLog-2008-08-10 | 12560 * 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):
|
D | ChangeLog-2009-06-16 | 26972 * loader/TextDocument.cpp: 36210 * loader/TextDocument.cpp: 36317 * loader/TextDocument.cpp:
|
D | ChangeLog-2010-01-29 | 71255 * 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/ |
D | project.pbxproj | 3150 …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 */,
|