Home
last modified time | relevance | path

Searched refs:ProviderImpl (Results 1 – 2 of 2) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/tests/
Drequest_response_unittest.cc20 class ProviderImpl : public sample::Provider { class
22 explicit ProviderImpl(InterfaceRequest<sample::Provider> request) in ProviderImpl() function in mojo::test::__anon6defbb180111::ProviderImpl
98 ProviderImpl provider_impl(GetProxy(&provider)); in TEST_F()
112 ProviderImpl provider_impl(GetProxy(&provider)); in TEST_F()
126 ProviderImpl provider_impl(GetProxy(&provider)); in TEST_F()
144 ProviderImpl provider_impl(GetProxy(&provider)); in TEST_F()
/external/libmojo/mojo/edk/js/tests/
Dconnection_tests.js114 function ProviderImpl() { class
117 ProviderImpl.prototype = class
120 ProviderImpl.prototype.echoString = function(a) {
124 ProviderImpl.prototype.echoStrings = function(a, b) {
130 var connection0 = new connection.Connection(pipe.handle0, ProviderImpl);