Searched defs:jsurface (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/android_webview/native/
H A Dexternal_video_surface_container_impl.cc76 JNIEnv* env, jobject obj, jint player_id, jobject jsurface) {
78 surface_created_cb_.Run(static_cast<int>(player_id), jsurface); local
75 SurfaceCreated( JNIEnv* env, jobject obj, jint player_id, jobject jsurface) argument
/external/chromium_org/mojo/services/native_viewport/
H A Dplatform_viewport_android.cc57 jobject jsurface) {
58 base::android::ScopedJavaLocalRef<jobject> protector(env, jsurface);
64 window_ = ANativeWindow_fromSurface(env, jsurface);
55 SurfaceCreated(JNIEnv* env, jobject obj, jobject jsurface) argument
/external/chromium_org/content/browser/android/
H A Dchild_process_launcher_android.cc174 ScopedJavaGlobalRef<jobject> jsurface; local
175 jsurface.Reset(env, surface);
176 if (jsurface.is_null())
181 &SetSurfacePeer, jsurface, pid, primary_id, secondary_id));

Completed in 143 milliseconds