SystemInfoAPI 220 chrome/browser/extensions/api/system_info/system_info_api.cc static base::LazyInstance<BrowserContextKeyedAPIFactory<SystemInfoAPI> > SystemInfoAPI 224 chrome/browser/extensions/api/system_info/system_info_api.cc BrowserContextKeyedAPIFactory<SystemInfoAPI>* SystemInfoAPI 225 chrome/browser/extensions/api/system_info/system_info_api.cc SystemInfoAPI::GetFactoryInstance() { SystemInfoAPI 229 chrome/browser/extensions/api/system_info/system_info_api.cc SystemInfoAPI::SystemInfoAPI(content::BrowserContext* context) SystemInfoAPI 237 chrome/browser/extensions/api/system_info/system_info_api.cc SystemInfoAPI::~SystemInfoAPI() { SystemInfoAPI 240 chrome/browser/extensions/api/system_info/system_info_api.cc void SystemInfoAPI::Shutdown() { SystemInfoAPI 245 chrome/browser/extensions/api/system_info/system_info_api.cc void SystemInfoAPI::OnListenerAdded(const EventListenerInfo& details) { SystemInfoAPI 254 chrome/browser/extensions/api/system_info/system_info_api.cc void SystemInfoAPI::OnListenerRemoved(const EventListenerInfo& details) { SystemInfoAPI 15 chrome/browser/extensions/api/system_info/system_info_api.h class SystemInfoAPI : public BrowserContextKeyedAPI, SystemInfoAPI 19 chrome/browser/extensions/api/system_info/system_info_api.h static BrowserContextKeyedAPIFactory<SystemInfoAPI>* GetFactoryInstance(); SystemInfoAPI 21 chrome/browser/extensions/api/system_info/system_info_api.h explicit SystemInfoAPI(content::BrowserContext* context); SystemInfoAPI 22 chrome/browser/extensions/api/system_info/system_info_api.h virtual ~SystemInfoAPI(); SystemInfoAPI 32 chrome/browser/extensions/api/system_info/system_info_api.h friend class BrowserContextKeyedAPIFactory<SystemInfoAPI>; SystemInfoAPI 42 chrome/browser/extensions/api/system_info/system_info_api.h DISALLOW_COPY_AND_ASSIGN(SystemInfoAPI); SystemInfoAPI 147 chrome/browser/extensions/browser_context_keyed_service_factories.cc extensions::SystemInfoAPI::GetFactoryInstance();