Home
last modified time | relevance | path

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

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DStandaloneAwQuotaManagerBridgeTest.java20 assertEquals(AwContents.getNativeInstanceCount(), 0); in testStartup()
DAwContentsTest.java169 return AwContents.getNativeInstanceCount() <= MAX_IDLE_INSTANCES; in testCreateAndGcManyTimes()
177 assertTrue(AwContents.getNativeInstanceCount() >= CONCURRENT_INSTANCES); in testCreateAndGcManyTimes()
178 assertTrue(AwContents.getNativeInstanceCount() <= (i + 1) * CONCURRENT_INSTANCES); in testCreateAndGcManyTimes()
192 return AwContents.getNativeInstanceCount() <= MAX_IDLE_INSTANCES; in testCreateAndGcManyTimes()
DAwContentsClientShouldInterceptRequestTest.java311 return AwContents.getNativeInstanceCount() == 0; in testDoesNotCrashOnSlowStream()
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DJavaBrowserViewRendererHelper.java48 if (sBitmapCache.size() > AwContents.getNativeInstanceCount()) { in createBitmap()
DAwContents.java705 public static int getNativeInstanceCount() { in getNativeInstanceCount() method in AwContents