OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BackgroundHTMLParser
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
BackgroundHTMLParser.cpp
27
#include "core/html/parser/
BackgroundHTMLParser
.h"
79
BackgroundHTMLParser
::
BackgroundHTMLParser
(PassRefPtr<WeakReference<
BackgroundHTMLParser
> > reference, PassOwnPtr<Configuration> config)
92
void
BackgroundHTMLParser
::append(const String& input)
99
void
BackgroundHTMLParser
::resumeFrom(PassOwnPtr<Checkpoint> checkpoint)
110
void
BackgroundHTMLParser
::startedChunkWithCheckpoint(HTMLInputCheckpoint inputCheckpoint)
118
void
BackgroundHTMLParser
::finish()
124
void
BackgroundHTMLParser
::stop()
129
void
BackgroundHTMLParser
::forcePlaintextForTextDocument(
[
all
...]
BackgroundHTMLParser.h
46
class
BackgroundHTMLParser
{
56
static void create(PassRefPtr<WeakReference<
BackgroundHTMLParser
> > reference, PassOwnPtr<Configuration> config)
58
new
BackgroundHTMLParser
(reference, config);
81
BackgroundHTMLParser
(PassRefPtr<WeakReference<
BackgroundHTMLParser
> >, PassOwnPtr<Configuration>);
87
WeakPtrFactory<
BackgroundHTMLParser
> m_weakFactory;
Completed in 163 milliseconds