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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/android_webview/lib/main/
webview_tests.cc 10 android_webview::RegisterJni(base::android::AttachCurrentThread());
  /external/chromium_org/base/android/
event_log.cc 12 Java_EventLog_writeEvent(AttachCurrentThread(), tag, value);
jni_string_unittest.cc 17 JNIEnv* env = AttachCurrentThread();
25 JNIEnv* env = AttachCurrentThread();
sys_utils.cc 19 JNIEnv* env = AttachCurrentThread();
29 JNIEnv* env = AttachCurrentThread();
path_utils.cc 18 JNIEnv* env = AttachCurrentThread();
27 JNIEnv* env = AttachCurrentThread();
36 JNIEnv* env = AttachCurrentThread();
45 JNIEnv* env = AttachCurrentThread();
54 JNIEnv* env = AttachCurrentThread();
63 JNIEnv* env = AttachCurrentThread();
scoped_java_ref.cc 44 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/
vibration_provider_android.cc 14 using base::android::AttachCurrentThread;
33 AttachCurrentThread(),
36 Java_VibrationProvider_vibrate(AttachCurrentThread(),
47 Java_VibrationProvider_cancelVibration(AttachCurrentThread(),
  /external/chromium_org/chrome/browser/android/
chromium_application.cc 22 base::android::AttachCurrentThread(),
28 base::android::AttachCurrentThread(),
34 base::android::AttachCurrentThread(),
43 base::android::AttachCurrentThread(),
50 base::android::AttachCurrentThread(),
accessibility_util.cc 18 base::android::AttachCurrentThread(),
uma_utils.cc 13 JNIEnv* env = base::android::AttachCurrentThread();
  /external/chromium_org/content/browser/screen_orientation/
screen_orientation_provider_android.cc 27 base::android::AttachCurrentThread()));
31 base::android::AttachCurrentThread(),
42 base::android::AttachCurrentThread(),
  /external/chromium_org/chrome/browser/
browser_process_platform_part_android.cc 12 base::android::AttachCurrentThread());
  /external/chromium_org/content/browser/battery_status/
battery_status_manager_android.cc 11 using base::android::AttachCurrentThread;
20 AttachCurrentThread(), base::android::GetApplicationContext()));
45 bool result = Java_BatteryStatusManager_start(AttachCurrentThread(),
53 AttachCurrentThread(), j_manager_.obj());
  /external/chromium_org/ui/base/
device_form_factor_android.cc 14 base::android::AttachCurrentThread(),
  /external/chromium_org/content/shell/browser/
shell_android.cc 18 using base::android::AttachCurrentThread;
32 JNIEnv* env = AttachCurrentThread();
39 JNIEnv* env = AttachCurrentThread();
46 JNIEnv* env = AttachCurrentThread();
52 JNIEnv* env = AttachCurrentThread();
57 java_object_.Reset(AttachCurrentThread(), CreateShellView(this));
61 JNIEnv* env = AttachCurrentThread();
75 JNIEnv* env = AttachCurrentThread();
81 JNIEnv* env = AttachCurrentThread();
88 JNIEnv* env = AttachCurrentThread();
    [all...]
  /external/chromium_org/android_webview/native/
external_video_surface_container_impl.cc 12 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();
aw_resource.cc 20 JNIEnv* env = base::android::AttachCurrentThread();
27 JNIEnv* env = base::android::AttachCurrentThread();
34 JNIEnv* env = base::android::AttachCurrentThread();
  /external/chromium_org/net/android/
keystore.cc 15 using base::android::AttachCurrentThread;
28 JNIEnv* env = AttachCurrentThread();
43 JNIEnv* env = AttachCurrentThread();
59 JNIEnv* env = AttachCurrentThread();
76 JNIEnv* env = AttachCurrentThread();
94 JNIEnv* env = AttachCurrentThread();
119 JNIEnv* env = AttachCurrentThread();
128 JNIEnv* env = AttachCurrentThread();
145 JNIEnv* env = AttachCurrentThread();
cert_verify_result_android.cc 11 using base::android::AttachCurrentThread;
21 JNIEnv* env = AttachCurrentThread();
network_library.cc 14 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...]
  /external/chromium_org/content/browser/
time_zone_monitor_android.cc 14 base::android::AttachCurrentThread(),
20 Java_TimeZoneMonitor_stop(base::android::AttachCurrentThread(), impl_.obj());
  /external/chromium_org/ui/gl/android/
surface_texture.cc 30 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/
aw_permission_request.cc 11 using base::android::AttachCurrentThread;
26 JNIEnv* env = AttachCurrentThread();
41 JNIEnv* env = AttachCurrentThread();
50 return java_ref_.get(AttachCurrentThread());
  /external/chromium_org/chrome/browser/profiles/
profile_android.cc 12 using base::android::AttachCurrentThread;
38 Java_Profile_getNativePointer(AttachCurrentThread(), obj));
73 JNIEnv* env = AttachCurrentThread();
81 Java_Profile_destroy(AttachCurrentThread(), obj_.obj());
  /external/chromium_org/components/autofill/core/browser/android/
personal_data_manager_android.cc 17 base::android::AttachCurrentThread(),

Completed in 560 milliseconds

1 2 3 4 5 6 7 8 91011>>