HomeSort by relevance Sort by last modified time
    Searched full:shortcut_cmd_line (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/web_applications/
web_app_win.cc 103 CommandLine shortcut_cmd_line = CommandLine::FromString(cmd_line_string); local
104 return shortcut_cmd_line.HasSwitch(switches::kProfileDirectory) &&
105 shortcut_cmd_line.GetSwitchValuePath(switches::kProfileDirectory) ==
107 shortcut_cmd_line.HasSwitch(switches::kAppId);

Completed in 1793 milliseconds