Searched refs:isCleanupTask (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DSQLCallbackWrapper.h103 virtual bool isCleanupTask() const { return true; } function in class:WebCore::SQLCallbackWrapper::SafeReleaseTask
H A DDatabase.cpp98 virtual bool isCleanupTask() const { return true; } function in class:WebCore::DerefContextTask
H A DDatabaseTracker.cpp109 virtual bool isCleanupTask() const function in class:WebCore::NotifyDatabaseObserverOnCloseTask
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerThread.cpp168 virtual bool isCleanupTask() const { return true; } function in class:WebCore::WorkerThreadShutdownFinishTask
203 virtual bool isCleanupTask() const { return true; } function in class:WebCore::WorkerThreadShutdownStartTask
H A DWorkerGlobalScope.cpp82 virtual bool isCleanupTask() const { return true; } function in class:WebCore::CloseWorkerGlobalScopeTask
167 // tasks with isCleanupTask()==true will be executed.
H A DWorkerRunLoop.cpp243 if ((!workerGlobalScope->isClosing() && !runLoop.terminated()) || m_task->isCleanupTask())
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DScriptExecutionContext.h119 virtual bool isCleanupTask() const { return false; } function in class:WebCore::ScriptExecutionContext::Task
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWorkerThreadableWebSocketChannel.cpp420 virtual bool isCleanupTask() const OVERRIDE { return true; }

Completed in 711 milliseconds