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

  /external/webkit/Source/WebCore/bindings/js/
JSCallbackData.h 87 virtual bool isCleanupTask() const { return true; }
  /external/webkit/Source/WebCore/workers/
WorkerThread.cpp 182 virtual bool isCleanupTask() const { return true; }
221 virtual bool isCleanupTask() const { return true; }
WorkerRunLoop.cpp 198 if (!workerContext->isClosing() || m_task->isCleanupTask())
WorkerContext.cpp 102 virtual bool isCleanupTask() const { return true; }
176 // tasks with isCleanupTask()==true will be executed.
  /external/webkit/Source/WebCore/dom/
ScriptExecutionContext.h 135 virtual bool isCleanupTask() const { return false; }
  /external/webkit/Source/WebCore/storage/
Database.cpp 150 virtual bool isCleanupTask() const { return true; }

Completed in 386 milliseconds