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 137 ScopedJavaGlobalRef<jobject> jsurface; local
138 jsurface.Reset(env, surface);
139 if (jsurface.is_null())
144 &SetSurfacePeer, jsurface, pid, primary_id, secondary_id));
content_view_core_impl.cc 1336 static_cast<int>(player_id), jsurface); local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
compositor_impl_android.cc 141 jobject jsurface = it == surfaces->end() ? NULL : it->second.obj(); local
143 LOG_IF(WARNING, !jsurface) << "No surface for surface id " << surface_id;
144 return jsurface;

Completed in 116 milliseconds