Home
last modified time | relevance | path

Searched refs:RuntimeAPIDelegate (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/extensions/browser/api/runtime/
Druntime_api_delegate.h27 class RuntimeAPIDelegate {
39 virtual ~RuntimeAPIDelegate() {} in ~RuntimeAPIDelegate()
Druntime_api.h58 const RuntimeAPIDelegate::UpdateCheckCallback& callback);
84 scoped_ptr<RuntimeAPIDelegate> delegate_;
171 void CheckComplete(const RuntimeAPIDelegate::UpdateCheckResult& result);
Druntime_api_delegate.cc9 RuntimeAPIDelegate::UpdateCheckResult::UpdateCheckResult( in UpdateCheckResult()
Druntime_api.cc287 const RuntimeAPIDelegate::UpdateCheckCallback& callback) { in CheckForUpdates()
489 const RuntimeAPIDelegate::UpdateCheckResult& result) { in CheckComplete()
/external/chromium_org/extensions/browser/
Dtest_extensions_browser_client.cc162 scoped_ptr<RuntimeAPIDelegate>
165 return scoped_ptr<RuntimeAPIDelegate>(new TestRuntimeAPIDelegate()); in CreateRuntimeAPIDelegate()
Dextensions_browser_client.h44 class RuntimeAPIDelegate; variable
178 virtual scoped_ptr<RuntimeAPIDelegate> CreateRuntimeAPIDelegate(
Dtest_runtime_api_delegate.h13 class TestRuntimeAPIDelegate : public RuntimeAPIDelegate {
Dtest_extensions_browser_client.h77 virtual scoped_ptr<RuntimeAPIDelegate> CreateRuntimeAPIDelegate(
/external/chromium_org/apps/shell/browser/
Dshell_extensions_browser_client.cc237 scoped_ptr<RuntimeAPIDelegate>
240 return scoped_ptr<RuntimeAPIDelegate>(new apps::ShellRuntimeAPIDelegate()); in CreateRuntimeAPIDelegate()
Dshell_runtime_api_delegate.h13 class ShellRuntimeAPIDelegate : public extensions::RuntimeAPIDelegate {
Dshell_extensions_browser_client.h77 virtual scoped_ptr<RuntimeAPIDelegate> CreateRuntimeAPIDelegate(
/external/chromium_org/chrome/browser/extensions/
Dchrome_extensions_browser_client.cc286 scoped_ptr<extensions::RuntimeAPIDelegate>
289 return scoped_ptr<extensions::RuntimeAPIDelegate>( in CreateRuntimeAPIDelegate()
Dchrome_extensions_browser_client.h94 virtual scoped_ptr<extensions::RuntimeAPIDelegate> CreateRuntimeAPIDelegate(
/external/chromium_org/chrome/browser/extensions/api/runtime/
Dchrome_runtime_api_delegate.h32 class ChromeRuntimeAPIDelegate : public extensions::RuntimeAPIDelegate,