Home
last modified time | relevance | path

Searched refs:NotifyAssociation (Results 1 – 6 of 6) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dassociated_group_controller.cc18 bool AssociatedGroupController::NotifyAssociation( in NotifyAssociation() function in mojo::AssociatedGroupController
21 return handle_to_send->NotifyAssociation(id, this); in NotifyAssociation()
Dscoped_interface_endpoint_handle.cc123 bool NotifyAssociation( in NotifyAssociation() function in mojo::ScopedInterfaceEndpointHandle::State
362 bool ScopedInterfaceEndpointHandle::NotifyAssociation( in NotifyAssociation() function in mojo::ScopedInterfaceEndpointHandle
365 return state_->NotifyAssociation(id, peer_group_controller); in NotifyAssociation()
Dmultiplex_router.cc397 if (!NotifyAssociation(&handle_to_send, id)) { in AssociateInterface()
/external/libchrome/mojo/public/cpp/bindings/
Dassociated_group_controller.h89 bool NotifyAssociation(ScopedInterfaceEndpointHandle* handle_to_send, in COMPONENT_EXPORT()
Dscoped_interface_endpoint_handle.h94 bool NotifyAssociation( in COMPONENT_EXPORT()
/external/libchrome/ipc/
Dipc_mojo_bootstrap.cc223 if (!NotifyAssociation(&handle_to_send, id)) { in AssociateInterface()