Searched defs:shortcut_file (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/web_applications/
H A Dupdate_shortcut_worker_win.cc164 base::FilePath shortcut_file = path.Append(file_name_). local
166 if (base::PathExists(shortcut_file)) {
167 shortcut_files_.push_back(shortcut_file);
H A Dweb_app_win.cc127 base::FilePath shortcut_file = files.Next(); local
128 while (!shortcut_file.empty()) {
129 if (IsAppShortcutForProfile(shortcut_file, profile_path))
130 shortcut_paths.push_back(shortcut_file);
131 shortcut_file = files.Next();
141 base::FilePath shortcut_file = base_path; local
143 shortcut_file = shortcut_file.InsertBeforeExtensionASCII(
146 if (base::PathExists(shortcut_file) &&
147 IsAppShortcutForProfile(shortcut_file, profile_pat
212 base::FilePath shortcut_file = local
[all...]
/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_service_win.cc203 base::FilePath shortcut_file = local
206 if (!base::PathExists(shortcut_file.DirName()) &&
207 !base::CreateDirectory(shortcut_file.DirName())) {
212 shortcut_file, shortcut_properties,
/external/chromium_org/chrome/browser/
H A Dshell_integration_linux.cc754 base::FilePath shortcut_file = files.Next(); local
756 while (!shortcut_file.empty()) {
757 shortcut_paths.push_back(shortcut_file.BaseName());
758 shortcut_file = files.Next();

Completed in 679 milliseconds