OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextDocumentParser
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/html/parser/
TextDocumentParser.h
33
class
TextDocumentParser
: public HTMLDocumentParser {
35
static PassRefPtr<
TextDocumentParser
> create(HTMLDocument* document)
37
return adoptRef(new
TextDocumentParser
(document));
39
virtual ~
TextDocumentParser
();
42
explicit
TextDocumentParser
(HTMLDocument*);
TextDocumentParser.cpp
26
#include "
TextDocumentParser
.h"
37
TextDocumentParser
::
TextDocumentParser
(HTMLDocument* document)
44
TextDocumentParser
::~
TextDocumentParser
()
48
void
TextDocumentParser
::append(const SegmentedString& text)
55
void
TextDocumentParser
::insertFakePreElement()
/external/webkit/Source/WebCore/html/
TextDocument.cpp
28
#include "
TextDocumentParser
.h"
41
return
TextDocumentParser
::create(this);
/external/webkit/Source/WebCore/
Android.mk
410
html/parser/
TextDocumentParser
.cpp \
[
all
...]
Completed in 66 milliseconds