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 79 received_time_ = 0;
119 received_time_ = time;
ipc_message.h 205 int64 received_time() const { return received_time_; }
271 mutable int64 received_time_; member in class:IPC::Message

Completed in 35 milliseconds