/external/chromium_org/extensions/browser/ |
D | test_runtime_api_delegate.cc | 22 void TestRuntimeAPIDelegate::RemoveUpdateObserver(UpdateObserver* observer) { in RemoveUpdateObserver() function in extensions::TestRuntimeAPIDelegate
|
D | test_runtime_api_delegate.h | 20 virtual void RemoveUpdateObserver(UpdateObserver* observer) OVERRIDE;
|
/external/chromium_org/apps/shell/browser/ |
D | shell_runtime_api_delegate.h | 20 virtual void RemoveUpdateObserver(
|
D | shell_runtime_api_delegate.cc | 28 void ShellRuntimeAPIDelegate::RemoveUpdateObserver( in RemoveUpdateObserver() function in apps::ShellRuntimeAPIDelegate
|
/external/chromium_org/extensions/browser/api/runtime/ |
D | runtime_api_delegate.h | 48 virtual void RemoveUpdateObserver(UpdateObserver* observer) = 0;
|
D | runtime_api.cc | 166 delegate_->RemoveUpdateObserver(this); in ~RuntimeAPI()
|
/external/chromium_org/chrome/browser/extensions/api/runtime/ |
D | chrome_runtime_api_delegate.cc | 71 void ChromeRuntimeAPIDelegate::RemoveUpdateObserver( in RemoveUpdateObserver() function in ChromeRuntimeAPIDelegate 76 ->RemoveUpdateObserver(observer); in RemoveUpdateObserver()
|
D | chrome_runtime_api_delegate.h | 43 virtual void RemoveUpdateObserver(
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
D | kiosk_app_update_service.cc | 68 service->RemoveUpdateObserver(this); in Shutdown()
|
/external/chromium_org/ash/system/ |
D | tray_update.cc | 164 Shell::GetInstance()->system_tray_notifier()->RemoveUpdateObserver(this); in ~TrayUpdate()
|
/external/chromium_org/webkit/browser/appcache/ |
D | appcache_group.h | 63 void RemoveUpdateObserver(UpdateObserver* observer);
|
D | appcache_host.cc | 67 group_being_updated_->RemoveUpdateObserver(this); in ~AppCacheHost() 446 group->RemoveUpdateObserver(this); in OnUpdateComplete()
|
D | appcache_group.cc | 80 void AppCacheGroup::RemoveUpdateObserver(UpdateObserver* observer) { in RemoveUpdateObserver() function in appcache::AppCacheGroup
|
/external/chromium_org/ash/system/tray/ |
D | system_tray_notifier.h | 73 void RemoveUpdateObserver(UpdateObserver* observer);
|
D | system_tray_notifier.cc | 92 void SystemTrayNotifier::RemoveUpdateObserver(UpdateObserver* observer) { in RemoveUpdateObserver() function in ash::SystemTrayNotifier
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_service.h | 347 void RemoveUpdateObserver(extensions::UpdateObserver* observer);
|
D | extension_service.cc | 2487 void ExtensionService::RemoveUpdateObserver( in RemoveUpdateObserver() function in ExtensionService
|