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

  /external/chromium/chrome/browser/ui/views/
about_ipc_dialog.cc 330 int64 time_to_send = (base::Time::FromInternalValue(data.receive) - local
333 time_to_send = std::max(static_cast<int>(time_to_send), 0);
334 std::wstring temp = StringPrintf(L"%d", time_to_send);
  /external/chromium_org/chrome/browser/ui/views/
about_ipc_dialog.cc 316 int64 time_to_send = (base::Time::FromInternalValue(data.receive) - local
319 time_to_send = std::max(static_cast<int>(time_to_send), 0);
320 std::wstring temp = base::StringPrintf(L"%d", time_to_send);
  /external/chromium_org/media/cast/audio_receiver/
audio_receiver.cc 436 base::TimeDelta time_to_send = rtcp_->TimeToSendNextRtcpReport() - local
439 time_to_send = std::max(time_to_send,
444 weak_factory_.GetWeakPtr()), time_to_send);
466 base::TimeDelta time_to_send = send_time - local
468 time_to_send = std::max(time_to_send,
472 weak_factory_.GetWeakPtr()), time_to_send);
  /external/chromium_org/media/cast/video_receiver/
video_receiver.cc 429 base::TimeDelta time_to_send = send_time - local
431 time_to_send = std::max(time_to_send,
435 weak_factory_.GetWeakPtr()), time_to_send);
  /external/chromium_org/media/midi/
midi_manager_win.cc 568 base::TimeTicks time_to_send = local
571 delay = std::max(time_to_send - base::TimeTicks::Now(), base::TimeDelta());

Completed in 70 milliseconds