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

  /external/chromium_org/chrome/browser/extensions/api/system_cpu/
system_cpu_api.h 20 void OnGetCpuInfoCompleted(bool success);
system_cpu_api.cc 23 base::Bind(&SystemCpuGetInfoFunction::OnGetCpuInfoCompleted, this));
27 void SystemCpuGetInfoFunction::OnGetCpuInfoCompleted(bool success) {

Completed in 465 milliseconds