Home
last modified time | relevance | path

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

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DChildProcessLauncher.java221 private static ChildProcessConnection sSpareSandboxedConnection = null; field in ChildProcessLauncher
300 if (sSpareSandboxedConnection == null) { in warmUp()
301 sSpareSandboxedConnection = allocateBoundConnection(context, null, true); in warmUp()
366 allocatedConnection = sSpareSandboxedConnection; in start()
367 sSpareSandboxedConnection = null; in start()