Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/ui/
Dbrowser_init.cc405 std::string appdata_path; in GetLaunchShortcutKind() local
406 env->GetVar("USERPROFILE", &appdata_path); in GetLaunchShortcutKind()
407 if (!appdata_path.empty() && in GetLaunchShortcutKind()
408 shortcut.find(ASCIIToWide(appdata_path)) != std::wstring::npos) in GetLaunchShortcutKind()