Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dshell_integration_win.cc255 PROPVARIANT appid_value; in GetShortcutAppId() local
256 PropVariantInit(&appid_value); in GetShortcutAppId()
258 &appid_value))) in GetShortcutAppId()
261 if (appid_value.vt == VT_LPWSTR || in GetShortcutAppId()
262 appid_value.vt == VT_BSTR) in GetShortcutAppId()
263 app_id->assign(appid_value.pwszVal); in GetShortcutAppId()
265 PropVariantClear(&appid_value); in GetShortcutAppId()