HomeSort by relevance Sort by last modified time
    Searched defs:jsurface (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/android_webview/native/
external_video_surface_container_impl.cc 76 JNIEnv* env, jobject obj, jint player_id, jobject jsurface) {
78 surface_created_cb_.Run(static_cast<int>(player_id), jsurface); local
  /external/chromium_org/content/browser/android/
child_process_launcher_android.cc 174 ScopedJavaGlobalRef<jobject> jsurface; local
175 jsurface.Reset(env, surface);
176 if (jsurface.is_null())
181 &SetSurfacePeer, jsurface, pid, primary_id, secondary_id));

Completed in 368 milliseconds