Searched refs:app_count (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/extensions/updater/
H A Dextension_downloader.h108 app_count(0),
113 int extension_count, theme_count, app_count, platform_app_count, member in struct:extensions::ExtensionDownloader::URLStats
H A Dextension_downloader.cc304 ++url_stats_.app_count;
374 url_stats_.app_count);
/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);
H A Dextension_updater.cc261 url_stats_.app_count);
330 ++url_stats_.app_count;
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_settings_controller.cc221 int app_count = notifiers->size(); local
277 std::sort(notifiers->begin() + app_count, notifiers->end(), *comparator);
279 std::sort(notifiers->begin() + app_count, notifiers->end(),
/external/chromium_org/chrome/browser/extensions/
H A Dextension_sorting.cc178 int app_count = page.count(app_launch_it->first); local
179 if (app_count == 1) {
189 for (int i = 0; i < app_count; ++i, ++app_launch_it)
200 for (int i = 1; i < app_count; ++i) {
/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;
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_main.c219 UINT8 app_count = 0; local
249 reg_app[app_count++] = (tNFA_HANDLE) (xx | NFA_HANDLE_GROUP_HCI);
282 for (zz = 0; zz < app_count; zz++)
287 if (zz == app_count)

Completed in 9218 milliseconds