OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeDestroy
(Results
1 - 25
of
33
) sorted by null
1
2
/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/gl/
SurfaceTextureListener.java
32
nativeDestroy
(mNativeSurfaceTextureListener);
39
private native void
nativeDestroy
(long nativeSurfaceTextureListener);
/external/chromium_org/ui/android/java/src/org/chromium/ui/base/
ViewAndroid.java
47
nativeDestroy
(mNativeViewAndroid);
84
private native void
nativeDestroy
(long nativeViewAndroid);
WindowAndroid.java
211
nativeDestroy
(mNativeWindowAndroid);
238
private native void
nativeDestroy
(long nativeWindowAndroid);
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwPicture.java
32
nativeDestroy
(mNativeAwPicture);
88
private static native void
nativeDestroy
(long nativeAwPicture);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
NewTabPagePrefs.java
29
nativeDestroy
(mNativeNewTabPagePrefs);
101
private static native void
nativeDestroy
(long nativeNewTabPagePrefs);
PasswordUIView.java
146
nativeDestroy
(mNativePasswordUIViewAndroid);
171
private native void
nativeDestroy
(long nativePasswordUIViewAndroid);
RecentlyClosedBridge.java
74
nativeDestroy
(mNativeRecentlyClosedTabsBridge);
116
private native void
nativeDestroy
(long nativeRecentlyClosedTabsBridge);
ForeignSessionHelper.java
133
nativeDestroy
(mNativeForeignSessionHelper);
207
private static native void
nativeDestroy
(long nativeForeignSessionHelper);
NavigationPopup.java
98
nativeDestroy
(mNativeNavigationPopup);
237
private native void
nativeDestroy
(long nativeNavigationPopup);
WebsiteSettingsPopup.java
55
nativeDestroy
(nativeWebsiteSettingsPopup);
152
private native void
nativeDestroy
(long nativeWebsiteSettingsPopupAndroid);
BookmarksBridge.java
138
nativeDestroy
(mNativeBookmarksBridge);
306
private native void
nativeDestroy
(long nativeBookmarksBridge);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/favicon/
FaviconHelper.java
61
nativeDestroy
(mNativeFaviconHelper);
109
private static native void
nativeDestroy
(long nativeFaviconHelper);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/profiles/
MostVisitedSites.java
61
nativeDestroy
(mNativeMostVisitedSites);
120
private native void
nativeDestroy
(long nativeMostVisitedSites);
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
WebContentsObserverAndroid.java
162
nativeDestroy
(mNativeWebContentsObserverAndroid);
168
private native void
nativeDestroy
(long nativeWebContentsObserverAndroid);
ContentViewRenderView.java
180
nativeDestroy
(mNativeContentViewRenderView);
305
private native void
nativeDestroy
(long nativeContentViewRenderView);
TracingControllerAndroid.java
216
nativeDestroy
(mNativeTracingControllerAndroid);
267
private native void
nativeDestroy
(long nativeTracingControllerAndroid);
/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
},
/external/chromium_org/mojo/services/native_viewport/android/src/org/chromium/mojo/
NativeViewportAndroid.java
62
nativeDestroy
(mNativeMojoViewport);
75
private static native void
nativeDestroy
(int nativeNativeViewportAndroid);
/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
114
nativeDestroy
(mNativeTestShellTab);
154
private static native void
nativeDestroy
(long nativeTestShellTab);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/database/
SQLiteCursor.java
100
nativeDestroy
(mNativeSQLiteCursor);
235
private native void
nativeDestroy
(long nativeSQLiteCursor);
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarContainer.java
402
nativeDestroy
(mNativeInfoBarContainer);
519
private native void
nativeDestroy
(long nativeInfoBarContainerAndroid);
/frameworks/base/core/java/android/content/res/
StringBlock.java
147
nativeDestroy
(mNative);
491
private static native void
nativeDestroy
(int obj);
Completed in 7535 milliseconds
1
2