OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SendWithTimeout
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ipc/
ipc_sync_channel.h
33
// of tracking info (created in
SendWithTimeout
, stored in the PendingSyncMsg
86
virtual bool
SendWithTimeout
(Message* message, int timeout_ms);
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
...]
/external/chromium_org/chrome/test/automation/
automation_proxy.cc
346
bool success = channel_->
SendWithTimeout
(message, timeout_ms);
Completed in 34 milliseconds