HomeSort by relevance Sort by last modified time
    Searched defs:isCleanupTask (Results 1 - 5 of 5) 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; }
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 902 milliseconds