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

  /external/chromium_org/content/browser/android/
child_process_launcher_android.cc 144 ScopedJavaGlobalRef<jobject> jsurface; local
145 jsurface.Reset(env, surface);
146 if (jsurface.is_null())
151 &SetSurfacePeer, jsurface, pid, primary_id, secondary_id));
content_view_core_impl.cc 1322 static_cast<int>(player_id), jsurface); local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc 128 jobject jsurface = it == surfaces->end() ? NULL : it->second.obj(); local
130 LOG_IF(WARNING, !jsurface) << "No surface for surface id " << surface_id;
131 return jsurface;

Completed in 36 milliseconds