Searched refs:debug_stub_port (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/nacl_host/test/
H A Dgdb_debug_stub_browsertest.cc25 std::string test_name, int debug_stub_port);
37 int debug_stub_port) {
44 cmd.AppendArg(base::IntToString(debug_stub_port));
35 StartTestScript(base::ProcessHandle* test_process, std::string test_name, int debug_stub_port) argument
/external/chromium_org/chrome/test/nacl/
H A Dnacl_browsertest.cc245 int debug_stub_port) {
253 cmd.AppendArg(base::IntToString(debug_stub_port));
244 StartTestScript(base::ProcessHandle* test_process, int debug_stub_port) argument
/external/chromium_org/components/nacl/browser/
H A Dnacl_process_host.h125 void OnDebugStubPortSelected(uint16_t debug_stub_port);
H A Dnacl_process_host.cc800 void NaClProcessHost::OnDebugStubPortSelected(uint16_t debug_stub_port) { argument
802 SetDebugStubPort(debug_stub_port);

Completed in 97 milliseconds