Searched refs:JNIEnv (Results 1 - 25 of 607) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/android/
H A Dcontent_view_util.h11 bool RegisterContentViewUtil(JNIEnv* env);
H A Dvoice_search_tab_helper.h10 bool RegisterVoiceSearchTabHelper(JNIEnv* env);
H A Dbrowser_version.h10 bool RegisterBrowserVersion(JNIEnv* env);
H A Durl_utilities.h10 bool RegisterUrlUtilities(JNIEnv* env);
/external/chromium_org/chromecast/android/
H A Dplatform_jni_loader_stub.cc10 bool PlatformRegisterJni(JNIEnv* env) {
/external/chromium_org/base/android/
H A Dcpu_features.cc13 jint GetCoreCount(JNIEnv*, jclass) {
17 jlong GetCpuFeatures(JNIEnv*, jclass) {
21 bool RegisterCpuFeatures(JNIEnv* env) {
H A Djni_utils.cc15 ScopedJavaLocalRef<jobject> GetClassLoader(JNIEnv* env) {
19 bool RegisterJNIUtils(JNIEnv* env) {
H A Dthread_utils.h12 bool RegisterThreadUtils(JNIEnv* env);
H A Dcommand_line_android.h17 JNIEnv* env,
21 bool RegisterCommandLine(JNIEnv* env);
H A Djni_utils.h19 BASE_EXPORT ScopedJavaLocalRef<jobject> GetClassLoader(JNIEnv* env);
21 bool RegisterJNIUtils(JNIEnv* env);
H A Dsys_utils.cc14 bool SysUtils::Register(JNIEnv* env) {
19 JNIEnv* env = AttachCurrentThread();
/external/javasqlite/src/main/native/
H A Dsqlite_jni.h16 (JNIEnv *, jobject, jstring, jint);
24 (JNIEnv *, jobject, jstring);
32 (JNIEnv *, jobject);
40 (JNIEnv *, jobject);
48 (JNIEnv *, jobject, jstring, jobject);
56 (JNIEnv *, jobject, jstring, jobject, jobjectArray);
64 (JNIEnv *, jobject);
72 (JNIEnv *, jobject);
80 (JNIEnv *, jobject);
88 (JNIEnv *, jobjec
[all...]
/external/chromium_org/third_party/skia/platform_tools/android/app/jni/
H A Dcom_skia_SkiaSampleRenderer.h16 (JNIEnv *, jobject, jobject, jint);
24 (JNIEnv *, jobject);
32 (JNIEnv *, jobject);
40 (JNIEnv *, jobject, jint, jint);
48 (JNIEnv *, jobject, jint, jfloat, jfloat, jint);
56 (JNIEnv *, jobject);
64 (JNIEnv *, jobject);
72 (JNIEnv *, jobject);
80 (JNIEnv *, jobject, jint);
88 (JNIEnv *, jobjec
[all...]
/external/skia/platform_tools/android/app/jni/
H A Dcom_skia_SkiaSampleRenderer.h16 (JNIEnv *, jobject, jobject, jint);
24 (JNIEnv *, jobject);
32 (JNIEnv *, jobject);
40 (JNIEnv *, jobject, jint, jint);
48 (JNIEnv *, jobject, jint, jfloat, jfloat, jint);
56 (JNIEnv *, jobject);
64 (JNIEnv *, jobject);
72 (JNIEnv *, jobject);
80 (JNIEnv *, jobject, jint);
88 (JNIEnv *, jobjec
[all...]
/external/chromium_org/third_party/webrtc/voice_engine/test/android/android_test/jni/
H A Dorg_webrtc_voiceengine_test_AndroidTest.h16 (JNIEnv *, jclass);
24 (JNIEnv *, jobject, jint, jint);
32 (JNIEnv *, jobject);
40 (JNIEnv *, jobject);
48 (JNIEnv *, jobject, jboolean, jboolean);
56 (JNIEnv *, jobject);
64 (JNIEnv *, jobject);
72 (JNIEnv *, jobject, jint);
80 (JNIEnv *, jobject, jint, jint);
88 (JNIEnv *, jobjec
[all...]
/external/chromium_org/chrome/browser/android/omnibox/
H A Danswers_image_bridge.h11 bool RegisterAnswersImageBridge(JNIEnv* env);
/external/chromium_org/chrome/browser/dom_distiller/
H A Dtab_utils_android.h11 bool RegisterDomDistillerTabUtils(JNIEnv* env);
/external/chromium_org/chrome/browser/lifetime/
H A Dapplication_lifetime_android.h14 bool RegisterApplicationLifetimeAndroid(JNIEnv* env);
/external/chromium_org/content/browser/android/
H A Dcontent_view_statics.h10 bool RegisterWebViewStatics(JNIEnv* env);
H A Dcontent_video_view.h39 static bool RegisterContentVideoView(JNIEnv* env);
46 int GetVideoWidth(JNIEnv*, jobject obj) const;
47 int GetVideoHeight(JNIEnv*, jobject obj) const;
48 int GetDurationInMilliSeconds(JNIEnv*, jobject obj) const;
49 int GetCurrentPosition(JNIEnv*, jobject obj) const;
50 bool IsPlaying(JNIEnv*, jobject obj);
51 void RequestMediaMetadata(JNIEnv*, jobject obj);
56 void ExitFullscreen(JNIEnv*, jobject, jboolean release_media_player);
59 void SeekTo(JNIEnv*, jobject obj, jint msec);
60 void Play(JNIEnv*, jobjec
[all...]
/external/chromium_org/content/browser/
H A Dpower_save_blocker_android.h9 bool RegisterPowerSaveBlocker(JNIEnv* env);
/external/chromium_org/content/browser/renderer_host/
H A Dime_adapter_android.h33 bool SendKeyEvent(JNIEnv* env, jobject,
39 bool SendSyntheticKeyEvent(JNIEnv*,
46 void SetComposingText(JNIEnv*,
51 void CommitText(JNIEnv*, jobject, jstring text_str);
52 void FinishComposingText(JNIEnv* env, jobject);
53 void AttachImeAdapter(JNIEnv*, jobject java_object);
54 void SetEditableSelectionOffsets(JNIEnv*, jobject, int start, int end);
55 void SetComposingRegion(JNIEnv*, jobject, int start, int end);
56 void DeleteSurroundingText(JNIEnv*, jobject, int before, int after);
57 void Unselect(JNIEnv*, jobjec
[all...]
/external/chromium_org/sync/test/fake_server/android/
H A Dfake_server_helper_android.h16 static bool Register(JNIEnv* env);
19 FakeServerHelperAndroid(JNIEnv* env, jobject obj);
23 jlong CreateFakeServer(JNIEnv* env, jobject obj);
27 jlong CreateNetworkResources(JNIEnv* env, jobject obj, jlong fake_server);
31 void DeleteFakeServer(JNIEnv* env, jobject obj, jlong fake_server);
/external/chromium_org/content/browser/web_contents/
H A Dweb_contents_android.h30 static bool Register(JNIEnv* env);
40 base::android::ScopedJavaLocalRef<jstring> GetTitle(JNIEnv* env,
42 base::android::ScopedJavaLocalRef<jstring> GetVisibleURL(JNIEnv* env,
44 void Stop(JNIEnv* env, jobject obj);
45 jint GetBackgroundColor(JNIEnv* env, jobject obj);
46 base::android::ScopedJavaLocalRef<jstring> GetURL(JNIEnv* env, jobject) const;
47 jboolean IsIncognito(JNIEnv* env, jobject obj);
49 void ResumeResponseDeferredAtStart(JNIEnv* env, jobject obj);
50 void SetHasPendingNavigationTransitionForTesting(JNIEnv* env, jobject obj);
51 void SetupTransitionView(JNIEnv* en
[all...]
/external/chromium_org/content/browser/frame_host/
H A Dnavigation_controller_android.h24 static bool Register(JNIEnv* env);
36 jboolean CanGoBack(JNIEnv* env, jobject obj);
37 jboolean CanGoForward(JNIEnv* env, jobject obj);
38 jboolean CanGoToOffset(JNIEnv* env, jobject obj, jint offset);
39 void GoBack(JNIEnv* env, jobject obj);
40 void GoForward(JNIEnv* env, jobject obj);
41 void GoToOffset(JNIEnv* env, jobject obj, jint offset);
42 void LoadIfNecessary(JNIEnv* env, jobject obj);
43 void ContinuePendingReload(JNIEnv* env, jobject obj);
44 void Reload(JNIEnv* en
[all...]

Completed in 397 milliseconds

1234567891011>>