HomeSort by relevance Sort by last modified time
    Searched refs:shortcuts_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/
shell_integration_win_unittest.cc 91 base::IntToString16(shortcuts_.size()) +
95 shortcuts_.push_back(shortcut_test_object);
204 std::vector<ShortcutTestObject> shortcuts_; member in class:__anon9244::ShellIntegrationWinMigrateShortcutTest
256 shortcuts_[1].properties.set_app_id(chrome_app_id_);
257 shortcuts_[3].properties.set_app_id(chrome_app_id_);
258 shortcuts_[4].properties.set_app_id(chrome_app_id_);
259 shortcuts_[5].properties.set_app_id(chrome_app_id_);
260 shortcuts_[6].properties.set_app_id(non_default_profile_chrome_app_id_);
261 shortcuts_[7].properties.set_app_id(non_default_user_data_dir_chrome_app_id_);
262 shortcuts_[8].properties.set_app_id
    [all...]
  /external/chromium_org/chrome/browser/profile_resetter/
resettable_settings_snapshot.h 59 return shortcuts_;
82 // Fills the |shortcuts_| member and calls |callback|.
101 std::vector<ShortcutCommand> shortcuts_; member in class:ResettableSettingsSnapshot
103 // |shortcuts_| were retrieved.
resettable_settings_snapshot.cc 123 if (shortcuts_ != snapshot.shortcuts_)
151 shortcuts_ = shortcuts;

Completed in 69 milliseconds