12 calls to drupal_get_normal_path()

drupal_deliver_html_page in drupal-7.x/includes/common.inc
Packages and sends the result of a page callback to the browser as HTML.
drupal_path_initialize in drupal-7.x/includes/path.inc
Initialize the $_GET['q'] variable to the proper normal path.
menu_edit_item_validate in drupal-7.x/modules/menu/menu.admin.inc
Validate form values for a menu link being added or edited.
path_admin_form_validate in drupal-7.x/modules/path/path.admin.inc
Form validation handler for path_admin_form().
search_index in drupal-7.x/modules/search/search.module
Update the full-text search index for a particular item.
ShortcutLinksTestCase::testShortcutLinkAdd in drupal-7.x/modules/shortcut/shortcut.test
Tests that creating a shortcut works properly.
shortcut_admin_add_link in drupal-7.x/modules/shortcut/shortcut.admin.inc
Adds a link to the end of a shortcut set, keeping within a prescribed limit.
shortcut_link_edit_submit in drupal-7.x/modules/shortcut/shortcut.admin.inc
Submit handler for shortcut_link_edit().
shortcut_valid_link in drupal-7.x/modules/shortcut/shortcut.module
Determines if a path corresponds to a valid shortcut link.
system_site_information_settings_validate in drupal-7.x/modules/system/system.admin.inc
Validates the submitted site-information form.
system_update_7047 in drupal-7.x/modules/system/system.install
Normalize the front page path variable.
UrlAlterFunctionalTest::assertUrlInboundAlter in drupal-7.x/modules/simpletest/tests/path.test
Assert that a inbound path is altered to an expected value.