Home
last modified time | relevance | path

Searched refs:jsurface (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/browser/android/
Dchild_process_launcher_android.cc144 ScopedJavaGlobalRef<jobject> jsurface; in EstablishSurfacePeer() local
145 jsurface.Reset(env, surface); in EstablishSurfacePeer()
146 if (jsurface.is_null()) in EstablishSurfacePeer()
151 &SetSurfacePeer, jsurface, pid, primary_id, secondary_id)); in EstablishSurfacePeer()
Dcontent_view_render_view.cc70 JNIEnv* env, jobject obj, jobject jsurface) { in SurfaceCreated() argument
72 compositor_->SetSurface(jsurface); in SurfaceCreated()
Dcontent_view_render_view.h30 void SurfaceCreated(JNIEnv* env, jobject obj, jobject jsurface);
Dcontent_view_core_impl.h219 jobject jsurface);
Dcontent_view_core_impl.cc1316 jobject jsurface) { in AttachExternalVideoSurface() argument
1322 static_cast<int>(player_id), jsurface); in AttachExternalVideoSurface()
/external/chromium_org/mojo/services/native_viewport/
Dnative_viewport_android.cc61 jobject jsurface) { in SurfaceCreated() argument
62 base::android::ScopedJavaLocalRef<jobject> protector(env, jsurface); in SurfaceCreated()
63 window_ = ANativeWindow_fromSurface(env, jsurface); in SurfaceCreated()
Dnative_viewport_android.h34 void SurfaceCreated(JNIEnv* env, jobject obj, jobject jsurface);
/external/chromium_org/content/browser/renderer_host/
Dcompositor_impl_android.cc128 jobject jsurface = it == surfaces->end() ? NULL : it->second.obj(); in GetSurface() local
130 LOG_IF(WARNING, !jsurface) << "No surface for surface id " << surface_id; in GetSurface()
131 return jsurface; in GetSurface()