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

  /external/chromium_org/jingle/glue/
channel_socket_adapter.h 65 base::Closure destruction_callback_; member in class:jingle_glue::TransportChannelSocketAdapter
channel_socket_adapter.cc 34 if (!destruction_callback_.is_null())
35 destruction_callback_.Run();
40 destruction_callback_ = callback;
  /external/chromium_org/content/public/test/
test_file_error_injector.cc 85 DestructionCallback destruction_callback_; member in class:content::__anon10368::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_);

Completed in 936 milliseconds