Home
last modified time | relevance | path

Searched defs: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
DAwContents.java249 private static final class DestroyRunnable implements Runnable { class in AwContents
251 private DestroyRunnable(long nativeAwContents) { in DestroyRunnable() method in AwContents.DestroyRunnable
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/common/
DCleanupReferenceTest.java26 private static class DestroyRunnable implements Runnable { class in CleanupReferenceTest.ReferredObject