Home
last modified time | relevance | path

Searched refs:AssociatedGroupController (Results 1 – 11 of 11) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/lib/
Dassociated_group_controller.cc11 AssociatedGroupController::AssociatedGroupController( in AssociatedGroupController() function in mojo::AssociatedGroupController
13 : base::RefCountedDeleteOnMessageLoop<AssociatedGroupController>( in AssociatedGroupController()
16 AssociatedGroupController::~AssociatedGroupController() {} in ~AssociatedGroupController()
19 AssociatedGroupController::CreateAssociatedGroup() { in CreateAssociatedGroup()
26 AssociatedGroupController::CreateScopedInterfaceEndpointHandle( in CreateScopedInterfaceEndpointHandle()
Dserialization_context.h21 class AssociatedGroupController; variable
60 scoped_refptr<AssociatedGroupController> in_group_controller);
65 scoped_refptr<AssociatedGroupController> group_controller;
Dserialization_context.cc54 scoped_refptr<AssociatedGroupController> in_group_controller) in SerializationContext()
Dscoped_interface_endpoint_handle.cc65 scoped_refptr<AssociatedGroupController> group_controller) in ScopedInterfaceEndpointHandle()
Dmultiplex_router.h52 public AssociatedGroupController,
Dmultiplex_router.cc288 : AssociatedGroupController(base::ThreadTaskRunnerHandle::Get()), in MultiplexRouter()
/external/libmojo/mojo/public/cpp/bindings/
Dassociated_group_controller.h24 class AssociatedGroupController :
25 public base::RefCountedDeleteOnMessageLoop<AssociatedGroupController> {
27 explicit AssociatedGroupController(
69 friend class base::RefCountedDeleteOnMessageLoop<AssociatedGroupController>;
70 friend class base::DeleteHelper<AssociatedGroupController>;
78 virtual ~AssociatedGroupController();
80 DISALLOW_COPY_AND_ASSIGN(AssociatedGroupController);
Dscoped_interface_endpoint_handle.h14 class AssociatedGroupController; variable
41 AssociatedGroupController* group_controller() const { in group_controller()
49 friend class AssociatedGroupController;
58 scoped_refptr<AssociatedGroupController> group_controller);
62 scoped_refptr<AssociatedGroupController> group_controller_;
Dassociated_group.h17 class AssociatedGroupController; variable
79 friend class AssociatedGroupController;
85 scoped_refptr<AssociatedGroupController> controller_;
Dinterface_endpoint_client.h27 class AssociatedGroupController; variable
63 AssociatedGroupController* group_controller() const { in group_controller()
/external/libmojo/mojo/public/tools/bindings/generators/cpp_templates/
Dinterface_definition.tmpl77 scoped_refptr<mojo::AssociatedGroupController> group_controller,
120 scoped_refptr<mojo::AssociatedGroupController> group_controller)
228 scoped_refptr<mojo::AssociatedGroupController>
245 scoped_refptr<mojo::AssociatedGroupController> group_controller)