Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/lib/
Dassociated_group.cc11 AssociatedGroup::AssociatedGroup() = default;
13 AssociatedGroup::AssociatedGroup( in AssociatedGroup() function in mojo::AssociatedGroup
17 AssociatedGroup::AssociatedGroup(const ScopedInterfaceEndpointHandle& handle) in AssociatedGroup() function in mojo::AssociatedGroup
20 AssociatedGroup::AssociatedGroup(const AssociatedGroup& other) = default;
22 AssociatedGroup::~AssociatedGroup() = default;
24 AssociatedGroup& AssociatedGroup::operator=(const AssociatedGroup& other) =
27 AssociatedGroupController* AssociatedGroup::GetController() { in GetController()
Dinterface_endpoint_client.cc175 AssociatedGroup* InterfaceEndpointClient::associated_group() { in associated_group()
177 associated_group_ = std::make_unique<AssociatedGroup>(handle_); in associated_group()
Dassociated_interface_ptr_state.h68 AssociatedGroup* associated_group() { in associated_group()
Dinterface_ptr_state.h175 AssociatedGroup* associated_group() { in associated_group()
/external/libchrome/mojo/public/cpp/bindings/
Dassociated_group.h20 class COMPONENT_EXPORT(MOJO_CPP_BINDINGS_BASE) AssociatedGroup { in COMPONENT_EXPORT()
22 AssociatedGroup(); in COMPONENT_EXPORT()
24 explicit AssociatedGroup(scoped_refptr<AssociatedGroupController> controller); in COMPONENT_EXPORT()
26 explicit AssociatedGroup(const ScopedInterfaceEndpointHandle& handle); in COMPONENT_EXPORT()
28 AssociatedGroup(const AssociatedGroup& other); in COMPONENT_EXPORT()
30 ~AssociatedGroup(); in COMPONENT_EXPORT()
32 AssociatedGroup& operator=(const AssociatedGroup& other); in COMPONENT_EXPORT()
Dinterface_endpoint_client.h34 class AssociatedGroup; variable
80 AssociatedGroup* associated_group();
165 std::unique_ptr<AssociatedGroup> associated_group_;
Dthread_safe_interface_ptr.h59 const AssociatedGroup& associated_group) in ThreadSafeForwarder()
252 AssociatedGroup associated_group_;
320 associated_group_ = AssociatedGroup(ptr_info.handle()); in BindOnTaskRunner()
378 AssociatedGroup associated_group_;
Dscoped_interface_endpoint_handle.h83 friend class AssociatedGroup; in COMPONENT_EXPORT() local
/external/libchrome/ipc/
Dipc_mojo_bootstrap.h58 virtual mojo::AssociatedGroup* GetAssociatedGroup() = 0; in COMPONENT_EXPORT()
Dipc_mojo_bootstrap.cc1009 mojo::AssociatedGroup* GetAssociatedGroup() override { in GetAssociatedGroup()
1014 mojo::AssociatedGroup associated_group_;