Searched defs:Cancelable (Results 1 – 3 of 3) sorted by relevance
19 class Cancelable; variable79 friend class Cancelable; variable
14 Cancelable::Cancelable(CancelableTaskManager* parent) in Cancelable() function in v8::internal::Cancelable
24 struct Cancelable { struct25 Cancelable() : weak_ptr_factory(this) {} in Cancelable() function27 void NopTask() {} in NopTask()29 WeakPtrFactory<Cancelable> weak_ptr_factory;