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

  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 127 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_path))
212 base::FilePath shortcut_file = local
    [all...]
update_shortcut_worker_win.cc 164 base::FilePath shortcut_file = path.Append(file_name_). local
166 if (base::PathExists(shortcut_file)) {
167 shortcut_files_.push_back(shortcut_file);
  /external/chromium_org/chrome/browser/ui/views/app_list/win/
app_list_service_win.cc 198 base::FilePath shortcut_file = local
201 if (!base::PathExists(shortcut_file.DirName()) &&
202 !base::CreateDirectory(shortcut_file.DirName())) {
207 shortcut_file, shortcut_properties,
  /external/chromium_org/chrome/browser/
shell_integration_linux.cc 752 base::FilePath shortcut_file = files.Next(); local
754 while (!shortcut_file.empty()) {
755 shortcut_paths.push_back(shortcut_file.BaseName());
756 shortcut_file = files.Next();
    [all...]

Completed in 217 milliseconds