Home
last modified time | relevance | path

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

/external/chromium_org/mojo/dbus/
Ddbus_external_service.h53 template <class ServiceImpl>
57 public InterfaceFactory<typename ServiceImpl::ImplementedInterface> {
72 InterfaceRequest<typename ServiceImpl::ImplementedInterface> request) in Create()
74 BindToRequest(new ServiceImpl, &request); in Create()
/external/chromium_org/mojo/apps/js/bindings/
Dconnection_unittests.js90 function ServiceImpl(peer) { class
94 ServiceImpl.prototype = Object.create(sample_service.ServiceStub.prototype); class
96 ServiceImpl.prototype.frobinate = function(foo, baz, port) {
126 pipe.handle0, ServiceImpl, sample_service.ServiceClientProxy);
Dsample_service_unittests.js133 function ServiceImpl() { class
136 ServiceImpl.prototype = Object.create(sample.ServiceStub.prototype); class
138 ServiceImpl.prototype.frobinate = function(foo, baz, port) {
154 var serviceImpl = new ServiceImpl();
/external/chromium_org/mojo/public/cpp/bindings/tests/
Dsample_service_unittest.cc256 class ServiceImpl : public Service { class
302 ServiceImpl impl; in Accept()