Home
last modified time | relevance | path

Searched refs:allocatedConnection (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DChildProcessLauncher.java363 ChildProcessConnection allocatedConnection = null; in start() local
366 allocatedConnection = sSpareSandboxedConnection; in start()
370 if (allocatedConnection == null) { in start()
371 allocatedConnection = allocateBoundConnection(context, commandLine, inSandbox); in start()
372 if (allocatedConnection == null) { in start()
382 allocatedConnection.getServiceNumber()); in start()
383 triggerConnectionSetup(allocatedConnection, commandLine, childProcessId, filesToBeMapped, in start()