Home | History | Annotate | Download | only in test

Lines Matching full:win8

5 // Win8 default browser registration utility.
8 // metro browser on Win8. It does not make the exe become THE default browser,
27 #include "win8/test/test_registrar_constants.h"
28 #include "win8/test/test_registrar_resource.h"
38 if (!command_line.HasSwitch(win8::test::kTestAppUserModelId))
39 command_line.AppendSwitchNative(win8::test::kTestAppUserModelId,
40 win8::test::kDefaultTestAppUserModelId);
42 if (!command_line.HasSwitch(win8::test::kTestExeName))
43 command_line.AppendSwitchNative(win8::test::kTestExeName,
44 win8::test::kDefaultTestExeName);
46 if (!command_line.HasSwitch(win8::test::kTestExePath)) {
49 exe_path = exe_path.Append(win8::test::kDefaultTestExePath);
51 command_line.AppendSwitchNative(win8::test::kTestExePath,
55 if (!command_line.HasSwitch(win8::test::kTestProgId))
56 command_line.AppendSwitchNative(win8::test::kTestProgId,
57 win8::test::kDefaultTestProgId);
87 win8::test::kTestAppUserModelId).c_str());
90 win8::test::kTestExeName).c_str());
93 win8::test::kTestProgId).c_str());
96 command_line.GetSwitchValueNative(win8::test::kTestExePath));