Searched defs:TimeoutCallback (Results 1 - 2 of 2) sorted by relevance

/system/update_engine/common/
H A Dmock_http_fetcher.cc91 base::Bind(&MockHttpFetcher::TimeoutCallback, base::Unretained(this)),
97 void MockHttpFetcher::TimeoutCallback() { function in class:chromeos_update_engine::MockHttpFetcher
103 base::Bind(&MockHttpFetcher::TimeoutCallback, base::Unretained(this)),
/system/update_engine/
H A Dlibcurl_http_fetcher.cc527 // TimeoutCallback but with a delay.
611 base::Bind(&LibcurlHttpFetcher::TimeoutCallback,
626 void LibcurlHttpFetcher::TimeoutCallback() { function in class:chromeos_update_engine::LibcurlHttpFetcher
632 base::Bind(&LibcurlHttpFetcher::TimeoutCallback, base::Unretained(this)),

Completed in 40 milliseconds