Home
last modified time | relevance | path

Searched refs:shortcuts (Results 1 – 25 of 232) sorted by relevance

12345678910

/external/chromium_org/chrome/browser/history/
Dshortcuts_database_unittest.cc161 ShortcutsDatabase::GuidToShortcutMap shortcuts; in TEST_F() local
162 db_->LoadShortcuts(&shortcuts); in TEST_F()
164 shortcuts.find(shortcut.id)); in TEST_F()
165 EXPECT_TRUE(it != shortcuts.end()); in TEST_F()
177 ShortcutsDatabase::GuidToShortcutMap shortcuts; in TEST_F() local
178 db_->LoadShortcuts(&shortcuts); in TEST_F()
181 shortcuts.find(shortcut_test_db[0].guid); in TEST_F()
182 EXPECT_TRUE(it == shortcuts.end()); in TEST_F()
184 it = shortcuts.find(shortcut_test_db[1].guid); in TEST_F()
185 EXPECT_TRUE(it != shortcuts.end()); in TEST_F()
[all …]
Dshortcuts_database.cc187 void ShortcutsDatabase::LoadShortcuts(GuidToShortcutMap* shortcuts) { in LoadShortcuts() argument
188 DCHECK(shortcuts); in LoadShortcuts()
195 shortcuts->clear(); in LoadShortcuts()
197 shortcuts->insert(std::make_pair( in LoadShortcuts()
Dshortcuts_database.h110 void LoadShortcuts(GuidToShortcutMap* shortcuts);
/external/chromium_org/tools/grit/grit/
Dshortcuts_unittests.py17 from grit import shortcuts
33 warnings = shortcuts.GenerateDuplicateShortcutsWarnings(self.uq, 'PROJECT')
42 warnings = shortcuts.GenerateDuplicateShortcutsWarnings(self.uq, 'PROJECT')
75 warnings = shortcuts.GenerateDuplicateShortcutsWarnings(self.uq, 'PROJECT')
/external/chromium_org/chrome/browser/profile_resetter/
Dresettable_settings_snapshot.cc152 const std::vector<ShortcutCommand>& shortcuts) { in SetShortcutsAndReport() argument
154 shortcuts_ = shortcuts; in SetShortcutsAndReport()
202 const std::vector<ShortcutCommand>& shortcuts = snapshot.shortcuts(); in SerializeSettingsReport() local
203 for (std::vector<ShortcutCommand>::const_iterator i = shortcuts.begin(); in SerializeSettingsReport()
204 i != shortcuts.end(); ++i) { in SerializeSettingsReport()
333 const std::vector<ShortcutCommand>& shortcuts = snapshot.shortcuts(); in GetReadableFeedbackForSnapshot() local
335 shortcuts.begin(); i != shortcuts.end(); ++i) { in GetReadableFeedbackForSnapshot()
Dresettable_settings_snapshot.h61 const std::vector<ShortcutCommand>& shortcuts() const { in shortcuts() function
88 const std::vector<ShortcutCommand>& shortcuts);
Dprofile_resetter.cc339 std::vector<ShortcutCommand> shortcuts; in GetChromeLaunchShortcuts() local
351 &shortcuts); in GetChromeLaunchShortcuts()
353 return shortcuts; in GetChromeLaunchShortcuts()
Dprofile_resetter_unittest.cc909 EXPECT_EQ(std::vector<ShortcutCommand>(), empty_snap.shortcuts()); in TEST_F()
936 std::vector<ShortcutCommand> shortcuts = nonorganic_snap.shortcuts(); in TEST_F() local
937 ASSERT_EQ(1u, shortcuts.size()); in TEST_F()
938 EXPECT_EQ(command_line.first.value(), shortcuts[0].first.value()); in TEST_F()
939 EXPECT_EQ(command_line.second, shortcuts[0].second); in TEST_F()
990 base::ListValue* shortcuts = NULL; in TEST_F() local
1007 dict->GetList("shortcuts", &shortcuts)); in TEST_F()
/external/chromium_org/chrome/browser/profiles/
Dprofile_shortcut_manager_win.cc456 std::vector<base::FilePath> shortcuts; in CreateOrUpdateDesktopShortcutsAndIconForProfile() local
459 &shortcuts); in CreateOrUpdateDesktopShortcutsAndIconForProfile()
461 shortcuts.empty()) { in CreateOrUpdateDesktopShortcutsAndIconForProfile()
465 shortcuts.push_back(base::FilePath(shortcut_name)); in CreateOrUpdateDesktopShortcutsAndIconForProfile()
469 for (size_t i = 0; i < shortcuts.size(); ++i) { in CreateOrUpdateDesktopShortcutsAndIconForProfile()
471 shortcuts[i].BaseName().RemoveExtension(); in CreateOrUpdateDesktopShortcutsAndIconForProfile()
512 std::vector<base::FilePath> shortcuts; in DeleteDesktopShortcuts() local
514 &shortcuts); in DeleteDesktopShortcuts()
516 for (size_t i = 0; i < shortcuts.size(); ++i) { in DeleteDesktopShortcuts()
521 base::win::TaskbarUnpinShortcutLink(shortcuts[i].value().c_str()); in DeleteDesktopShortcuts()
[all …]
/external/chromium_org/chrome/installer/util/
Dshell_util_unittest.cc636 std::vector<std::pair<base::FilePath, base::string16> > shortcuts; in TEST_F() local
644 &shortcuts)); in TEST_F()
645 ASSERT_EQ(2u, shortcuts.size()); in TEST_F()
647 shortcuts[0].first == shortcut3_path ? shortcuts[0] : shortcuts[1]; in TEST_F()
649 shortcuts[0].first == shortcut4_path ? shortcuts[0] : shortcuts[1]; in TEST_F()
656 shortcuts.clear(); in TEST_F()
664 &shortcuts)); in TEST_F()
665 ASSERT_EQ(2u, shortcuts.size()); in TEST_F()
666 shortcut3 = shortcuts[0].first == shortcut3_path ? shortcuts[0] : in TEST_F()
667 shortcuts[1]; in TEST_F()
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DPanel.js112 function handleSearchShortcuts(shortcuts, handler) argument
114 for (var i = 0; i < shortcuts.length; ++i) {
115 if (shortcuts[i].key !== shortcutKey)
DSearchableView.js214 function register(shortcuts, handler) argument
216 for (var i = 0; i < shortcuts.length; ++i)
217 this._shortcuts[shortcuts[i].key] = handler;
/external/chromium_org/ui/webui/resources/js/cr/ui/
Dmenu_item.js137 var shortcuts = this.command_.shortcut.split(/\s+/);
139 if (shortcuts.length == 0)
142 var shortcut = shortcuts[0];
/external/chromium_org/chrome/browser/autocomplete/
Dshortcuts_backend.cc211 history::ShortcutsDatabase::GuidToShortcutMap shortcuts; in InitInternal() local
212 db_->LoadShortcuts(&shortcuts); in InitInternal()
216 shortcuts.begin()); it != shortcuts.end(); ++it) { in InitInternal()
/external/chromium_org/chrome/browser/
Dglobal_keyboard_shortcuts_mac_unittest.mm18 // Check that all known keyboard shortcuts return valid results.
56 // Test that the shortcuts that are generated by keypad number keys match the
110 // Check that all known keyboard shortcuts return valid results.
129 // Check that all known keyboard shortcuts return valid results.
Dglobal_keyboard_shortcuts_mac.mm14 // Basically, there are two kinds of keyboard shortcuts: Ones that should work
17 // we differentiate between shortcuts that are checked before any other view
128 // shortcuts on file.
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DShortcutRegistry.js190 var shortcuts = bindings[i]["shortcut"].split(/\s+/);
191 shortcuts.forEach(this.registerShortcut.bind(this, descriptor["actionId"]));
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sources/
DSourcesPanel.js827 var hasShortcuts = button.shortcuts && button.shortcuts.length;
829 button.title = String.vsprintf(buttonTitle, [button.shortcuts[0].name]);
841 _createButtonAndRegisterShortcuts: function(buttonId, buttonTitle, handler, shortcuts) argument
845 button.shortcuts = shortcuts;
847 this.registerShortcuts(shortcuts, handler);
866 var shortcuts = WebInspector.shortcutRegistry.shortcutDescriptorsForAction(actionId);
867 return this._createButtonAndRegisterShortcuts(buttonId, buttonTitle, handler, shortcuts);
DSourcesView.js98 function registerShortcut(shortcuts, handler) argument
100 registerShortcutDelegate(shortcuts, handler);
101 this._registerShortcuts(shortcuts, handler);
/external/chromium_org/chrome/browser/ui/cocoa/
Dchrome_event_processing_window.mm94 // Handle per-window shortcuts like cmd-1, but do not handle browser-level
95 // shortcuts like cmd-left (else, cmd-left would do history navigation even
103 // Handle per-window shortcuts like Esc after giving everybody else a chance
Dbrowser_window_utils.mm78 // Look in secondary keyboard shortcuts.
106 // Do not fire shortcuts on key up.
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/host/
DInspectorFrontendHost.js131 setWhitelistedShortcuts: function(shortcuts) { }, argument
545 setWhitelistedShortcuts: function(shortcuts) argument
/external/chromium_org/tools/grit/grit/tool/
Dbuild.py19 from grit import shortcuts
336 warnings = shortcuts.GenerateDuplicateShortcutsWarnings(
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
Dperf-sched.txt35 individual CPUs, and the two-letter shortcuts stand for tasks that
/external/chromium_org/chrome/app/
Dchrome_exe.rc36 // icons. To avoid breaking existing shortcuts, add new icons at the end

12345678910