Home
last modified time | relevance | path

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

/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DChildProcessLauncher.java227 private static Map<Integer, Surface> sViewSurfaceMap = field in ChildProcessLauncher
247 sViewSurfaceMap.put(surfaceId, surface); in registerViewSurface()
252 sViewSurfaceMap.remove(surfaceId); in unregisterViewSurface()
475 Surface surface = sViewSurfaceMap.get(surfaceId); in createCallback()