HomeSort by relevance Sort by last modified time
    Searched refs:win8 (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/win8/test/
metro_registration_helper.h 10 namespace win8 { namespace
12 // Synchronously makes chrome.exe THE default Win8 browser after which it is
14 // win8::test::kDefaultTestAppUserModelId. Intended to be used by a test binary
21 } // namespace win8
test_registrar.cc 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)
    [all...]
test_registrar_constants.cc 5 #include "win8/test/test_registrar_constants.h"
7 namespace win8 { namespace
31 } // namespace win8
test_registrar_constants.h 8 namespace win8 { namespace
22 } // namespace win8
open_with_dialog_async.h 13 namespace win8 { namespace
33 } // namespace win8
open_with_dialog_controller.h 17 namespace win8 { namespace
62 } // namespace win8
ui_automation_client.h 21 namespace win8 { namespace
69 } // namespace win8
metro_registration_helper.cc 5 #include "win8/test/metro_registration_helper.h"
23 #include "win8/test/open_with_dialog_controller.h"
24 #include "win8/test/test_registrar_constants.h"
34 // Registers chrome.exe as a potential Win8 default browser. It will then show
67 LOG(ERROR) << "Win8 registration using "
72 LOG(ERROR) << "Win8 registration using "
77 PLOG(ERROR) << "Failed to launch Win8 registration utility using "
101 return !base::string16(win8::test::kDefaultTestProgId).compare(current_app);
106 namespace win8 { namespace
127 NULL, kDefaultBrowserProtocol, win8::test::kDefaultTestExeName, &choices)
    [all...]
open_with_dialog_async.cc 9 #include "win8/test/open_with_dialog_async.h"
23 namespace win8 { namespace
121 } // namespace win8
open_with_dialog_controller.cc 5 #include "win8/test/open_with_dialog_controller.h"
18 #include "win8/test/open_with_dialog_async.h"
19 #include "win8/test/ui_automation_client.h"
21 namespace win8 { namespace
292 } // namespace win8
ui_automation_client.cc 5 #include "win8/test/ui_automation_client.h"
23 namespace win8 { namespace
627 } // namespace win8
  /external/chromium_org/win8/viewer/
metro_viewer_constants.cc 5 #include "win8/viewer/metro_viewer_constants.h"
7 namespace win8 { namespace
13 } // namespace win8
metro_viewer_constants.h 8 namespace win8 { namespace
18 } // namespace win8
metro_viewer_process_host.h 18 #include "win8/viewer/metro_viewer_exports.h"
30 namespace win8 { namespace
214 } // namespace win8
metro_viewer_process_host.cc 5 #include "win8/viewer/metro_viewer_process_host.h"
26 #include "win8/viewer/metro_viewer_constants.h"
34 namespace win8 { namespace
344 } // namespace win8
  /external/chromium_org/chrome/browser/metro_viewer/
chrome_metro_viewer_process_host_aurawin.h 8 #include "win8/viewer/metro_viewer_process_host.h"
14 class ChromeMetroViewerProcessHost : public win8::MetroViewerProcessHost {
20 // win8::MetroViewerProcessHost implementation
  /external/chromium_org/ash/test/
test_metro_viewer_process_host.h 9 #include "win8/viewer/metro_viewer_process_host.h"
16 class TestMetroViewerProcessHost : public win8::MetroViewerProcessHost {
24 // win8::MetroViewerProcessHost implementation
test_suite.cc 21 #include "win8/test/metro_registration_helper.h"
22 #include "win8/test/test_registrar_constants.h"
45 ASSERT_TRUE(win8::MakeTestDefaultBrowserSynchronously());
ash_test_base.cc 47 #include "win8/test/test_registrar_constants.h"
149 win8::test::kDefaultTestAppUserModelId));
182 // win8::test::kDefaultTestExePath.
184 base::KillAllNamedProcessesWithArgument(win8::test::kDefaultTestExePath,
  /external/chromium_org/tools/set_default_handler/
set_default_handler_main.cc 17 #include "win8/test/open_with_dialog_controller.h"
52 win8::OpenWithDialogController controller;
  /external/chromium_org/chrome/test/base/
in_process_browser_test.cc 61 #include "win8/test/metro_registration_helper.h"
62 #include "win8/test/test_registrar_constants.h"
206 ASSERT_TRUE(win8::MakeTestDefaultBrowserSynchronously());
223 win8::test::kDefaultTestAppUserModelId);
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog_win.cc 36 #include "win8/viewer/metro_viewer_process_host.h"
552 win8::MetroViewerProcessHost::HandleSaveFile(
564 win8::MetroViewerProcessHost::HandleOpenFile(
574 win8::MetroViewerProcessHost::HandleOpenMultipleFiles(
591 win8::MetroViewerProcessHost::HandleSelectFolder(
    [all...]
  /external/chromium_org/win8/delegate_execute/
command_execute_impl.cc 8 #include "win8/delegate_execute/command_execute_impl.h"
32 #include "win8/delegate_execute/chrome_util.h"
33 #include "win8/delegate_execute/delegate_execute_util.h"
34 #include "win8/viewer/metro_viewer_constants.h"
233 if (*pahe == AHE_IMMERSIVE && verb_ != win8::kMetroViewerConnectVerb) {
  /external/chromium_org/win8/metro_driver/
chrome_app_view_ash.cc 5 #include "win8/metro_driver/stdafx.h"
6 #include "win8/metro_driver/chrome_app_view_ash.h"
29 #include "win8/metro_driver/file_picker_ash.h"
30 #include "win8/metro_driver/ime/ime_popup_monitor.h"
31 #include "win8/metro_driver/ime/input_source.h"
32 #include "win8/metro_driver/ime/text_service.h"
33 #include "win8/metro_driver/metro_driver.h"
34 #include "win8/metro_driver/winrt_utils.h"
35 #include "win8/viewer/metro_viewer_constants.h"
335 if (actual_launch_args == win8::kMetroViewerConnectVerb)
    [all...]

Completed in 385 milliseconds