Searched refs:nativeDestroy (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/
H A DSurfaceTextureListener.java32 nativeDestroy(mNativeSurfaceTextureListener);
39 private native void nativeDestroy(int nativeSurfaceTextureListener); method in class:SurfaceTextureListener
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/favicon/
H A DFaviconHelper.java53 nativeDestroy(mNativeFaviconHelper);
59 // It is not O.K. to call nativeDestroy() here because garbage collection can be
86 private static native void nativeDestroy(int nativeFaviconHelper); method in class:FaviconHelper
/external/chromium_org/ui/android/java/src/org/chromium/ui/
H A DViewAndroid.java49 nativeDestroy(mNativeViewAndroid);
86 private native void nativeDestroy(int nativeViewAndroid); method in class:ViewAndroid
H A DWindowAndroid.java186 nativeDestroy(mNativeWindowAndroid);
204 private native void nativeDestroy(int nativeWindowAndroid); method in class:WindowAndroid
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DAwPicture.java33 nativeDestroy(mNativeAwPicture);
89 private static native void nativeDestroy(int nativeAwPicture); method in class:AwPicture
H A DAwSettings.java250 nativeDestroy(mNativeAwSettings);
1405 private native void nativeDestroy(int nativeAwSettings); method in class:AwSettings
H A DAwContents.java212 nativeDestroy(mNativeAwContents);
573 nativeDestroy(popupNativeAwContents);
1949 private static native void nativeDestroy(int nativeAwContents); method in class:AwContents
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DWebContentsObserverAndroid.java128 nativeDestroy(mNativeWebContentsObserverAndroid);
134 private native void nativeDestroy(int nativeWebContentsObserverAndroid); method in class:WebContentsObserverAndroid
H A DContentViewRenderView.java133 nativeDestroy(mNativeContentViewRenderView);
176 private native void nativeDestroy(int nativeContentViewRenderView); method in class:ContentViewRenderView
/external/chromium_org/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
H A DSampleForTests.java105 nativeDestroy(mNativeCPPObject);
176 // derived from |nativeDestroy| and |nativeCPPClass| to arrive at CPPClass::Destroy() (i.e. native
180 private native void nativeDestroy(int nativeCPPClass); method in class:SampleForTests
203 // Similar to nativeDestroy above, this will cast nativeCPPClass into pointer of CPPClass type and
/external/chromium_org/chrome/android/testshell/java/src/org/chromium/chrome/testshell/
H A DTestShellTab.java144 nativeDestroy(mNativeTestShellTab);
176 private static native void nativeDestroy(int nativeTestShellTab); method in class:TestShellTab
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
H A DForeignSessionHelper.java123 nativeDestroy(mNativeForeignSessionHelper);
200 private static native void nativeDestroy(int nativeForeignSessionHelper); method in class:ForeignSessionHelper
H A DNavigationPopup.java103 nativeDestroy(mNativeNavigationPopup);
243 private native void nativeDestroy(int nativeNavigationPopup); method in class:NavigationPopup
H A DWebsiteSettingsPopup.java56 nativeDestroy(nativeWebsiteSettingsPopup);
153 private native void nativeDestroy(int nativeWebsiteSettingsPopupAndroid); method in class:WebsiteSettingsPopup
H A DChromeBrowserProvider.java1274 nativeDestroy(mNativeChromeBrowserProvider);
1289 private native void nativeDestroy(int nativeChromeBrowserProvider); method in class:ChromeBrowserProvider
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/database/
H A DSQLiteCursor.java97 nativeDestroy(mNativeSQLiteCursor);
230 private native void nativeDestroy(int nativeSQLiteCursor); method in class:SQLiteCursor

Completed in 4395 milliseconds