Home
last modified time | relevance | path

Searched refs:RunCallbackAsync (Results 1 – 9 of 9) sorted by relevance

/external/libbrillo/brillo/http/
Dhttp_transport_curl.cc209 void Transport::RunCallbackAsync(const base::Location& from_here, in RunCallbackAsync() function in brillo::http::curl::Transport
220 RunCallbackAsync( in StartAsyncTransfer()
246 RunCallbackAsync( in StartAsyncTransfer()
456 RunCallbackAsync(FROM_HERE, in OnTransferComplete()
470 RunCallbackAsync(FROM_HERE, in OnTransferComplete()
476 RunCallbackAsync(FROM_HERE, in OnTransferComplete()
490 RunCallbackAsync(FROM_HERE, in OnTransferComplete()
Dmock_transport.h29 MOCK_METHOD2(RunCallbackAsync,
Dhttp_transport.h64 virtual void RunCallbackAsync(const base::Location& from_here,
Dhttp_transport_curl.h51 void RunCallbackAsync(const base::Location& from_here,
Dhttp_connection_fake.cc71 transport_->RunCallbackAsync(FROM_HERE, in FinishRequestAsync()
Dhttp_utils.cc138 transport->RunCallbackAsync( in SendRequest()
292 transport->RunCallbackAsync( in PostFormData()
Dhttp_transport_fake.h94 void RunCallbackAsync(const base::Location& from_here,
Dhttp_transport_fake.cc66 void Transport::RunCallbackAsync( in RunCallbackAsync() function in brillo::Transport
Dhttp_request.cc148 transport_->RunCallbackAsync( in GetResponse()