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

  /external/chromium_org/ipc/
ipc_sync_channel.cc 437 return SendWithTimeout(message, base::kNoTimeout);
440 bool SyncChannel::SendWithTimeout(Message* message, int timeout_ms) {
445 TRACE_EVENT1("task", "SyncChannel::SendWithTimeout",
448 TRACE_EVENT2("task", "SyncChannel::SendWithTimeout",
ipc_sync_channel_unittest.cc 68 bool SendWithTimeout(Message* msg, int timeout_ms) {
69 return channel_->SendWithTimeout(msg, timeout_ms);
104 bool result = SendWithTimeout(msg, timeout);
968 // Tests that SendWithTimeout does not time-out if the response comes back fast
975 // Tests that SendWithTimeout does time-out.
    [all...]

Completed in 174 milliseconds