7 calls to drupal_cron_run()

cron.php in drupal-7.x/cron.php
Handles incoming requests to fire off regularly-scheduled tasks (cron jobs).
DrupalWebTestCase::setUp in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Sets up a Drupal site for running functional and integration tests.
install_finished in drupal-7.x/includes/install.core.inc
Finishes importing files at end of installation.
PollExpirationTestCase::testAutoExpire in drupal-7.x/modules/poll/poll.test
system_run_automated_cron in drupal-7.x/modules/system/system.module
Run the automated cron if enabled.
system_run_cron in drupal-7.x/modules/system/system.admin.inc
Menu callback: run cron manually.
system_run_cron_submit in drupal-7.x/modules/system/system.admin.inc
Submit callback; run cron.