Home
last modified time | relevance | path

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

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DChildProcessLauncher.java73 public ChildConnectionAllocator(boolean inSandbox) { in ChildConnectionAllocator() argument
74 int numChildServices = inSandbox ? in ChildConnectionAllocator()
81 setServiceClass(inSandbox ? in ChildConnectionAllocator()
83 mInSandbox = inSandbox; in ChildConnectionAllocator()
151 private static ChildConnectionAllocator getConnectionAllocator(boolean inSandbox) { in getConnectionAllocator() argument
152 return inSandbox ? in getConnectionAllocator()
157 boolean inSandbox, ChromiumLinkerParams chromiumLinkerParams) { in allocateConnection() argument
170 return getConnectionAllocator(inSandbox).allocate(context, deathCallback, in allocateConnection()
199 String[] commandLine, boolean inSandbox) { in allocateBoundConnection() argument
202 allocateConnection(context, inSandbox, chromiumLinkerParams); in allocateBoundConnection()
[all …]
DChildProcessConnectionImpl.java187 ChildProcessConnectionImpl(Context context, int number, boolean inSandbox, in ChildProcessConnectionImpl() argument
193 mInSandbox = inSandbox; in ChildProcessConnectionImpl()