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

  /external/chromium_org/cloud_print/service/win/
installer.cc 62 void DeleteShortcut(int dir_key, bool with_subdir) {
73 DeleteShortcut(base::DIR_COMMON_START_MENU, true);
74 DeleteShortcut(base::DIR_COMMON_DESKTOP, false);
  /external/chromium_org/chrome/browser/history/
shortcuts_database.cc 49 bool DeleteShortcut(const char* field_name,
168 success &= DeleteShortcut("id", *it, db_);
176 return DeleteShortcut("url", shortcut_url_spec, db_);

Completed in 98 milliseconds