OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:attachcurrentthread
(Results
101 - 125
of
342
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/android_webview/native/
aw_autofill_client.cc
26
using base::android::
AttachCurrentThread
;
41
JNIEnv* env =
AttachCurrentThread
();
110
JNIEnv* env =
AttachCurrentThread
();
148
JNIEnv* env =
AttachCurrentThread
();
/external/chromium_org/base/android/
application_status_listener.cc
44
base::android::
AttachCurrentThread
());
/external/chromium_org/base/message_loop/
message_pump_android.cc
107
JNIEnv* env = base::android::
AttachCurrentThread
();
117
JNIEnv* env = base::android::
AttachCurrentThread
();
135
JNIEnv* env = base::android::
AttachCurrentThread
();
145
JNIEnv* env = base::android::
AttachCurrentThread
();
/external/chromium_org/base/power_monitor/
power_monitor_device_source_android.cc
37
JNIEnv* env = base::android::
AttachCurrentThread
();
/external/chromium_org/chrome/app/android/
chrome_android_initializer.cc
17
JNIEnv* env = base::android::
AttachCurrentThread
();
/external/chromium_org/chrome/browser/android/
password_authentication_manager.cc
51
JNIEnv* env = base::android::
AttachCurrentThread
();
/external/chromium_org/chrome/browser/android/signin/
account_management_screen_helper.cc
22
base::android::
AttachCurrentThread
(),
/external/chromium_org/chrome/browser/lifetime/
application_lifetime_android.cc
39
JNIEnv* env = base::android::
AttachCurrentThread
();
/external/chromium_org/chromecast/shell/app/android/
cast_jni_loader.cc
22
JNIEnv* env = base::android::
AttachCurrentThread
();
/external/chromium_org/components/dom_distiller/core/
dom_distiller_service_android.cc
24
JNIEnv* env = base::android::
AttachCurrentThread
();
/external/chromium_org/components/web_contents_delegate_android/
color_chooser_android.h
15
using base::android::
AttachCurrentThread
;
/external/chromium_org/content/app/android/
child_process_service.cc
25
using base::android::
AttachCurrentThread
;
57
JNIEnv* env = base::android::
AttachCurrentThread
();
67
JNIEnv* env = base::android::
AttachCurrentThread
();
89
JNIEnv* env = base::android::
AttachCurrentThread
();
/external/chromium_org/content/browser/android/
content_settings.cc
25
JNIEnv* env = base::android::
AttachCurrentThread
();
/external/chromium_org/content/browser/screen_orientation/
screen_orientation_provider_android.cc
74
base::android::
AttachCurrentThread
(), lock_orientation);
97
base::android::
AttachCurrentThread
());
208
base::android::
AttachCurrentThread
());
214
base::android::
AttachCurrentThread
());
/external/chromium_org/content/browser/speech/
speech_recognizer_impl_android.cc
22
using base::android::
AttachCurrentThread
;
56
JNIEnv* env =
AttachCurrentThread
();
72
JNIEnv* env =
AttachCurrentThread
();
84
JNIEnv* env =
AttachCurrentThread
();
/external/chromium_org/content/shell/android/linker_test_apk/
chromium_linker_test_android.cc
24
JNIEnv* env = base::android::
AttachCurrentThread
();
/external/chromium_org/content/shell/android/
shell_library_loader.cc
23
JNIEnv* env = base::android::
AttachCurrentThread
();
/external/chromium_org/gpu/command_buffer/tests/
gl_tests_main.cc
23
ui::gl::android::RegisterJni(base::android::
AttachCurrentThread
());
/external/chromium_org/ipc/mojo/
run_all_unittests.cc
34
JNIEnv* env = base::android::
AttachCurrentThread
();
/external/chromium_org/media/base/
run_all_perftests.cc
31
JNIEnv* env = base::android::
AttachCurrentThread
();
/external/chromium_org/media/video/capture/android/
video_capture_device_android.cc
15
using base::android::
AttachCurrentThread
;
65
JNIEnv* env =
AttachCurrentThread
();
120
JNIEnv* env =
AttachCurrentThread
();
178
JNIEnv* env =
AttachCurrentThread
();
/external/chromium_org/mojo/android/javatests/
init_library.cc
32
JNIEnv* env = base::android::
AttachCurrentThread
();
/external/chromium_org/mojo/shell/android/
library_loader.cc
32
JNIEnv* env = base::android::
AttachCurrentThread
();
/external/chromium_org/third_party/webrtc/modules/utility/source/
helpers_android.cc
23
ret_val = jvm_->
AttachCurrentThread
(&env_, NULL);
/external/chromium_org/third_party/webrtc/modules/video_capture/
ensure_initialized.cc
35
JNIEnv* jni = ::base::android::
AttachCurrentThread
();
Completed in 1913 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>