Home
last modified time | relevance | path

Searched refs:pending_handle_attachments_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/core/
Duser_message_impl.cc328 if (!pending_handle_attachments_.empty()) { in ~UserMessageImpl()
329 Core::Get()->ReleaseDispatchersForTransit(pending_handle_attachments_, in ~UserMessageImpl()
331 for (const auto& dispatcher : pending_handle_attachments_) in ~UserMessageImpl()
489 std::back_inserter(pending_handle_attachments_)); in AppendData()
519 if (!pending_handle_attachments_.empty()) { in CommitSize()
522 pending_handle_attachments_.data(), pending_handle_attachments_.size(), in CommitSize()
524 Core::Get()->ReleaseDispatchersForTransit(pending_handle_attachments_, in CommitSize()
526 pending_handle_attachments_.clear(); in CommitSize()
Duser_message_impl.h206 std::vector<Dispatcher::DispatcherInTransit> pending_handle_attachments_; variable