6 calls to drupal_theme_access() in Drupal 7
- drupal_theme_initialize in includes/theme.inc 
- Initializes the theme system by loading the theme.
- menu_get_custom_theme in includes/menu.inc 
- Gets the custom theme for the current page, if there is one.
- system_themes_page in modules/system/ system.admin.inc 
- Menu callback; displays a listing of all themes.
- ThemeTestCase::testListThemes in modules/simpletest/ tests/ theme.test 
- Test the list_themes() function.
- _block_themes_access in modules/block/ block.module 
- Menu item access callback - only admin or enabled themes can be accessed.
- _system_themes_access in modules/system/ system.module 
- Menu item access callback - only admin or enabled themes can be accessed.
