HomeSort by relevance Sort by last modified time
    Searched refs:nativeDestroy (Results 1 - 25 of 25) sorted by null

  /frameworks/base/core/java/android/view/
SurfaceSession.java 30 private static native void nativeDestroy(int ptr);
43 nativeDestroy(mNativeClient);
SurfaceControl.java 40 private static native void nativeDestroy(int nativeObject);
286 nativeDestroy(mNativeObject);
  /external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/
SurfaceTextureListener.java 32 nativeDestroy(mNativeSurfaceTextureListener);
39 private native void nativeDestroy(int nativeSurfaceTextureListener);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/favicon/
FaviconHelper.java 53 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);
  /external/chromium_org/ui/android/java/src/org/chromium/ui/
ViewAndroid.java 49 nativeDestroy(mNativeViewAndroid);
86 private native void nativeDestroy(int nativeViewAndroid);
WindowAndroid.java 166 nativeDestroy(mNativeWindowAndroid);
184 private native void nativeDestroy(int nativeWindowAndroid);
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPicture.java 33 nativeDestroy(mNativeAwPicture);
89 private static native void nativeDestroy(int nativeAwPicture);
AwSettings.java 255 nativeDestroy(mNativeAwSettings);
    [all...]
AwContents.java 219 nativeDestroy(mNativeAwContents);
614 nativeDestroy(popupNativeAwContents);
    [all...]
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
WebContentsObserverAndroid.java 128 nativeDestroy(mNativeWebContentsObserverAndroid);
134 private native void nativeDestroy(int nativeWebContentsObserverAndroid);
ContentViewRenderView.java 133 nativeDestroy(mNativeContentViewRenderView);
176 private native void nativeDestroy(int nativeContentViewRenderView);
  /frameworks/base/core/jni/
android_view_SurfaceSession.cpp 48 static void nativeDestroy(JNIEnv* env, jclass clazz, jint ptr) {
63 { "nativeDestroy", "(I)V",
64 (void*)nativeDestroy },
android_view_SurfaceControl.cpp 144 static void nativeDestroy(JNIEnv* env, jclass clazz, jint nativeObject) {
417 {"nativeDestroy", "(I)V",
418 (void*)nativeDestroy },
  /external/chromium_org/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
SampleForTests.java 105 nativeDestroy(mNativeCPPObject);
176 // derived from |nativeDestroy| and |nativeCPPClass| to arrive at CPPClass::Destroy() (i.e. native
180 private native void nativeDestroy(int nativeCPPClass);
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/
TestShellTab.java 144 nativeDestroy(mNativeTestShellTab);
176 private static native void nativeDestroy(int nativeTestShellTab);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
ForeignSessionHelper.java 123 nativeDestroy(mNativeForeignSessionHelper);
200 private static native void nativeDestroy(int nativeForeignSessionHelper);
NavigationPopup.java 103 nativeDestroy(mNativeNavigationPopup);
243 private native void nativeDestroy(int nativeNavigationPopup);
WebsiteSettingsPopup.java 56 nativeDestroy(nativeWebsiteSettingsPopup);
153 private native void nativeDestroy(int nativeWebsiteSettingsPopupAndroid);
ChromeBrowserProvider.java     [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/database/
SQLiteCursor.java 97 nativeDestroy(mNativeSQLiteCursor);
230 private native void nativeDestroy(int nativeSQLiteCursor);
  /frameworks/base/core/java/android/content/res/
StringBlock.java 147 nativeDestroy(mNative);
491 private static native void nativeDestroy(int obj);
XmlBlock.java 61 nativeDestroy(mNative);
515 private static final native void nativeDestroy(int obj);
  /frameworks/base/core/java/android/os/
MessageQueue.java 53 private native static void nativeDestroy(int ptr);
123 nativeDestroy(mPtr);
Parcel.java 266 private static native void nativeDestroy(int nativePtr);
    [all...]
  /external/chromium_org/base/android/jni_generator/
jni_generator_tests.py 61 private native void nativeDestroy(int nativeChromeBrowserProvider);
334 { "nativeDestroy",
    [all...]

Completed in 4799 milliseconds