Searched defs:shortcut_to_pin (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/app_list/win/
H A Dapp_list_service_win.cc217 base::FilePath shortcut_to_pin = local
221 shortcut_to_pin.value().c_str()) && success;
/external/chromium_org/chrome/browser/web_applications/
H A Dweb_app_win.cc480 base::FilePath shortcut_to_pin = web_app_path.Append(file_name). local
482 if (!base::win::TaskbarPinShortcutLink(shortcut_to_pin.value().c_str()))
518 base::FilePath shortcut_to_pin = web_app_path.Append(file_name). local
520 base::win::TaskbarPinShortcutLink(shortcut_to_pin.value().c_str());

Completed in 91 milliseconds