Home | History | Annotate | Download | only in system

Lines Matching refs:dispatchers

88                                     DispatcherVector* dispatchers,
96 return endpoints_[port]->ReadMessage(bytes, num_bytes, dispatchers,
193 // Owned by the dispatchers. The owning dispatchers should only release us via
259 // Clone the dispatchers and attach them to the message. (This must be done as
260 // a separate loop, since we want to leave the dispatchers alone on failure.)
261 scoped_ptr<DispatcherVector> dispatchers(new DispatcherVector());
262 dispatchers->reserve(transports->size());
265 dispatchers->push_back(
269 dispatchers->push_back(scoped_refptr<Dispatcher>());
272 message->SetDispatchers(dispatchers.Pass());