Searched refs:launch_result (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome_frame/
H A Dcustom_sync_call_context.cc16 AutomationLaunchResult launch_result = local
21 client_.get(), launch_result));
H A Dchrome_frame_automation.cc801 AutomationLaunchResult launch_result = AUTOMATION_SUCCESS; local
843 AutomationLaunchResult launch_result = AUTOMATION_SUCCESS; local
845 launch_result = AUTOMATION_CREATE_TAB_FAILED;
854 return launch_result;
/external/chromium_org/chrome_frame/test/
H A Dchrome_frame_automation_mock.cc22 EXPECT_TRUE(mock_launch.launch_result());
H A Dchrome_frame_automation_mock.h164 bool launch_result() const { function in class:AutomationMockLaunch
/external/chromium_org/components/nacl/renderer/
H A Dppb_nacl_private_impl.cc118 nacl::NaClLaunchResult launch_result; local
128 &launch_result,
136 result_socket = launch_result.imc_channel_handle;
137 instance_info.channel_handle = launch_result.ipc_channel_handle;
138 instance_info.plugin_pid = launch_result.plugin_pid;
139 instance_info.plugin_child_id = launch_result.plugin_child_id;

Completed in 150 milliseconds