Home | History | Annotate | Download | only in metro_driver

Lines Matching full:launch_args

100 // |launch_args| is an encoded command line, minus the executable name. To
102 // are encoded in |launch_args| they are ignored.
104 const base::string16& launch_args) {
105 if (launch_args == L"opennewwindow") {
110 dummy_command_line.append(launch_args);
121 mswrw::HString launch_args;
122 args->get_Arguments(launch_args.GetAddressOf());
123 base::string16 actual_launch_args(MakeStdWString(launch_args.Get()));
125 DVLOG(1) << __FUNCTION__ << ", launch_args=" << actual_launch_args
146 mswr::ComPtr<winapp::Activation::ILaunchActivatedEventArgs> launch_args;
148 &launch_args) == S_OK) {
150 HandleLaunch(launch_args.Get());