Searched refs:ReflectorImpl (Results 1 – 4 of 4) sorted by relevance
123 ReflectorImpl::ReflectorImpl(mojo::ScopedMessagePipeHandle handle, in ReflectorImpl() function in IPC::ReflectorImpl128 ReflectorImpl::~ReflectorImpl() { in ~ReflectorImpl()132 void ReflectorImpl::Ping(const std::string& value, PingCallback callback) { in Ping()136 void ReflectorImpl::SyncPing(const std::string& value, PingCallback callback) { in SyncPing()140 void ReflectorImpl::Quit() { in Quit()
98 class ReflectorImpl : public IPC::mojom::Reflector {100 explicit ReflectorImpl(mojo::ScopedMessagePipeHandle handle,103 ~ReflectorImpl() override;
371 ReflectorImpl impl(std::move(scoped_mp), run_loop.QuitWhenIdleClosure()); in RunPingPongClient()
346 ReflectorImpl impl(std::move(scoped_mp), run_loop.QuitWhenIdleClosure()); in RunPingPongClient()632 ReflectorImpl impl(std::move(scoped_mp), base::Closure()); in TEST_P()