Home
last modified time | relevance | path

Searched refs:ExtensionHostDelegate (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/extensions/browser/
Dextension_host_delegate.h29 class ExtensionHostDelegate {
31 virtual ~ExtensionHostDelegate() {} in ~ExtensionHostDelegate()
Dtest_extensions_browser_client.cc129 scoped_ptr<ExtensionHostDelegate>
131 return scoped_ptr<ExtensionHostDelegate>(); in CreateExtensionHostDelegate()
Dextensions_browser_client.h39 class ExtensionHostDelegate; variable
144 virtual scoped_ptr<ExtensionHostDelegate> CreateExtensionHostDelegate() = 0;
Dextension_host.h33 class ExtensionHostDelegate; variable
143 scoped_ptr<ExtensionHostDelegate> delegate_;
Dtest_extensions_browser_client.h66 virtual scoped_ptr<ExtensionHostDelegate> CreateExtensionHostDelegate()
/external/chromium_org/apps/shell/browser/
Dshell_extensions_browser_client.cc35 class ShellExtensionHostDelegate : public ExtensionHostDelegate {
196 scoped_ptr<ExtensionHostDelegate>
198 return scoped_ptr<ExtensionHostDelegate>(new ShellExtensionHostDelegate); in CreateExtensionHostDelegate()
Dshell_extensions_browser_client.h66 virtual scoped_ptr<ExtensionHostDelegate> CreateExtensionHostDelegate()
/external/chromium_org/chrome/browser/extensions/
Dchrome_extension_host_delegate.h13 class ChromeExtensionHostDelegate : public ExtensionHostDelegate {
Dchrome_extensions_browser_client.cc190 scoped_ptr<ExtensionHostDelegate>
192 return scoped_ptr<ExtensionHostDelegate>(new ChromeExtensionHostDelegate); in CreateExtensionHostDelegate()
Dchrome_extensions_browser_client.h83 virtual scoped_ptr<ExtensionHostDelegate> CreateExtensionHostDelegate()