Home
last modified time | relevance | path

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

/external/chromium_org/ipc/
Dipc_message.cc106 DCHECK((header()->flags & HAS_SENT_TIME_BIT) == 0); in set_sent_time()
107 header()->flags |= HAS_SENT_TIME_BIT; in set_sent_time()
112 if ((header()->flags & HAS_SENT_TIME_BIT) == 0) in sent_time()
Dipc_message.h50 HAS_SENT_TIME_BIT = 0x80, enumerator