HomeSort by relevance Sort by last modified time
    Searched refs:BindToProxy (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/mojo/services/surfaces/
surfaces_service_impl.cc 23 BindToProxy(new SurfacesImpl(manager_, id_namespace, client_), &surface);
  /external/chromium_org/mojo/shell/
run.cc 35 BindToProxy(stub_sp, &spp);
context.cc 241 BindToProxy(sp, &spp);
  /external/chromium_org/mojo/public/cpp/bindings/tests/
request_response_unittest.cc 100 BindToProxy(new ProviderImpl(), &provider);
112 BindToProxy(new ProviderImpl(), &provider);
125 BindToProxy(new ProviderImpl(), &provider);
141 BindToProxy(new ProviderImpl(), &provider);
interface_ptr_unittest.cc 205 MathCalculatorImpl* impl = BindToProxy(new MathCalculatorImpl(), &calc);
221 MathCalculatorImpl* impl = BindToProxy(new MathCalculatorImpl(), &calc);
245 BindToProxy(new MathCalculatorImpl(), &b);
281 MathCalculatorImpl* server = BindToProxy(new MathCalculatorImpl(), &proxy);
307 MathCalculatorImpl* server = BindToProxy(new MathCalculatorImpl(), &proxy);
348 BindToProxy(new MathCalculatorImpl(), &proxy);
363 BindToProxy(new MathCalculatorImpl(), &proxy);
378 ReentrantServiceImpl* impl = BindToProxy(new ReentrantServiceImpl(), &proxy);
handle_passing_unittest.cc 193 BindToProxy(new SampleFactoryImpl(), &factory);
207 BindToProxy(new ImportedInterfaceImpl(), &imported);
226 BindToProxy(new SampleFactoryImpl(), &factory);
245 BindToProxy(new SampleFactoryImpl(), &factory);
280 BindToProxy(new SampleFactoryImpl(), &factory);
323 BindToProxy(new SampleFactoryImpl(), &factory);
  /external/chromium_org/mojo/services/public/cpp/view_manager/lib/
view_manager_context.cc 44 // BindToProxy() takes ownership of |exported_services|.
48 BindToProxy(registry, &sp);
view.cc 336 // BindToProxy() takes ownership of |exported_services|.
340 BindToProxy(registry, &sp);
view_manager_client_impl.cc 201 BindToProxy(new ServiceProviderImpl, &sp);
  /external/chromium_org/mojo/public/cpp/bindings/
interface_impl.h 17 // BindToProxy.
103 Impl* BindToProxy(
111 // Like BindToProxy but does not delete the instance after a channel error.
  /external/chromium_org/media/mojo/services/
mojo_renderer_impl.cc 49 mojo::BindToProxy(
  /external/chromium_org/device/serial/
serial_service_unittest.cc 76 mojo::BindToProxy(
serial_connection_unittest.cc 68 mojo::BindToProxy(
  /external/chromium_org/mojo/application_manager/
application_manager.cc 125 BindToProxy(&service_provider_impl, &service_provider);
314 BindToProxy(stub_sp, &spp);
  /external/chromium_org/mojo/services/window_manager/
window_manager_api_unittest.cc 43 BindToProxy(new ServiceProviderImpl, &sp);
  /external/chromium_org/mojo/services/public/cpp/view_manager/tests/
view_manager_unittest.cc 331 BindToProxy(new ServiceProviderImpl, &sp);

Completed in 891 milliseconds