6 uses of SHORTCUT_DEFAULT_SET_NAME

ShortcutSetsTest::testShortcutSetDeleteDefault in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutSetsTest.php
Tests deleting the default shortcut set.
ShortcutTestBase::setUp in drupal/core/modules/shortcut/lib/Drupal/shortcut/Tests/ShortcutTestBase.php
Sets up a Drupal site for running functional and integration tests.
shortcut_default_set in drupal/core/modules/shortcut/shortcut.module
Returns the default shortcut set for a given user account.
shortcut_set_delete in drupal/core/modules/shortcut/shortcut.module
Deletes a shortcut set.
shortcut_set_delete_access in drupal/core/modules/shortcut/shortcut.module
Access callback for deleting a shortcut set.
standard_install in drupal/core/profiles/standard/standard.install
Implements hook_install().