Lines Matching full:task
4098 mechanical task in line with other terminals in the object
6145 (WebCore::ScriptExecutionContext::Task::isCleanupTask):
6220 (WebCore::WorkerRunLoop::Task::performTask):
10078 Need to ensure that Document::postTask does not provide the Task with a dangling pointer to destroyed Document
10090 (WebCore::performTask): Check if the documentWeakReference is cleared by Document destructor - in this case do not run the task.
18314 Fix assert failure with WML pages having 'Refresh' task in
32879 Move the code to post task to the main thread into a new method on ScriptExecutionContext,
32880 to use as a helper implementation of the virtual ScriptExecutionContext::postTask(Task) in
35740 this as a task.
36271 scheduleTask function rather than one for each task.
36719 scheduleTask function rather than one for each task.
37904 ScriptExecutionContext::Task, DatabaseTask and WorkerRunLoop::Task are no longer
37984 (WebCore::WorkerRunLoop::Task::create):
37985 (WebCore::WorkerRunLoop::Task::performTask):
37986 (WebCore::WorkerRunLoop::Task::Task):
37988 (WebCore::WorkerRunLoop::Task::~Task):
37989 (WebCore::WorkerRunLoop::Task::mode):
38701 Also pass the references to return parameters to the task so it can update them.
38708 (WebCore::Database::openAndVerifyVersion): Use new DatabaseTaskSynchronizer to wait for task completion.
40756 Check scriptExecutionContext before post task for event.
50265 (WebCore::WorkerRunLoop::Task::Task):
52750 Note that we _could_ have LocalStorageThread's task queue just store
62455 Initialize the Task timer.
63811 Things learned in the full task that this patch addresses:
64183 New task that invokes terminateWorkerContext() on the parent thread when the context is closed.
70561 After selecting an option element with an 'onpick' event associated with a 'go' task,
74571 In order to detect WML task execution failures from within the WML layout tests a new
75959 Creates a task to fire off a connect event on the worker thread.
79751 Also fixes manual-tests/wml/task-refresh-in-anchor.wml, which happened to use 1-char variable names.
79817 [WML] <do> elements with a <noop> task shouldn't be exposed to the user
79821 Moved manual-tests/wml/task-noop-in-do.wml to LayoutTests/fast/wml/task-noop-in-do.wml.
79823 * manual-tests/wml/task-noop-in-do.wml: Removed.
80568 * manual-tests/wml/task-go-in-anchor.wml:
80569 * manual-tests/wml/task-noop-in-do.wml:
80570 * manual-tests/wml/task-noop-in-onevent.wml: Removed.
80571 * manual-tests/wml/task-prev-in-anchor.wml:
80572 * manual-tests/wml/task-refresh-in-anchor.wml:
80678 and history navigation (<prev/> task).
92302 "class WebCore::ScriptExecutionContext::Task" does not declare
95390 (QTMovieWinPrivate::task): Restore current time and rate if this is a re-created movie.