OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pending_handle_attachments_
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/mojo/core/
user_message_impl.cc
328
if (!
pending_handle_attachments_
.empty()) {
329
Core::Get()->ReleaseDispatchersForTransit(
pending_handle_attachments_
,
331
for (const auto& dispatcher :
pending_handle_attachments_
)
489
std::back_inserter(
pending_handle_attachments_
));
519
if (!
pending_handle_attachments_
.empty()) {
522
pending_handle_attachments_
.data(),
pending_handle_attachments_
.size(),
524
Core::Get()->ReleaseDispatchersForTransit(
pending_handle_attachments_
,
526
pending_handle_attachments_
.clear();
user_message_impl.h
206
std::vector<Dispatcher::DispatcherInTransit>
pending_handle_attachments_
;
member in class:mojo::core::UserMessageImpl
Completed in 50 milliseconds