Searched refs:AttachCurrentThread (Results 1 - 25 of 236) sorted by relevance

12345678910

/external/chromium_org/chrome/browser/android/
H A Dchromium_application.cc22 base::android::AttachCurrentThread(),
28 base::android::AttachCurrentThread(),
34 base::android::AttachCurrentThread(),
40 base::android::AttachCurrentThread(),
49 base::android::AttachCurrentThread(),
56 base::android::AttachCurrentThread(),
H A Daccessibility_util.cc18 base::android::AttachCurrentThread(),
H A Duma_utils.cc13 JNIEnv* env = base::android::AttachCurrentThread();
/external/chromium_org/android_webview/lib/main/
H A Dwebview_tests.cc10 android_webview::RegisterJni(base::android::AttachCurrentThread());
/external/chromium_org/base/android/
H A Devent_log.cc12 Java_EventLog_writeEvent(AttachCurrentThread(), tag, value);
H A Dsys_utils.cc19 JNIEnv* env = AttachCurrentThread();
H A Djni_string_unittest.cc17 JNIEnv* env = AttachCurrentThread();
25 JNIEnv* env = AttachCurrentThread();
H A Dpath_utils.cc18 JNIEnv* env = AttachCurrentThread();
27 JNIEnv* env = AttachCurrentThread();
36 JNIEnv* env = AttachCurrentThread();
45 JNIEnv* env = AttachCurrentThread();
54 JNIEnv* env = AttachCurrentThread();
63 JNIEnv* env = AttachCurrentThread();
H A Dscoped_java_ref.cc44 env = AttachCurrentThread();
46 DCHECK_EQ(env, AttachCurrentThread()); // Is |env| on correct thread.
58 env = AttachCurrentThread();
60 DCHECK_EQ(env, AttachCurrentThread()); // Is |env| on correct thread.
71 DCHECK_EQ(env, AttachCurrentThread()); // Is |env| on correct thread.
79 AttachCurrentThread()->DeleteGlobalRef(obj_);
/external/chromium_org/content/browser/vibration/
H A Dvibration_provider_android.cc14 using base::android::AttachCurrentThread;
33 AttachCurrentThread(),
36 Java_VibrationProvider_vibrate(AttachCurrentThread(),
47 Java_VibrationProvider_cancelVibration(AttachCurrentThread(),
/external/chromium_org/content/shell/browser/
H A Dshell_android.cc18 using base::android::AttachCurrentThread;
30 JNIEnv* env = AttachCurrentThread();
37 JNIEnv* env = AttachCurrentThread();
44 JNIEnv* env = AttachCurrentThread();
50 JNIEnv* env = AttachCurrentThread();
55 java_object_.Reset(AttachCurrentThread(), CreateShellView(this));
59 JNIEnv* env = AttachCurrentThread();
73 JNIEnv* env = AttachCurrentThread();
79 JNIEnv* env = AttachCurrentThread();
86 JNIEnv* env = AttachCurrentThread();
[all...]
/external/chromium_org/chrome/browser/
H A Dbrowser_process_platform_part_android.cc12 base::android::AttachCurrentThread());
/external/chromium_org/ui/base/
H A Ddevice_form_factor_android.cc14 base::android::AttachCurrentThread(),
/external/chromium_org/android_webview/native/
H A Daw_resource.cc20 JNIEnv* env = base::android::AttachCurrentThread();
27 JNIEnv* env = base::android::AttachCurrentThread();
H A Dexternal_video_surface_container_impl.cc12 using base::android::AttachCurrentThread;
21 JNIEnv* env = AttachCurrentThread();
29 JNIEnv* env = AttachCurrentThread();
41 JNIEnv* env = AttachCurrentThread();
48 JNIEnv* env = AttachCurrentThread();
57 JNIEnv* env = AttachCurrentThread();
63 JNIEnv* env = AttachCurrentThread();
/external/chromium_org/content/browser/android/
H A Dpopup_touch_handle_drawable.cc25 JNIEnv* env = base::android::AttachCurrentThread();
34 JNIEnv* env = base::android::AttachCurrentThread();
55 JNIEnv* env = base::android::AttachCurrentThread();
61 JNIEnv* env = base::android::AttachCurrentThread();
67 JNIEnv* env = base::android::AttachCurrentThread();
73 JNIEnv* env = base::android::AttachCurrentThread();
/external/chromium_org/content/browser/
H A Dtime_zone_monitor_android.cc14 base::android::AttachCurrentThread(),
20 Java_TimeZoneMonitor_stop(base::android::AttachCurrentThread(), impl_.obj());
H A Dpower_save_blocker_android.cc16 using base::android::AttachCurrentThread;
27 AttachCurrentThread(), view_android->GetJavaObject().obj());
45 JNIEnv* env = AttachCurrentThread();
53 JNIEnv* env = AttachCurrentThread();
/external/chromium_org/net/android/
H A Dcert_verify_result_android.cc11 using base::android::AttachCurrentThread;
21 JNIEnv* env = AttachCurrentThread();
H A Dnetwork_library.cc14 using base::android::AttachCurrentThread;
31 JNIEnv* env = AttachCurrentThread();
54 JNIEnv* env = AttachCurrentThread();
61 JNIEnv* env = AttachCurrentThread();
69 JNIEnv* env = AttachCurrentThread();
84 JNIEnv* env = AttachCurrentThread();
98 JNIEnv* env = AttachCurrentThread();
103 JNIEnv* env = AttachCurrentThread();
111 JNIEnv* env = AttachCurrentThread();
128 base::android::AttachCurrentThread(),
[all...]
H A Dandroid_private_key.cc15 JNIEnv* env = base::android::AttachCurrentThread();
/external/chromium_org/ui/gl/android/
H A Dsurface_texture.cc30 JNIEnv* env = base::android::AttachCurrentThread();
38 JNIEnv* env = base::android::AttachCurrentThread();
49 JNIEnv* env = base::android::AttachCurrentThread();
55 JNIEnv* env = base::android::AttachCurrentThread();
63 JNIEnv* env = base::android::AttachCurrentThread();
70 JNIEnv* env = base::android::AttachCurrentThread();
76 JNIEnv* env = base::android::AttachCurrentThread();
92 JNIEnv* env = base::android::AttachCurrentThread();
109 JNIEnv* env = base::android::AttachCurrentThread();
117 JNIEnv* env = base::android::AttachCurrentThread();
[all...]
/external/chromium_org/android_webview/native/permission/
H A Daw_permission_request.cc11 using base::android::AttachCurrentThread;
26 JNIEnv* env = AttachCurrentThread();
41 JNIEnv* env = AttachCurrentThread();
50 return java_ref_.get(AttachCurrentThread());
/external/chromium_org/content/browser/battery_status/
H A Dbattery_status_manager_android.cc12 using base::android::AttachCurrentThread;
21 AttachCurrentThread(), base::android::GetApplicationContext()));
47 bool result = Java_BatteryStatusManager_start(AttachCurrentThread(),
55 AttachCurrentThread(), j_manager_.obj());
/external/chromium_org/ui/base/touch/
H A Dtouch_device_android.cc16 JNIEnv* env = base::android::AttachCurrentThread();

Completed in 2869 milliseconds

12345678910