Home
last modified time | relevance | path

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

/external/libchrome/ipc/
Dipc_message.cc113 DCHECK((header()->flags & HAS_SENT_TIME_BIT) == 0); in set_sent_time()
114 header()->flags |= HAS_SENT_TIME_BIT; in set_sent_time()
119 if ((header()->flags & HAS_SENT_TIME_BIT) == 0) in sent_time()
Dipc_message.h56 HAS_SENT_TIME_BIT = 0x80, enumerator