Lines Matching defs:callback
27 // Find all transitions with given name and calls the callback.
82 // Find all transitions with given name and calls the callback.
84 // lock are allowed inside the callback.
86 // done outside of the callback.
87 void ForEachTransitionTo(Name name, const ForEachTransitionCallback& callback,
115 void TraverseTransitionTree(const TraverseCallback& callback) {
116 // Make sure that we do not allocate in the callback.
120 TraverseTransitionTreeInternal(callback, &no_gc);
217 void TraverseTransitionTreeInternal(const TraverseCallback& callback,
355 // Find all transitions with given name and calls the callback.
357 const ForEachTransitionCallback& callback);