Searched defs:app_count (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_updater.h133 app_count(0),
137 int extension_count, theme_count, app_count, pending_count; member in struct:ManifestFetchesBuilder::URLStats
H A Dextension_service.cc931 int app_count = 0; local
974 ++app_count;
978 ++app_count;
996 UMA_HISTOGRAM_COUNTS_100("Extensions.LoadApp", app_count);
/external/oprofile/pp/
H A Dopreport.cpp131 count_type app_count = summ.add_files(profile.files, pclass); local
132 counts[pclass] += app_count;
133 group_total += app_count;

Completed in 45 milliseconds