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

  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.h 108 app_count(0),
113 int extension_count, theme_count, app_count, platform_app_count, member in struct:extensions::ExtensionDownloader::URLStats
extension_downloader.cc 304 ++url_stats_.app_count;
374 url_stats_.app_count);
  /external/chromium/chrome/browser/extensions/
extension_updater.h 133 app_count(0),
137 int extension_count, theme_count, app_count, pending_count; member in struct:ManifestFetchesBuilder::URLStats
extension_service.cc 931 int app_count = 0; local
    [all...]
extension_updater.cc 261 url_stats_.app_count);
330 ++url_stats_.app_count;
    [all...]
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 221 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/
extension_sorting.cc 178 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/
opreport.cpp 131 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/
nfa_hci_main.c 219 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)
    [all...]

Completed in 265 milliseconds