Searched refs:destruction_callback_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/jingle/glue/
H A Dchannel_socket_adapter.h67 base::Closure destruction_callback_; member in class:jingle_glue::TransportChannelSocketAdapter
H A Dchannel_socket_adapter.cc34 if (!destruction_callback_.is_null())
35 destruction_callback_.Run();
40 destruction_callback_ = callback;
/external/chromium_org/content/public/test/
H A Dtest_file_error_injector.cc85 DestructionCallback destruction_callback_; member in class:content::__anon8429::DownloadFileWithErrors
125 destruction_callback_(dtor_callback) {
140 destruction_callback_.Run(source_url_);
285 DownloadFileWithErrors::DestructionCallback destruction_callback_; member in class:content::DownloadFileWithErrorsFactory
292 destruction_callback_(dtor_callback) {
335 destruction_callback_);
/external/chromium_org/chrome/browser/net/
H A Ddns_probe_browsertest.cc144 destruction_callback_(destruction_callback) {}
167 destruction_callback_.Run(this);
172 const DestructionCallback destruction_callback_; member in class:chrome_browser_net::__anon5583::DelayableURLRequestFailedJob
187 destruction_callback_(destruction_callback) {}
210 destruction_callback_.Run(this);
215 const DestructionCallback destruction_callback_; member in class:chrome_browser_net::__anon5583::DelayableURLRequestMockHTTPJob

Completed in 68 milliseconds