Home | History | Annotate | Download | only in src

Lines Matching defs:Cancelable

5 #include "src/cancelable-task.h"
14 Cancelable::Cancelable(CancelableTaskManager* parent)
20 Cancelable::~Cancelable() {
31 uint32_t CancelableTaskManager::Register(Cancelable* task) {
54 Cancelable* value = entry->second;
67 // Clean up all cancelable fore- and background tasks. Tasks are canceled on
73 // Cancelable tasks could be running or could potentially register new
93 : Cancelable(isolate->cancelable_task_manager()), isolate_(isolate) {}
97 : Cancelable(isolate->cancelable_task_manager()), isolate_(isolate) {}