Searched defs:shortcuts (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/tools/grit/grit/
H A Dshortcuts_unittests.py6 '''Unit tests for grit.shortcuts
17 from grit import shortcuts namespace
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/history/
H A Dshortcuts_backend_unittest.cc101 const ShortcutsBackend::ShortcutMap& shortcuts = backend_->shortcuts_map(); local
102 ASSERT_TRUE(shortcuts.end() != shortcuts.find(shortcut.text));
103 EXPECT_EQ(shortcut.id, shortcuts.find(shortcut.text)->second.id);
104 EXPECT_EQ(shortcut.contents, shortcuts.find(shortcut.text)->second.contents);
108 EXPECT_EQ(shortcut.id, shortcuts.find(shortcut.text)->second.id);
109 EXPECT_EQ(shortcut.contents, shortcuts.find(shortcut.text)->second.contents);
148 const ShortcutsBackend::ShortcutMap& shortcuts = backend_->shortcuts_map(); local
150 ASSERT_EQ(4U, shortcuts.size());
151 EXPECT_EQ(shortcut1.id, shortcuts
[all...]
H A Dshortcuts_database.cc133 // Loads all of the shortcuts.
134 bool ShortcutsDatabase::LoadShortcuts(GuidToShortcutMap* shortcuts) { argument
135 DCHECK(shortcuts);
144 shortcuts->clear();
146 shortcuts->insert(std::make_pair(s.ColumnString(0),
H A Dshortcuts_database_unittest.cc119 ShortcutsDatabase::GuidToShortcutMap shortcuts; local
120 EXPECT_TRUE(db_->LoadShortcuts(&shortcuts));
122 shortcuts.find(shortcut.id);
123 EXPECT_TRUE(it != shortcuts.end());
135 ShortcutsDatabase::GuidToShortcutMap shortcuts; local
136 EXPECT_TRUE(db_->LoadShortcuts(&shortcuts));
139 shortcuts.find(shortcut_test_db[0].guid);
140 EXPECT_TRUE(it == shortcuts.end());
142 it = shortcuts.find(shortcut_test_db[1].guid);
143 EXPECT_TRUE(it != shortcuts
155 ShortcutsDatabase::GuidToShortcutMap shortcuts; local
171 ShortcutsDatabase::GuidToShortcutMap shortcuts; local
183 ShortcutsDatabase::GuidToShortcutMap shortcuts; local
[all...]
H A Dshortcuts_backend.cc197 ShortcutsDatabase::GuidToShortcutMap shortcuts; local
198 db_->LoadShortcuts(&shortcuts);
201 for (ShortcutsDatabase::GuidToShortcutMap::iterator it = shortcuts.begin();
202 it != shortcuts.end(); ++it) {
/external/chromium_org/tools/grit/grit/tool/
H A Dbuild.py19 from grit import shortcuts namespace
291 # Print warnings if there are any duplicate shortcuts.
292 warnings = shortcuts.GenerateDuplicateShortcutsWarnings(
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_win.cc62 // The maximum number of characters allowed in profile shortcuts' file names.
64 // existing shortcuts might no longer be found if the name is generated
239 // Gets the user and system directories for desktop shortcuts. Parameters may
292 // Populates |paths| with the file paths of Chrome desktop shortcuts that have
294 // Chrome desktop shortcuts with empty command lines will also be included.
401 // Updates all desktop shortcuts for the given profile to have the specified
403 // is created if no existing ones were found. Whether non-profile shortcuts
429 // Ensure that the distribution supports creating shortcuts. If it doesn't,
470 std::vector<base::FilePath> shortcuts; local
473 &shortcuts);
526 std::vector<base::FilePath> shortcuts; local
574 std::vector<base::FilePath> shortcuts; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 595 milliseconds