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

  /external/chromium_org/chrome/browser/history/
shortcuts_backend.cc 142 const std::vector<std::string>& shortcut_ids) {
145 for (size_t i = 0; i < shortcut_ids.size(); ++i) {
146 GuidToShortcutsIteratorMap::iterator it = guid_map_.find(shortcut_ids[i]);
156 db_.get(), shortcut_ids));
162 std::vector<std::string> shortcut_ids;
166 shortcut_ids.push_back(it->first);
233 std::vector<std::string> shortcut_ids; local
240 shortcut_ids.push_back(it->first);
242 DeleteShortcutsWithIds(shortcut_ids);
shortcuts_database.h 57 bool DeleteShortcutsWithIds(const std::vector<std::string>& shortcut_ids);
shortcuts_database.cc 107 const std::vector<std::string>& shortcut_ids) {
110 for (std::vector<std::string>::const_iterator it = shortcut_ids.begin();
111 it != shortcut_ids.end(); ++it) {
shortcuts_database_unittest.cc 129 std::vector<std::string> shortcut_ids; local
130 shortcut_ids.push_back(shortcut_test_db[0].guid);
131 shortcut_ids.push_back(shortcut_test_db[2].guid);
132 EXPECT_TRUE(db_->DeleteShortcutsWithIds(shortcut_ids));
shortcuts_backend.h 105 bool DeleteShortcutsWithIds(const std::vector<std::string>& shortcut_ids);

Completed in 321 milliseconds