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

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLConstructionSite.h40 struct HTMLConstructionSiteTask { struct in namespace:WebCore
48 explicit HTMLConstructionSiteTask(Operation op) function in struct:WebCore::HTMLConstructionSiteTask
57 // of the task so that we don't bloat the HTMLConstructionSiteTask
72 template<> struct VectorTraits<WebCore::HTMLConstructionSiteTask> : SimpleClassVectorTraits { };
183 typedef Vector<HTMLConstructionSiteTask, 1> TaskQueue;
190 void findFosterSite(HTMLConstructionSiteTask&);
H A DHTMLConstructionSite.cpp94 static inline void insert(HTMLConstructionSiteTask& task, bool lazyAttach)
118 static inline void executeInsertTask(HTMLConstructionSiteTask& task)
120 ASSERT(task.operation == HTMLConstructionSiteTask::Insert);
130 static inline void executeReparentTask(HTMLConstructionSiteTask& task)
132 ASSERT(task.operation == HTMLConstructionSiteTask::Reparent);
143 static inline void executeInsertAlreadyParsedChildTask(HTMLConstructionSiteTask& task)
145 ASSERT(task.operation == HTMLConstructionSiteTask::InsertAlreadyParsedChild);
150 static inline void executeTakeAllChildrenTask(HTMLConstructionSiteTask& task)
152 ASSERT(task.operation == HTMLConstructionSiteTask::TakeAllChildren);
159 static inline void executeTask(HTMLConstructionSiteTask
[all...]

Completed in 80 milliseconds