Searched refs:ShellExtensionHostDelegate (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/extensions/shell/browser/
H A Dshell_extension_host_delegate.cc13 ShellExtensionHostDelegate::ShellExtensionHostDelegate() { function in class:extensions::ShellExtensionHostDelegate
16 ShellExtensionHostDelegate::~ShellExtensionHostDelegate() {
19 void ShellExtensionHostDelegate::OnExtensionHostCreated(
24 void ShellExtensionHostDelegate::OnRenderViewCreatedForBackgroundPage(
29 ShellExtensionHostDelegate::GetJavaScriptDialogManager() {
36 void ShellExtensionHostDelegate::CreateTab(content::WebContents* web_contents,
45 void ShellExtensionHostDelegate::ProcessMediaAccessRequest(
55 bool ShellExtensionHostDelegate
[all...]
H A Dshell_extension_host_delegate.h14 class ShellExtensionHostDelegate : public ExtensionHostDelegate { class in namespace:extensions
16 ShellExtensionHostDelegate();
17 virtual ~ShellExtensionHostDelegate();
42 DISALLOW_COPY_AND_ASSIGN(ShellExtensionHostDelegate);
H A Dshell_extensions_browser_client.cc153 return scoped_ptr<ExtensionHostDelegate>(new ShellExtensionHostDelegate);

Completed in 79 milliseconds