ShortcutCommand   317 chrome/browser/profile_resetter/profile_resetter.cc std::vector<ShortcutCommand> GetChromeLaunchShortcuts(
ShortcutCommand   324 chrome/browser/profile_resetter/profile_resetter.cc     return std::vector<ShortcutCommand>();
ShortcutCommand   327 chrome/browser/profile_resetter/profile_resetter.cc   std::vector<ShortcutCommand> shortcuts;
ShortcutCommand   343 chrome/browser/profile_resetter/profile_resetter.cc   return std::vector<ShortcutCommand>();
ShortcutCommand   120 chrome/browser/profile_resetter/profile_resetter.h std::vector<ShortcutCommand> GetChromeLaunchShortcuts(
ShortcutCommand   274 chrome/browser/profile_resetter/profile_resetter_unittest.cc   ShortcutCommand CreateWithArguments(const base::string16& name,
ShortcutCommand   300 chrome/browser/profile_resetter/profile_resetter_unittest.cc ShortcutCommand ShortcutHandler::CreateWithArguments(
ShortcutCommand   318 chrome/browser/profile_resetter/profile_resetter_unittest.cc   return ShortcutCommand(shortcut_path_, args);
ShortcutCommand   344 chrome/browser/profile_resetter/profile_resetter_unittest.cc ShortcutCommand ShortcutHandler::CreateWithArguments(
ShortcutCommand   347 chrome/browser/profile_resetter/profile_resetter_unittest.cc   return ShortcutCommand();
ShortcutCommand   792 chrome/browser/profile_resetter/profile_resetter_unittest.cc   ShortcutCommand command_line = shortcut.CreateWithArguments(
ShortcutCommand   883 chrome/browser/profile_resetter/profile_resetter_unittest.cc   ShortcutCommand command_line = shortcut_hijacked.CreateWithArguments(
ShortcutCommand   911 chrome/browser/profile_resetter/profile_resetter_unittest.cc   EXPECT_EQ(std::vector<ShortcutCommand>(), empty_snap.shortcuts());
ShortcutCommand   937 chrome/browser/profile_resetter/profile_resetter_unittest.cc     std::vector<ShortcutCommand> shortcuts = nonorganic_snap.shortcuts();
ShortcutCommand   961 chrome/browser/profile_resetter/profile_resetter_unittest.cc   ShortcutCommand command_line = shortcut.CreateWithArguments(
ShortcutCommand  1049 chrome/browser/profile_resetter/profile_resetter_unittest.cc   ShortcutCommand command_line = shortcut.CreateWithArguments(
ShortcutCommand   147 chrome/browser/profile_resetter/resettable_settings_snapshot.cc     const std::vector<ShortcutCommand>& shortcuts) {
ShortcutCommand   196 chrome/browser/profile_resetter/resettable_settings_snapshot.cc     const std::vector<ShortcutCommand>& shortcuts = snapshot.shortcuts();
ShortcutCommand   197 chrome/browser/profile_resetter/resettable_settings_snapshot.cc     for (std::vector<ShortcutCommand>::const_iterator i = shortcuts.begin();
ShortcutCommand   319 chrome/browser/profile_resetter/resettable_settings_snapshot.cc     const std::vector<ShortcutCommand>& shortcuts = snapshot.shortcuts();
ShortcutCommand   320 chrome/browser/profile_resetter/resettable_settings_snapshot.cc     for (std::vector<ShortcutCommand>::const_iterator i =
ShortcutCommand    58 chrome/browser/profile_resetter/resettable_settings_snapshot.h   const std::vector<ShortcutCommand>& shortcuts() const {
ShortcutCommand    85 chrome/browser/profile_resetter/resettable_settings_snapshot.h       const std::vector<ShortcutCommand>& shortcuts);
ShortcutCommand   101 chrome/browser/profile_resetter/resettable_settings_snapshot.h   std::vector<ShortcutCommand> shortcuts_;