Home
last modified time | relevance | path

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

/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwPicture.java24 private static final class DestroyRunnable implements Runnable { class in AwPicture
26 private DestroyRunnable(long nativeAwPicture) { in DestroyRunnable() method in AwPicture.DestroyRunnable
43 mCleanupReference = new CleanupReference(this, new DestroyRunnable(nativeAwPicture)); in AwPicture()
DAwContents.java260 private static final class DestroyRunnable implements Runnable { class in AwContents
262 private DestroyRunnable(long nativeAwContents) { in DestroyRunnable() method in AwContents.DestroyRunnable
773 mCleanupReference = new CleanupReference(this, new DestroyRunnable(mNativeAwContents)); in setNewAwContents()
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/common/
DCleanupReferenceTest.java26 private static class DestroyRunnable implements Runnable { class in CleanupReferenceTest.ReferredObject
35 mRef = new CleanupReference(this, new DestroyRunnable()); in ReferredObject()