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

/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.cc165 : io_thread_delegate_(io_thread_delegate) {
166 DCHECK(io_thread_delegate_.get());
185 net::URLRequestJob* job = io_thread_delegate_->MaybeCreateJob(
196 return io_thread_delegate_->IsHandledProtocol(scheme) ||
204 io_thread_delegate_->IsHandledProtocol(url.scheme())) ||
318 io_thread_delegate_(new IOThreadDelegate(enabled_)){
403 base::Bind(&IOThreadDelegate::ClearDefault, io_thread_delegate_, scheme));
632 base::Bind(&IOThreadDelegate::ClearDefault, io_thread_delegate_,
669 base::Bind(&IOThreadDelegate::Enable, io_thread_delegate_));
688 base::Bind(&IOThreadDelegate::Disable, io_thread_delegate_));
[all...]
H A Dprotocol_handler_registry.h127 // |io_thread_delegate_| performs the actual job creation decisions by
129 scoped_refptr<IOThreadDelegate> io_thread_delegate_; member in class:ProtocolHandlerRegistry::JobInterceptorFactory
379 scoped_refptr<IOThreadDelegate> io_thread_delegate_; member in class:ProtocolHandlerRegistry

Completed in 54 milliseconds