Searched defs:ShellRuntimeAPIDelegate (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/shell/browser/
H A Dshell_runtime_api_delegate.h13 class ShellRuntimeAPIDelegate : public RuntimeAPIDelegate { class in namespace:extensions
15 ShellRuntimeAPIDelegate();
16 virtual ~ShellRuntimeAPIDelegate();
31 DISALLOW_COPY_AND_ASSIGN(ShellRuntimeAPIDelegate);
H A Dshell_runtime_api_delegate.cc18 ShellRuntimeAPIDelegate::ShellRuntimeAPIDelegate() { function in class:extensions::ShellRuntimeAPIDelegate
21 ShellRuntimeAPIDelegate::~ShellRuntimeAPIDelegate() {
24 void ShellRuntimeAPIDelegate::AddUpdateObserver(UpdateObserver* observer) {
27 void ShellRuntimeAPIDelegate::RemoveUpdateObserver(UpdateObserver* observer) {
30 base::Version ShellRuntimeAPIDelegate::GetPreviousExtensionVersion(
35 void ShellRuntimeAPIDelegate::ReloadExtension(const std::string& extension_id) {
38 bool ShellRuntimeAPIDelegate::CheckForUpdates(
44 void ShellRuntimeAPIDelegate
[all...]

Completed in 214 milliseconds