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

  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.cpp 163 if ((!workerGlobalScope->isClosing() && !m_workerThread.terminated()) || m_task->isCleanupTask())
336 virtual bool isCleanupTask() const { return true; }
362 virtual bool isCleanupTask() const { return true; }
WorkerGlobalScope.cpp 79 virtual bool isCleanupTask() const { return true; }
166 // tasks with isCleanupTask()==true will be executed.
  /external/chromium_org/third_party/WebKit/Source/core/dom/
ExecutionContextTask.h 48 virtual bool isCleanupTask() const { return false; }
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseTracker.cpp 120 virtual bool isCleanupTask() const OVERRIDE

Completed in 132 milliseconds