14 calls to shortcut_set_load()

ShortcutLinksTestCase::testShortcutLinkAdd in drupal-7.x/modules/shortcut/shortcut.test
Tests that creating a shortcut works properly.
ShortcutLinksTestCase::testShortcutLinkChangePath in drupal-7.x/modules/shortcut/shortcut.test
Tests that changing the path of a shortcut link works.
ShortcutLinksTestCase::testShortcutLinkDelete in drupal-7.x/modules/shortcut/shortcut.test
Tests deleting a shortcut link.
ShortcutLinksTestCase::testShortcutLinkRename in drupal-7.x/modules/shortcut/shortcut.test
Tests that shortcut links can be renamed.
ShortcutSetsTestCase::testShortcutSetRename in drupal-7.x/modules/shortcut/shortcut.test
Tests renaming a shortcut set.
ShortcutSetsTestCase::testShortcutSetRenameAlreadyExists in drupal-7.x/modules/shortcut/shortcut.test
Tests renaming a shortcut set to the same name as another set.
ShortcutSetsTestCase::testShortcutSetSave in drupal-7.x/modules/shortcut/shortcut.test
Tests that shortcut_set_save() correctly updates existing links.
ShortcutTestCase::setUp in drupal-7.x/modules/shortcut/shortcut.test
Sets up a Drupal site for running functional and integration tests.
shortcut_current_displayed_set in drupal-7.x/modules/shortcut/shortcut.module
Returns the current displayed shortcut set for the provided user account.
shortcut_default_set in drupal-7.x/modules/shortcut/shortcut.module
Returns the default shortcut set for a given user account.
shortcut_link_access in drupal-7.x/modules/shortcut/shortcut.module
Access callback for editing a link in a shortcut set.
shortcut_set_delete_form_submit in drupal-7.x/modules/shortcut/shortcut.admin.inc
Submit handler for shortcut_set_delete_form().
shortcut_set_get_unique_name in drupal-7.x/modules/shortcut/shortcut.module
Returns a unique, machine-readable shortcut set name.
shortcut_set_switch_submit in drupal-7.x/modules/shortcut/shortcut.admin.inc
Submit handler for shortcut_set_switch().