Searched refs:ExtensionHostDelegate (Results 1 – 10 of 10) sorted by relevance
29 class ExtensionHostDelegate {31 virtual ~ExtensionHostDelegate() {} in ~ExtensionHostDelegate()
129 scoped_ptr<ExtensionHostDelegate>131 return scoped_ptr<ExtensionHostDelegate>(); in CreateExtensionHostDelegate()
39 class ExtensionHostDelegate; variable144 virtual scoped_ptr<ExtensionHostDelegate> CreateExtensionHostDelegate() = 0;
33 class ExtensionHostDelegate; variable143 scoped_ptr<ExtensionHostDelegate> delegate_;
66 virtual scoped_ptr<ExtensionHostDelegate> CreateExtensionHostDelegate()
35 class ShellExtensionHostDelegate : public ExtensionHostDelegate {196 scoped_ptr<ExtensionHostDelegate>198 return scoped_ptr<ExtensionHostDelegate>(new ShellExtensionHostDelegate); in CreateExtensionHostDelegate()
13 class ChromeExtensionHostDelegate : public ExtensionHostDelegate {
190 scoped_ptr<ExtensionHostDelegate>192 return scoped_ptr<ExtensionHostDelegate>(new ChromeExtensionHostDelegate); in CreateExtensionHostDelegate()
83 virtual scoped_ptr<ExtensionHostDelegate> CreateExtensionHostDelegate()