OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shortcut_cmd_line
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/web_applications/
web_app_win.cc
104
CommandLine
shortcut_cmd_line
= CommandLine::FromString(cmd_line_string);
local
105
return
shortcut_cmd_line
.HasSwitch(switches::kProfileDirectory) &&
106
shortcut_cmd_line
.GetSwitchValuePath(switches::kProfileDirectory) ==
108
shortcut_cmd_line
.HasSwitch(switches::kAppId);
Completed in 893 milliseconds