Home
last modified time | relevance | path

Searched refs:shortcut_paths (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/web_applications/
Dweb_app.cc236 std::vector<FilePath> shortcut_paths; in CreateShortcut() local
280 shortcut_paths.push_back(path); in CreateShortcut()
291 if (pin_to_taskbar && shortcut_paths.empty()) { in CreateShortcut()
293 shortcut_paths.push_back(web_app_path_); in CreateShortcut()
296 if (shortcut_paths.empty()) { in CreateShortcut()
352 for (size_t i = 0; i < shortcut_paths.size(); ++i) { in CreateShortcut()
353 FilePath shortcut_file = shortcut_paths[i].Append(file_name). in CreateShortcut()