Searched refs:CreateShellWorker (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/external_protocol/
H A Dexternal_protocol_handler.h30 virtual ShellIntegration::DefaultProtocolClientWorker* CreateShellWorker(
H A Dexternal_protocol_handler.cc36 ShellIntegration::DefaultProtocolClientWorker* CreateShellWorker( function in namespace:__anon5104
44 return delegate->CreateShellWorker(observer, protocol);
276 CreateShellWorker(observer, escaped_url.scheme(), delegate);
H A Dexternal_protocol_handler_unittest.cc47 virtual ShellIntegration::DefaultProtocolClientWorker* CreateShellWorker(
/external/chromium_org/chrome/browser/custom_handlers/
H A Dprotocol_handler_registry.h81 virtual ShellIntegration::DefaultProtocolClientWorker* CreateShellWorker(
H A Dprotocol_handler_registry.cc284 ProtocolHandlerRegistry::Delegate::CreateShellWorker( function in class:ProtocolHandlerRegistry::Delegate
303 worker = CreateShellWorker(observer, protocol);
476 worker = delegate_->CreateShellWorker(observer, handler.protocol());
H A Dprotocol_handler_registry_unittest.cc120 virtual ShellIntegration::DefaultProtocolClientWorker* CreateShellWorker(
222 ShellIntegration::DefaultProtocolClientWorker* FakeDelegate::CreateShellWorker( function in class:__anon4693::FakeDelegate
/external/chromium_org/chrome/browser/ui/content_settings/
H A Dcontent_setting_bubble_model_unittest.cc621 virtual ShellIntegration::DefaultProtocolClientWorker* CreateShellWorker(
624 VLOG(1) << "CreateShellWorker";

Completed in 97 milliseconds