HomeSort by relevance Sort by last modified time
    Searched defs:SystemInfoProvider (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/system_info/
system_info_provider.cc 9 SystemInfoProvider::SystemInfoProvider()
17 SystemInfoProvider::~SystemInfoProvider() {}
19 void SystemInfoProvider::PrepareQueryOnUIThread() {}
21 void SystemInfoProvider::InitializeProvider(const base::Closure&
26 void SystemInfoProvider::StartQueryInfo(
39 &SystemInfoProvider::StartQueryInfoPostInitialization, this));
42 void SystemInfoProvider::OnQueryCompleted(bool success) {
54 void SystemInfoProvider::StartQueryInfoPostInitialization()
    [all...]
system_info_provider.h 19 // kind of SystemInfoProvider is a single shared instance. It is created if
23 // The SystemInfoProvider is designed to query system information on the worker
31 // Each kind of SystemInfoProvider should satisfy an API query in a subclass on
33 class SystemInfoProvider
34 : public base::RefCountedThreadSafe<SystemInfoProvider> {
42 SystemInfoProvider();
49 // to SystemInfoProvider sequenced worker pool.
67 virtual ~SystemInfoProvider();
70 friend class base::RefCountedThreadSafe<SystemInfoProvider>;
94 DISALLOW_COPY_AND_ASSIGN(SystemInfoProvider);
    [all...]

Completed in 1096 milliseconds