OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExtensionHostDelegate
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/extensions/browser/
extension_host_delegate.h
29
class
ExtensionHostDelegate
{
31
virtual ~
ExtensionHostDelegate
() {}
extension_host.h
33
class
ExtensionHostDelegate
;
147
scoped_ptr<
ExtensionHostDelegate
> delegate_;
extensions_browser_client.h
41
class
ExtensionHostDelegate
;
139
// Creates a new
ExtensionHostDelegate
instance.
140
virtual scoped_ptr<
ExtensionHostDelegate
> CreateExtensionHostDelegate() = 0;
test_extensions_browser_client.cc
122
scoped_ptr<
ExtensionHostDelegate
>
124
return scoped_ptr<
ExtensionHostDelegate
>();
test_extensions_browser_client.h
69
virtual scoped_ptr<
ExtensionHostDelegate
> CreateExtensionHostDelegate()
/external/chromium_org/chrome/browser/extensions/
chrome_extension_host_delegate.h
13
class ChromeExtensionHostDelegate : public
ExtensionHostDelegate
{
18
//
ExtensionHostDelegate
implementation.
chrome_extensions_browser_client.h
80
virtual scoped_ptr<
ExtensionHostDelegate
> CreateExtensionHostDelegate()
chrome_extensions_browser_client.cc
162
scoped_ptr<
ExtensionHostDelegate
>
164
return scoped_ptr<
ExtensionHostDelegate
>(new ChromeExtensionHostDelegate);
/external/chromium_org/extensions/shell/browser/
shell_extension_host_delegate.h
13
// A minimal
ExtensionHostDelegate
.
14
class ShellExtensionHostDelegate : public
ExtensionHostDelegate
{
19
//
ExtensionHostDelegate
implementation.
shell_extensions_browser_client.cc
151
scoped_ptr<
ExtensionHostDelegate
>
153
return scoped_ptr<
ExtensionHostDelegate
>(new ShellExtensionHostDelegate);
shell_extensions_browser_client.h
62
virtual scoped_ptr<
ExtensionHostDelegate
> CreateExtensionHostDelegate()
Completed in 1994 milliseconds