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

  /external/chromium/net/spdy/
spdy_session.h 316 // Post a CheckPingStatus call after delay. Don't post if there is already
317 // CheckPingStatus running.
322 void CheckPingStatus(base::TimeTicks last_check_time);
spdy_session.cc     [all...]
  /external/chromium_org/net/spdy/
spdy_session.h 665 // Post a CheckPingStatus call after delay. Don't post if there is already
666 // CheckPingStatus running.
671 void CheckPingStatus(base::TimeTicks last_check_time);
    [all...]
spdy_session.cc     [all...]
spdy_session_unittest.cc 775 session->CheckPingStatus(before_ping_time);
    [all...]

Completed in 190 milliseconds