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

  /external/chromium_org/win8/delegate_execute/
crash_server_init.h 14 namespace delegate_execute { namespace
21 } // namespace delegate_execute
chrome_util.h 14 namespace delegate_execute { namespace
22 } // namespace delegate_execute
delegate_execute_util_unittest.cc 5 #include "win8/delegate_execute/delegate_execute_util.h"
25 cl = delegate_execute::CommandLineFromParameters(NULL);
30 cl = delegate_execute::CommandLineFromParameters(
44 cl = delegate_execute::MakeChromeCommandLine(
45 this_exe, delegate_execute::CommandLineFromParameters(NULL), string16());
50 cl = delegate_execute::MakeChromeCommandLine(
51 this_exe, delegate_execute::CommandLineFromParameters(NULL),
59 cl = delegate_execute::MakeChromeCommandLine(
60 this_exe, delegate_execute::CommandLineFromParameters(
76 EXPECT_EQ(string16(), delegate_execute::ParametersFromSwitch(NULL))
    [all...]
delegate_execute_util.h 15 namespace delegate_execute { namespace
30 } // namespace delegate_execute
delegate_execute_operation.h 17 namespace delegate_execute { namespace
22 // DELEGATE_EXECUTE:
23 // When the delegate_execute.exe is invoked by windows when a chrome
27 // When the delegate_execute.exe is launched by chrome, when chrome needs
39 DELEGATE_EXECUTE,
76 } // namespace delegate_execute
delegate_execute_operation.cc 5 #include "win8/delegate_execute/delegate_execute_operation.h"
11 #include "win8/delegate_execute/delegate_execute_util.h"
13 namespace delegate_execute { namespace
16 : operation_type_(DELEGATE_EXECUTE) {
26 operation_type_ = DELEGATE_EXECUTE;
58 } // namespace delegate_execute
delegate_execute_util.cc 5 #include "win8/delegate_execute/delegate_execute_util.h"
10 namespace delegate_execute { namespace
50 } // namespace delegate_execute
delegate_execute.cc 23 #include "win8/delegate_execute/command_execute_impl.h"
24 #include "win8/delegate_execute/crash_server_init.h"
25 #include "win8/delegate_execute/delegate_execute_operation.h"
26 #include "win8/delegate_execute/resource.h"
61 using delegate_execute::DelegateExecuteOperation;
112 delegate_execute::InitializeCrashReporting();
115 AtlTrace("delegate_execute enter\n");
122 case DelegateExecuteOperation::DELEGATE_EXECUTE:
132 AtlTrace("delegate_execute exit, code = %d\n", ret_code);
crash_server_init.cc 5 #include "win8/delegate_execute/crash_server_init.h"
57 L"delegate_execute");
67 namespace delegate_execute { namespace
96 } // namespace delegate_execute
command_execute_impl.cc 8 #include "win8/delegate_execute/command_execute_impl.h"
28 #include "win8/delegate_execute/chrome_util.h"
29 #include "win8/delegate_execute/delegate_execute_util.h"
189 parameters_ = delegate_execute::CommandLineFromParameters(params);
325 string16 app_id = delegate_execute::GetAppId(chrome_exe_);
354 delegate_execute::UpdateChromeIfNeeded(chrome_exe_);
388 // Look for chrome.exe one folder above delegate_execute.exe (as expected in
389 // Chrome installs). Failing that, look for it alonside delegate_execute.exe.
477 delegate_execute::MakeChromeCommandLine(chrome_exe_, parameters_,
chrome_util.cc 5 #include "win8/delegate_execute/chrome_util.h"
192 namespace delegate_execute { namespace
270 } // delegate_execute
  /external/chromium_org/win8/metro_driver/
toast_notification_handler.cc 16 #include "win8/delegate_execute/chrome_util.h"
204 string16 appid = delegate_execute::GetAppId(chrome_path);
  /external/chromium_org/chrome/installer/setup/
install_worker.cc 577 // Probes COM machinery to get an instance of delegate_execute.exe's
637 // Canary (i.e., the registered delegate_execute's path is under |target_path|).
    [all...]

Completed in 953 milliseconds