Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/
Dscoped_interface_endpoint_handle.h22 class AssociatedGroupController; variable
56 AssociatedGroupController* group_controller() const; in COMPONENT_EXPORT()
82 friend class AssociatedGroupController; in COMPONENT_EXPORT()
90 scoped_refptr<AssociatedGroupController> group_controller); in COMPONENT_EXPORT()
96 scoped_refptr<AssociatedGroupController> peer_group_controller); in COMPONENT_EXPORT()
113 base::Callback<AssociatedGroupController*()> CreateGroupControllerGetter() in COMPONENT_EXPORT()
Dassociated_group.h15 class AssociatedGroupController; variable
24 explicit AssociatedGroup(scoped_refptr<AssociatedGroupController> controller); in COMPONENT_EXPORT()
42 AssociatedGroupController* GetController(); in COMPONENT_EXPORT()
45 base::Callback<AssociatedGroupController*()> controller_getter_; in COMPONENT_EXPORT()
46 scoped_refptr<AssociatedGroupController> controller_; in COMPONENT_EXPORT()
Dassociated_group_controller.h26 class COMPONENT_EXPORT(MOJO_CPP_BINDINGS_BASE) AssociatedGroupController in COMPONENT_EXPORT()
27 : public base::RefCountedThreadSafe<AssociatedGroupController> { in COMPONENT_EXPORT()
77 friend class base::RefCountedThreadSafe<AssociatedGroupController>; in COMPONENT_EXPORT()
92 virtual ~AssociatedGroupController(); in COMPONENT_EXPORT()
Dmessage.h29 class AssociatedGroupController; variable
189 AssociatedGroupController* group_controller); in COMPONENT_EXPORT()
194 AssociatedGroupController* group_controller); in COMPONENT_EXPORT()
/external/libchrome/mojo/public/cpp/bindings/lib/
Dassociated_group_controller.cc11 AssociatedGroupController::~AssociatedGroupController() {} in ~AssociatedGroupController()
14 AssociatedGroupController::CreateScopedInterfaceEndpointHandle(InterfaceId id) { in CreateScopedInterfaceEndpointHandle()
18 bool AssociatedGroupController::NotifyAssociation( in NotifyAssociation()
Dscoped_interface_endpoint_handle.cc25 scoped_refptr<AssociatedGroupController> group_controller) in State()
38 scoped_refptr<AssociatedGroupController> cached_group_controller; in Close()
125 scoped_refptr<AssociatedGroupController> peer_group_controller) { in NotifyAssociation()
157 AssociatedGroupController* group_controller() const { in group_controller()
177 scoped_refptr<AssociatedGroupController> group_controller) { in OnAssociated()
278 scoped_refptr<AssociatedGroupController> group_controller_;
330 AssociatedGroupController* ScopedInterfaceEndpointHandle::group_controller() in group_controller()
357 scoped_refptr<AssociatedGroupController> group_controller) in ScopedInterfaceEndpointHandle()
364 scoped_refptr<AssociatedGroupController> peer_group_controller) { in NotifyAssociation()
375 base::Callback<AssociatedGroupController*()>
Dassociated_group.cc14 scoped_refptr<AssociatedGroupController> controller) in AssociatedGroup()
27 AssociatedGroupController* AssociatedGroup::GetController() { in GetController()
Dmultiplex_router.h58 public AssociatedGroupController,
Dmessage.cc373 AssociatedGroupController* group_controller) { in SerializeAssociatedEndpointHandles()
399 AssociatedGroupController* group_controller) { in DeserializeAssociatedEndpointHandles()
/external/libchrome/ipc/
Dipc_mojo_bootstrap.cc94 : public mojo::AssociatedGroupController,
539 scoped_refptr<AssociatedGroupController> controller_keepalive( in OnSyncMessageEventReady()