11 calls to drupal_anonymous_user()

comment_form_node_type_form_alter in drupal-7.x/modules/comment/comment.module
Implements hook_form_FORM_ID_alter().
DrupalWebTestCase::drupalCreateUser in drupal-7.x/modules/simpletest/drupal_web_test_case.php
Create a user with a given set of permissions.
drupal_cron_run in drupal-7.x/includes/common.inc
Executes a cron run when called.
drupal_session_initialize in drupal-7.x/includes/session.inc
Initializes the session handler, starting a session if needed.
UserSaveTestCase::testUserImport in drupal-7.x/modules/user/user.test
Test creating a user with arbitrary uid.
user_external_login_register in drupal-7.x/modules/user/user.module
Helper function for authentication modules. Either logs in or registers the current user, based on username. Either way, the global $user object is populated and login tasks are performed.
user_register_form in drupal-7.x/modules/user/user.module
Form builder; the user registration form.
_drupal_bootstrap_page_cache in drupal-7.x/includes/bootstrap.inc
Attempts to serve a page from the cache.
_drupal_session_destroy in drupal-7.x/includes/session.inc
Session handler assigned by session_set_save_handler().
_drupal_session_read in drupal-7.x/includes/session.inc
Reads an entire session from the database (internal use only).
_user_cancel in drupal-7.x/modules/user/user.module
Last batch processing step for cancelling a user account.