RuntimeAPI 142 chrome/browser/extensions/api/runtime/runtime_api.cc static base::LazyInstance<BrowserContextKeyedAPIFactory<RuntimeAPI> > RuntimeAPI 146 chrome/browser/extensions/api/runtime/runtime_api.cc BrowserContextKeyedAPIFactory<RuntimeAPI>* RuntimeAPI::GetFactoryInstance() { RuntimeAPI 150 chrome/browser/extensions/api/runtime/runtime_api.cc RuntimeAPI::RuntimeAPI(content::BrowserContext* context) RuntimeAPI 169 chrome/browser/extensions/api/runtime/runtime_api.cc RuntimeAPI::~RuntimeAPI() { RuntimeAPI 176 chrome/browser/extensions/api/runtime/runtime_api.cc void RuntimeAPI::Observe(int type, RuntimeAPI 208 chrome/browser/extensions/api/runtime/runtime_api.cc void RuntimeAPI::OnExtensionsReady() { RuntimeAPI 226 chrome/browser/extensions/api/runtime/runtime_api.cc void RuntimeAPI::OnExtensionLoaded(const Extension* extension) { RuntimeAPI 240 chrome/browser/extensions/api/runtime/runtime_api.cc void RuntimeAPI::OnExtensionInstalled(const Extension* extension) { RuntimeAPI 265 chrome/browser/extensions/api/runtime/runtime_api.cc void RuntimeAPI::OnExtensionUninstalled(const Extension* extension) { RuntimeAPI 275 chrome/browser/extensions/api/runtime/runtime_api.cc void RuntimeAPI::Shutdown() { RuntimeAPI 285 chrome/browser/extensions/api/runtime/runtime_api.cc void RuntimeAPI::OnAppUpdateAvailable(const Extension* extension) { RuntimeAPI 291 chrome/browser/extensions/api/runtime/runtime_api.cc void RuntimeAPI::OnChromeUpdateAvailable() { RuntimeAPI 296 chrome/browser/extensions/api/runtime/runtime_api.cc void RuntimeAPI::OnBackgroundHostStartup(const Extension* extension) { RuntimeAPI 35 chrome/browser/extensions/api/runtime/runtime_api.h class RuntimeAPI : public BrowserContextKeyedAPI, RuntimeAPI 40 chrome/browser/extensions/api/runtime/runtime_api.h static BrowserContextKeyedAPIFactory<RuntimeAPI>* GetFactoryInstance(); RuntimeAPI 42 chrome/browser/extensions/api/runtime/runtime_api.h explicit RuntimeAPI(content::BrowserContext* context); RuntimeAPI 43 chrome/browser/extensions/api/runtime/runtime_api.h virtual ~RuntimeAPI(); RuntimeAPI 51 chrome/browser/extensions/api/runtime/runtime_api.h friend class BrowserContextKeyedAPIFactory<RuntimeAPI>; RuntimeAPI 83 chrome/browser/extensions/api/runtime/runtime_api.h DISALLOW_COPY_AND_ASSIGN(RuntimeAPI); RuntimeAPI 139 chrome/browser/extensions/browser_context_keyed_service_factories.cc extensions::RuntimeAPI::GetFactoryInstance();