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

  /external/chromium_org/chrome_frame/
custom_sync_call_context.cc 16 AutomationLaunchResult launch_result = local
21 client_.get(), launch_result));
chrome_frame_automation.cc 801 AutomationLaunchResult launch_result = AUTOMATION_SUCCESS; local
843 AutomationLaunchResult launch_result = AUTOMATION_SUCCESS; local
845 launch_result = AUTOMATION_CREATE_TAB_FAILED;
854 return launch_result;
    [all...]
  /external/chromium_org/chrome_frame/test/
chrome_frame_automation_mock.cc 22 EXPECT_TRUE(mock_launch.launch_result());
chrome_frame_automation_mock.h 164 bool launch_result() const { function in class:AutomationMockLaunch
  /external/chromium_org/components/nacl/renderer/
ppb_nacl_private_impl.cc 118 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 79 milliseconds