HomeSort by relevance Sort by last modified time
    Searched refs:SystemInfoAPI (Results 1 - 3 of 3) sorted by null

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

Completed in 391 milliseconds