HomeSort by relevance Sort by last modified time
    Searched refs:received_time_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ipc/
ipc_message.cc 80 received_time_ = 0;
120 received_time_ = time;
ipc_message.h 199 int64 received_time() const { return received_time_; }
273 mutable int64 received_time_; member in class:IPC::Message

Completed in 93 milliseconds