OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTMLConstructionSiteTask
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp
96
static inline void insert(
HTMLConstructionSiteTask
& task)
110
static inline void executeInsertTask(
HTMLConstructionSiteTask
& task)
112
ASSERT(task.operation ==
HTMLConstructionSiteTask
::Insert);
122
static inline void executeInsertTextTask(
HTMLConstructionSiteTask
& task)
124
ASSERT(task.operation ==
HTMLConstructionSiteTask
::InsertText);
143
static inline void executeReparentTask(
HTMLConstructionSiteTask
& task)
145
ASSERT(task.operation ==
HTMLConstructionSiteTask
::Reparent);
153
static inline void executeInsertAlreadyParsedChildTask(
HTMLConstructionSiteTask
& task)
155
ASSERT(task.operation ==
HTMLConstructionSiteTask
::InsertAlreadyParsedChild);
160
static inline void executeTakeAllChildrenTask(
HTMLConstructionSiteTask
& task
[
all
...]
HTMLConstructionSite.h
41
struct
HTMLConstructionSiteTask
{
50
explicit
HTMLConstructionSiteTask
(Operation op)
59
// of the task so that we don't bloat the
HTMLConstructionSiteTask
74
template<> struct VectorTraits<WebCore::
HTMLConstructionSiteTask
> : SimpleClassVectorTraits { };
209
typedef Vector<
HTMLConstructionSiteTask
, 1> TaskQueue;
216
void findFosterSite(
HTMLConstructionSiteTask
&);
224
void executeTask(
HTMLConstructionSiteTask
&);
225
void queueTask(const
HTMLConstructionSiteTask
&);
Completed in 394 milliseconds