Searched refs:RemoveUpdateObserver (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/extensions/browser/
H A Dtest_runtime_api_delegate.cc22 void TestRuntimeAPIDelegate::RemoveUpdateObserver(UpdateObserver* observer) { function in class:extensions::TestRuntimeAPIDelegate
H A Dtest_runtime_api_delegate.h20 virtual void RemoveUpdateObserver(UpdateObserver* observer) OVERRIDE;
/external/chromium_org/extensions/browser/api/runtime/
H A Druntime_api_delegate.h48 virtual void RemoveUpdateObserver(UpdateObserver* observer) = 0;
H A Druntime_api.cc158 delegate_->RemoveUpdateObserver(this);
/external/chromium_org/extensions/shell/browser/
H A Dshell_runtime_api_delegate.cc27 void ShellRuntimeAPIDelegate::RemoveUpdateObserver(UpdateObserver* observer) { function in class:extensions::ShellRuntimeAPIDelegate
H A Dshell_runtime_api_delegate.h20 virtual void RemoveUpdateObserver(UpdateObserver* observer) OVERRIDE;
/external/chromium_org/chrome/browser/extensions/api/runtime/
H A Dchrome_runtime_api_delegate.h43 virtual void RemoveUpdateObserver(
H A Dchrome_runtime_api_delegate.cc71 void ChromeRuntimeAPIDelegate::RemoveUpdateObserver( function in class:ChromeRuntimeAPIDelegate
76 ->RemoveUpdateObserver(observer);
/external/chromium_org/chrome/browser/chromeos/app_mode/
H A Dkiosk_app_update_service.cc72 service->RemoveUpdateObserver(this);
/external/chromium_org/ash/system/tray/
H A Dsystem_tray_notifier.h69 void RemoveUpdateObserver(UpdateObserver* observer);
H A Dsystem_tray_notifier.cc84 void SystemTrayNotifier::RemoveUpdateObserver(UpdateObserver* observer) { function in class:ash::SystemTrayNotifier
/external/chromium_org/ash/system/
H A Dtray_update.cc164 Shell::GetInstance()->system_tray_notifier()->RemoveUpdateObserver(this);
/external/chromium_org/content/browser/appcache/
H A Dappcache_group.h59 void RemoveUpdateObserver(UpdateObserver* observer);
H A Dappcache_host.cc67 group_being_updated_->RemoveUpdateObserver(this);
446 group->RemoveUpdateObserver(this);
H A Dappcache_group.cc80 void AppCacheGroup::RemoveUpdateObserver(UpdateObserver* observer) { function in class:content::AppCacheGroup
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service.h375 void RemoveUpdateObserver(extensions::UpdateObserver* observer);
H A Dextension_service.cc2339 void ExtensionService::RemoveUpdateObserver( function in class:ExtensionService

Completed in 1196 milliseconds