HomeSort by relevance Sort by last modified time
    Searched defs:app_count (Results 1 - 8 of 8) 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
  /external/chromium_org/chrome/browser/ui/app_list/
fast_show_pickler.cc 228 int app_count = 0; local
229 if (!it.ReadInt(&app_count))
233 for (int i = 0; i < app_count; ++i) {
  /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...]
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 235 int app_count = notifiers->size(); local
291 std::sort(notifiers->begin() + app_count, notifiers->end(), *comparator);
293 std::sort(notifiers->begin() + app_count, notifiers->end(),
  /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...]
  /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/chromium_org/chrome/browser/extensions/
chrome_app_sorting.cc 183 int app_count = page.count(app_launch_it->first); local
184 if (app_count == 1) {
194 for (int i = 0; i < app_count; ++i, ++app_launch_it)
205 for (int i = 1; i < app_count; ++i) {

Completed in 298 milliseconds