HomeSort by relevance Sort by last modified time
    Searched defs:TextDocument (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/loader/
TextDocument.h 34 class TextDocument : public HTMLDocument {
36 static PassRefPtr<TextDocument> create(Frame* frame)
38 return adoptRef(new TextDocument(frame));
42 TextDocument(Frame*);
TextDocument.cpp 26 #include "TextDocument.h"
181 TextDocument::TextDocument(Frame* frame)
186 Tokenizer* TextDocument::createTokenizer()

Completed in 6629 milliseconds