HomeSort by relevance Sort by last modified time
    Searched refs:SurfaceConnectionCreated (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/mojo/examples/surfaces_app/
child_gl_impl.h 51 void SurfaceConnectionCreated(SurfacePtr surface, uint32_t id_namespace);
child_impl.h 56 void SurfaceConnectionCreated(SurfacePtr surface, uint32_t id_namespace);
child_impl.cc 35 &ChildImpl::SurfaceConnectionCreated, weak_factory_.GetWeakPtr()));
54 void ChildImpl::SurfaceConnectionCreated(SurfacePtr surface,
surfaces_app.cc 45 &SurfacesApp::SurfaceConnectionCreated, base::Unretained(this)));
88 void SurfaceConnectionCreated(SurfacePtr surface, uint32_t id_namespace) {
child_gl_impl.cc 52 &ChildGLImpl::SurfaceConnectionCreated, weak_factory_.GetWeakPtr()));
80 void ChildGLImpl::SurfaceConnectionCreated(SurfacePtr surface,

Completed in 315 milliseconds