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/apps/
ephemeral_app_service.cc 310 int app_count = 0; local
321 ++app_count;
343 GetAppsToRemove(app_count, app_launch_times, &remove_app_ids);
362 int app_count,
381 if (it->first < inactive_threshold || app_count > kMaxEphemeralAppsCount) {
383 --app_count;
ephemeral_app_service.h 95 static void GetAppsToRemove(int app_count,
  /external/chromium_org/chrome/browser/ui/app_list/
fast_show_pickler.cc 231 int app_count = 0; local
232 if (!it.ReadInt(&app_count))
236 for (int i = 0; i < app_count; ++i) {
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.h 141 app_count(0),
146 int extension_count, theme_count, app_count, platform_app_count, member in struct:extensions::ExtensionDownloader::URLStats
extension_downloader.cc 342 ++url_stats_.app_count;
417 url_stats_.app_count);
    [all...]
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 243 int app_count = notifiers->size(); local
297 std::sort(notifiers->begin() + app_count, notifiers->end(), *comparator);
299 std::sort(notifiers->begin() + app_count, notifiers->end(),
  /external/chromium_org/chrome/browser/extensions/
chrome_app_sorting.cc 184 int app_count = page.count(app_launch_it->first); local
185 if (app_count == 1) {
195 for (int i = 0; i < app_count; ++i, ++app_launch_it)
206 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 275 milliseconds