Home
last modified time | relevance | path

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

/external/libchrome/mojo/core/
Duser_message_impl.h96 bool IsTransmittable() const { return !IsSerialized() || is_committed_; } in IsTransmittable()
192 bool is_committed_ = false; variable
Duser_message_impl.cc399 if (!message->is_committed_) in FinalizeEventMessage()
516 if (is_committed_) in CommitSize()
529 is_committed_ = true; in CommitSize()
665 is_committed_(true), in UserMessageImpl()