12 calls to system_region_list()

block_admin_configure in drupal/modules/block/block.admin.inc
Form constructor for the block configuration form.
block_admin_display_form in drupal/modules/block/block.admin.inc
Form constructor for the main block administration form.
block_page_build in drupal/modules/block/block.module
Implements hook_page_build().
block_theme_initialize in drupal/modules/block/block.module
Assigns an initial, default set of blocks for a theme.
dashboard_admin_blocks in drupal/modules/dashboard/dashboard.module
Page callback: Builds the page for administering dashboard blocks.
DrupalSetContentTestCase::testRegions in drupal/modules/simpletest/tests/common.test
Test setting and retrieving content for theme regions.
SystemInfoAlterTestCase::testSystemInfoAlter in drupal/modules/system/system.test
Tests that {system}.info is rebuilt after a module that implements hook_system_info_alter() is enabled. Also tests if core *_list() functions return freshly altered info.
system_default_region in drupal/modules/system/system.module
Get the name of the default region for a given theme.
system_page_alter in drupal/modules/system/system.module
Implements hook_page_alter().
template_preprocess_page in drupal/includes/theme.inc
Preprocess variables for page.tpl.php
_block_compare in drupal/modules/block/block.admin.inc
Sorts active blocks by region, then by weight; sorts inactive blocks by name.
_block_rehash in drupal/modules/block/block.module
Updates the 'block' DB table with the blocks currently exported by modules.