Searched refs:GetPerformanceInfoFunction (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/process/
H A Dprocess_metrics_win.cc279 typedef BOOL (WINAPI *GetPerformanceInfoFunction) ( typedef in namespace:base
286 static GetPerformanceInfoFunction GetPerformanceInfo_func = NULL;
290 GetPerformanceInfo_func = reinterpret_cast<GetPerformanceInfoFunction>(
/external/chromium/base/
H A Dprocess_util_win.cc872 typedef BOOL (WINAPI *GetPerformanceInfoFunction) ( typedef in namespace:base
879 static GetPerformanceInfoFunction GetPerformanceInfo_func = NULL;
883 GetPerformanceInfo_func = reinterpret_cast<GetPerformanceInfoFunction>(

Completed in 25 milliseconds