Home
last modified time | relevance | path

Searched refs:next_id_namespace_ (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/mojo/services/surfaces/
Dsurfaces_service_impl.cc13 next_id_namespace_(next_id_namespace), in SurfacesServiceImpl()
21 uint32_t id_namespace = (*next_id_namespace_)++; in CreateSurfaceConnection()
Dsurfaces_service_application.cc16 : next_id_namespace_(1u), display_(NULL), draw_timer_(false, false) { in SurfacesServiceApplication()
31 BindToRequest(new SurfacesServiceImpl(&manager_, &next_id_namespace_, this), in Create()
Dsurfaces_service_impl.h33 uint32_t* next_id_namespace_; variable
Dsurfaces_service_application.h40 uint32_t next_id_namespace_; variable