HomeSort by relevance Sort by last modified time
    Searched refs:InterfaceImpl (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/chromium_org/mojo/examples/apptest/
example_service_impl.h 15 class ExampleServiceImpl : public InterfaceImpl<ExampleService> {
21 // InterfaceImpl<ExampleService> overrides.
example_client_impl.h 15 class ExampleClientImpl : public InterfaceImpl<ExampleClient> {
23 // InterfaceImpl<ExampleClient> overrides.
  /external/chromium_org/mojo/services/test_service/
test_request_tracker_impl.h 28 class TestRequestTrackerImpl : public InterfaceImpl<TestRequestTracker> {
37 // InterfaceImpl override.
48 : public InterfaceImpl<TestTrackedRequestService> {
test_time_service_impl.h 20 class TestTimeServiceImpl : public InterfaceImpl<TestTimeService> {
test_service_impl.h 19 class TestServiceImpl : public InterfaceImpl<TestService> {
  /external/chromium_org/mojo/examples/echo/
echo_service.cc 15 class EchoServiceImpl : public InterfaceImpl<EchoService> {
  /external/chromium_org/mojo/public/cpp/bindings/
interface_impl.h 15 // InterfaceImpl<..> is designed to be the base class of an interface
19 class InterfaceImpl : public internal::InterfaceImplBase<Interface> {
24 InterfaceImpl() : internal_state_(this) {}
25 virtual ~InterfaceImpl() {}
56 MOJO_DISALLOW_COPY_AND_ASSIGN(InterfaceImpl);
59 // Takes an instance of an InterfaceImpl<..> subclass and binds it to the given
91 // Takes an instance of an InterfaceImpl<..> subclass and binds it to the given
121 // Takes an instance of an InterfaceImpl<..> subclass and binds it to the given
  /external/chromium_org/mojo/services/network/
cookie_store_impl.h 14 class CookieStoreImpl : public InterfaceImpl<CookieStore> {
network_service_impl.h 17 class NetworkServiceImpl : public InterfaceImpl<NetworkService> {
web_socket_impl.h 23 class WebSocketImpl : public InterfaceImpl<WebSocket> {
  /external/chromium_org/mojo/services/surfaces/
surfaces_service_impl.h 18 class SurfacesServiceImpl : public InterfaceImpl<SurfacesService> {
27 // InterfaceImpl<SurfacesService> implementation.
  /external/chromium_org/mojo/services/view_manager/
view_manager_init_service_impl.h 34 : public InterfaceImpl<ViewManagerInitService> {
  /external/chromium_org/chrome/browser/ui/webui/omnibox/
omnibox_ui_handler.h 26 public mojo::InterfaceImpl<OmniboxUIHandlerMojo>,
  /external/chromium_org/media/mojo/services/
mojo_demuxer_stream_impl.h 19 class MojoDemuxerStreamImpl : public mojo::InterfaceImpl<mojo::DemuxerStream> {
31 // mojo::InterfaceImpl overrides.
  /external/chromium_org/mojo/services/native_viewport/
gpu_impl.h 25 class GpuImpl : public InterfaceImpl<Gpu> {
native_viewport_impl.h 24 class NativeViewportImpl : public InterfaceImpl<NativeViewport>,
30 // InterfaceImpl<NativeViewport> implementation.
  /external/chromium_org/mojo/services/window_manager/
window_manager_service_impl.h 16 class WindowManagerServiceImpl : public InterfaceImpl<WindowManagerService> {
35 // Overridden from InterfaceImpl:
  /external/chromium_org/mojo/shell/
run.cc 14 class StubServiceProvider : public InterfaceImpl<ServiceProvider> {
  /external/chromium_org/device/serial/
data_source_sender.h 20 public mojo::InterfaceImpl<serial::DataSource> {
43 // mojo::InterfaceImpl<serial::DataSourceSender> overrides.
  /external/chromium_org/mojo/apps/js/
application_delegate_impl.h 25 class ContentHandlerImpl : public InterfaceImpl<ContentHandler> {
  /external/chromium_org/mojo/examples/dbus_echo/
dbus_echo_service.cc 21 : public mojo::InterfaceImpl<mojo::examples::EchoService> {
  /external/chromium_org/mojo/examples/surfaces_app/
child_gl_impl.h 35 class ChildGLImpl : public InterfaceImpl<Child>, public SurfaceClient {
child_impl.h 35 class ChildImpl : public InterfaceImpl<Child>, public SurfaceClient {
  /external/chromium_org/mojo/public/cpp/application/
service_provider_impl.h 18 class ServiceProviderImpl : public InterfaceImpl<ServiceProvider> {
49 // Overridden from InterfaceImpl:
  /external/chromium_org/mojo/services/clipboard/
clipboard_standalone_impl.h 22 class ClipboardStandaloneImpl : public InterfaceImpl<mojo::Clipboard> {
30 // InterfaceImpl<mojo::Clipboard> implementation.

Completed in 552 milliseconds

1 2 3