Searched refs:HTMLConstructionSiteTask (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DHTMLConstructionSite.h41 struct HTMLConstructionSiteTask { struct in namespace:WebCore
49 explicit HTMLConstructionSiteTask(Operation op) function in struct:WebCore::HTMLConstructionSiteTask
58 // of the task so that we don't bloat the HTMLConstructionSiteTask
73 template<> struct VectorTraits<WebCore::HTMLConstructionSiteTask> : SimpleClassVectorTraits { };
184 typedef Vector<HTMLConstructionSiteTask, 1> TaskQueue;
191 void findFosterSite(HTMLConstructionSiteTask&);
H A DHTMLConstructionSite.cpp93 static inline void insert(HTMLConstructionSiteTask& task, bool lazyAttach)
119 static inline void executeInsertTask(HTMLConstructionSiteTask& task)
121 ASSERT(task.operation == HTMLConstructionSiteTask::Insert);
131 static inline void executeReparentTask(HTMLConstructionSiteTask& task)
133 ASSERT(task.operation == HTMLConstructionSiteTask::Reparent);
144 static inline void executeInsertAlreadyParsedChildTask(HTMLConstructionSiteTask& task)
146 ASSERT(task.operation == HTMLConstructionSiteTask::InsertAlreadyParsedChild);
151 static inline void executeTakeAllChildrenTask(HTMLConstructionSiteTask& task)
153 ASSERT(task.operation == HTMLConstructionSiteTask::TakeAllChildren);
160 static inline void executeTask(HTMLConstructionSiteTask
[all...]

Completed in 112 milliseconds