HomeSort by relevance Sort by last modified time
    Searched refs:endpoint_client (Results 1 - 5 of 5) sorted by null

  /external/libchrome/mojo/public/cpp/bindings/lib/
interface_ptr_state.h 63 InterfaceEndpointClient* endpoint_client() const { function in class:mojo::internal::InterfacePtrStateBase
131 endpoint_client()->FlushForTesting();
136 endpoint_client()->CloseWithReason(custom_reason, description);
162 DCHECK(endpoint_client());
163 endpoint_client()->set_connection_error_handler(std::move(error_handler));
170 DCHECK(endpoint_client());
171 endpoint_client()->set_connection_error_with_reason_handler(
177 return endpoint_client()->associated_group();
187 endpoint_client()->Accept(&message);
193 endpoint_client()->AcceptWithResponder(&message, std::move(responder))
    [all...]
associated_interface_ptr_state.h 87 InterfaceEndpointClient* endpoint_client() { return endpoint_client_.get(); } function in class:mojo::internal::AssociatedInterfacePtrStateBase
122 proxy_.reset(new Proxy(endpoint_client()));
multiplex_router.h 104 InterfaceEndpointClient* endpoint_client,
interface_endpoint_client.cc 42 const base::WeakPtr<InterfaceEndpointClient>& endpoint_client,
44 : endpoint_client_(endpoint_client),
  /external/libchrome/mojo/public/cpp/bindings/
associated_group_controller.h 60 InterfaceEndpointClient* endpoint_client,

Completed in 408 milliseconds