Home | History | Annotate | Download | only in system

Lines Matching refs:dispatchers

109                                     DispatcherVector* dispatchers,
118 bytes, num_bytes, dispatchers, num_dispatchers, flags);
206 // Owned by the dispatchers. The owning dispatchers should only release us via
272 // Clone the dispatchers and attach them to the message. (This must be done as
273 // a separate loop, since we want to leave the dispatchers alone on failure.)
274 scoped_ptr<DispatcherVector> dispatchers(new DispatcherVector());
275 dispatchers->reserve(transports->size());
278 dispatchers->push_back(
282 dispatchers->push_back(scoped_refptr<Dispatcher>());
285 message->SetDispatchers(dispatchers.Pass());