Home
last modified time | relevance | path

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

/external/chromium_org/mojo/public/cpp/bindings/tests/
Drequest_response_unittest.cc16 class ProviderImpl : public InterfaceImpl<sample::Provider> { class
100 BindToProxy(new ProviderImpl(), &provider); in TEST_F()
112 BindToProxy(new ProviderImpl(), &provider); in TEST_F()
125 BindToProxy(new ProviderImpl(), &provider); in TEST_F()
141 BindToProxy(new ProviderImpl(), &provider); in TEST_F()
/external/chromium_org/mojo/apps/js/bindings/
Dconnection_unittests.js194 function ProviderImpl(peer) { class
198 ProviderImpl.prototype = class
201 ProviderImpl.prototype.echoString = function(a) {
206 ProviderImpl.prototype.echoStrings = function(a, b) {
223 pipe.handle0, ProviderImpl, sample_interfaces.ProviderClientProxy);