HomeSort by relevance Sort by last modified time
    Searched refs:HTMLConstructionSiteTask (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.cpp 99 static inline void insert(HTMLConstructionSiteTask& task)
113 static inline void executeInsertTask(HTMLConstructionSiteTask& task)
115 ASSERT(task.operation == HTMLConstructionSiteTask::Insert);
127 static inline void executeInsertTextTask(HTMLConstructionSiteTask& task)
129 ASSERT(task.operation == HTMLConstructionSiteTask::InsertText);
148 static inline void executeReparentTask(HTMLConstructionSiteTask& task)
150 ASSERT(task.operation == HTMLConstructionSiteTask::Reparent);
158 static inline void executeInsertAlreadyParsedChildTask(HTMLConstructionSiteTask& task)
160 ASSERT(task.operation == HTMLConstructionSiteTask::InsertAlreadyParsedChild);
165 static inline void executeTakeAllChildrenTask(HTMLConstructionSiteTask& task
    [all...]
HTMLConstructionSite.h 42 struct HTMLConstructionSiteTask {
53 explicit HTMLConstructionSiteTask(Operation op)
69 // of the task so that we don't bloat the HTMLConstructionSiteTask
83 WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS(blink::HTMLConstructionSiteTask);
227 typedef WillBeHeapVector<HTMLConstructionSiteTask, 1> TaskQueue;
234 void findFosterSite(HTMLConstructionSiteTask&);
242 void executeTask(HTMLConstructionSiteTask&);
243 void queueTask(const HTMLConstructionSiteTask&);

Completed in 514 milliseconds