Home
last modified time | relevance | path

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

/external/chromium_org/mojo/apps/js/bindings/
Dconnection_unittests.js96 ServiceImpl.prototype.frobinate = function(foo, baz, port) { method in ServiceImpl
135 connection1.remote.frobinate(foo, true, anotherPipe.handle0);
177 connection1.remote.frobinate(foo, true, null);
Dsample_service_unittests.js138 ServiceImpl.prototype.frobinate = function(foo, baz, port) { method in ServiceImpl
167 serviceProxy.frobinate(foo, sample.ServiceProxy.BazOptions.EXTRA, port);