Searched defs:SystemInfoProvider (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/extensions/browser/api/system_info/
H A Dsystem_info_provider.cc12 SystemInfoProvider::SystemInfoProvider() : is_waiting_for_completion_(false) { function in class:extensions::SystemInfoProvider
19 SystemInfoProvider::~SystemInfoProvider() {
22 void SystemInfoProvider::PrepareQueryOnUIThread() {
25 void SystemInfoProvider::InitializeProvider(
30 void SystemInfoProvider::StartQueryInfo(
43 base::Bind(&SystemInfoProvider::StartQueryInfoPostInitialization, this));
46 void SystemInfoProvider::OnQueryCompleted(bool success) {
58 void SystemInfoProvider
[all...]
H A Dsystem_info_provider.h18 // kind of SystemInfoProvider is a single shared instance. It is created if
22 // The SystemInfoProvider is designed to query system information on the worker
30 // Each kind of SystemInfoProvider should satisfy an API query in a subclass on
32 class SystemInfoProvider class in namespace:extensions
33 : public base::RefCountedThreadSafe<SystemInfoProvider> {
41 SystemInfoProvider();
48 // to SystemInfoProvider sequenced worker pool.
66 virtual ~SystemInfoProvider();
69 friend class base::RefCountedThreadSafe<SystemInfoProvider>;
93 DISALLOW_COPY_AND_ASSIGN(SystemInfoProvider);
[all...]

Completed in 118 milliseconds