Searched defs:isCleanupTask (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DJSCallbackData.h87 virtual bool isCleanupTask() const { return true; } function in class:WebCore::DeleteCallbackDataTask
/external/webkit/Source/WebCore/dom/
H A DScriptExecutionContext.h135 virtual bool isCleanupTask() const { return false; } function in class:WebCore::ScriptExecutionContext::Task
/external/webkit/Source/WebCore/workers/
H A DWorkerThread.cpp182 virtual bool isCleanupTask() const { return true; } function in class:WebCore::WorkerThreadShutdownFinishTask
221 virtual bool isCleanupTask() const { return true; } function in class:WebCore::WorkerThreadShutdownStartTask
H A DWorkerContext.cpp102 virtual bool isCleanupTask() const { return true; } function in class:WebCore::CloseWorkerContextTask
176 // tasks with isCleanupTask()==true will be executed.
/external/webkit/Source/WebCore/storage/
H A DDatabase.cpp150 virtual bool isCleanupTask() const { return true; } function in class:WebCore::DerefContextTask

Completed in 337 milliseconds