Home
last modified time | relevance | path

Searched refs:SetAssociationEventHandler (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Dscoped_interface_endpoint_handle.cc95 void SetAssociationEventHandler(AssociationEventCallback handler) { in SetAssociationEventHandler() function in mojo::ScopedInterfaceEndpointHandle::State
340 void ScopedInterfaceEndpointHandle::SetAssociationEventHandler( in SetAssociationEventHandler() function in mojo::ScopedInterfaceEndpointHandle
342 state_->SetAssociationEventHandler(std::move(handler)); in SetAssociationEventHandler()
Dinterface_endpoint_client.cc162 handle_.SetAssociationEventHandler(base::Bind( in InterfaceEndpointClient()
188 handle_.SetAssociationEventHandler( in PassHandle()
/external/libchrome/mojo/public/cpp/bindings/
Dscoped_interface_endpoint_handle.h76 void SetAssociationEventHandler(AssociationEventCallback handler); in COMPONENT_EXPORT()