Searched refs:callback_restart (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/spdy/
H A Dspdy_network_transaction_unittest.cc4937 TestCompletionCallback callback_restart; local
4938 const int rv_restart = trans->RestartWithAuth(kFoo, kBar, &callback_restart);
4940 const int rv_restart_complete = callback_restart.WaitForResult();
/external/chromium_org/net/spdy/
H A Dspdy_network_transaction_unittest.cc4936 TestCompletionCallback callback_restart; local
4938 credentials, callback_restart.callback());
4940 const int rv_restart_complete = callback_restart.WaitForResult();

Completed in 60 milliseconds