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

  /external/chromium/chrome/browser/ui/web_applications/
web_app_ui.cc 203 FilePath shortcut_file = path.Append(file_name_). local
205 if (file_util::PathExists(shortcut_file)) {
207 shortcut_files_.push_back(shortcut_file);
  /external/chromium/chrome/browser/web_applications/
web_app.cc 353 FilePath shortcut_file = shortcut_paths[i].Append(file_name).
356 int unique_number = download_util::GetUniquePathNumber(shortcut_file);
361 download_util::AppendNumberToPath(&shortcut_file, unique_number);
365 shortcut_file.value().c_str(),
375 shortcut_to_pin = shortcut_file;

Completed in 220 milliseconds